From 9ed981c5dc92def6295fd5b1e2ee56e83cc5b290 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sun, 18 May 2014 18:54:38 -0700 Subject: [PATCH] Remove unused dll2 target Signed-off-by: Timothy Gu --- exports/Makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/exports/Makefile b/exports/Makefile index 60e936dbd..e09b3c3ad 100644 --- a/exports/Makefile +++ b/exports/Makefile @@ -75,9 +75,6 @@ zip : dll zip $(LIBZIPNAME) $(LIBDLLNAME) $(LIBNAME) dll : ../$(LIBDLLNAME) -#libgoto2.dll - -dll2 : libgoto2_shared.dll # On Windows, we only generate a DLL without a version suffix. This is because # applications which link against the dynamic library reference a fixed DLL name @@ -96,17 +93,9 @@ else -lib /machine:X64 /def:libopenblas.def endif -libgoto2_shared.dll : ../$(LIBNAME) libgoto2_shared.def - $(CC) $(CFLAGS) $(LDFLAGS) libgoto2_shared.def -shared -o $(@F) \ - -Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive \ - -Wl,--out-implib,libgoto2_shared.lib $(FEXTRALIB) - libopenblas.def : gensymbol perl ./gensymbol win2k $(ARCH) dummy $(EXPRECISION) $(NO_CBLAS) $(NO_LAPACK) $(NO_LAPACKE) $(NEED2UNDERSCORES) $(ONLY_CBLAS) > $(@F) -libgoto2_shared.def : gensymbol - perl ./gensymbol win2k $(ARCH) dummy $(EXPRECISION) $(NO_CBLAS) $(NO_LAPACK) $(NO_LAPACKE) $(NEED2UNDERSCORES) $(ONLY_CBLAS) > $(@F) - libgoto_hpl.def : gensymbol perl ./gensymbol win2khpl $(ARCH) dummy $(EXPRECISION) $(NO_CBLAS) $(NO_LAPACK) $(NO_LAPACKE) $(NEED2UNDERSCORES) $(ONLY_CBLAS) > $(@F)