Browse Source

Remove unused dll2 target

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
tags/v0.2.9^2
Timothy Gu 11 years ago
parent
commit
9ed981c5dc
1 changed files with 0 additions and 11 deletions
  1. +0
    -11
      exports/Makefile

+ 0
- 11
exports/Makefile View File

@@ -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)



Loading…
Cancel
Save