Skip to content

Commit 9ed981c

Browse files
committed
Remove unused dll2 target
Signed-off-by: Timothy Gu <[email protected]>
1 parent b6d9048 commit 9ed981c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

exports/Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ zip : dll
7575
zip $(LIBZIPNAME) $(LIBDLLNAME) $(LIBNAME)
7676

7777
dll : ../$(LIBDLLNAME)
78-
#libgoto2.dll
79-
80-
dll2 : libgoto2_shared.dll
8178

8279
# On Windows, we only generate a DLL without a version suffix. This is because
8380
# applications which link against the dynamic library reference a fixed DLL name
@@ -96,17 +93,9 @@ else
9693
-lib /machine:X64 /def:libopenblas.def
9794
endif
9895

99-
libgoto2_shared.dll : ../$(LIBNAME) libgoto2_shared.def
100-
$(CC) $(CFLAGS) $(LDFLAGS) libgoto2_shared.def -shared -o $(@F) \
101-
-Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive \
102-
-Wl,--out-implib,libgoto2_shared.lib $(FEXTRALIB)
103-
10496
libopenblas.def : gensymbol
10597
perl ./gensymbol win2k $(ARCH) dummy $(EXPRECISION) $(NO_CBLAS) $(NO_LAPACK) $(NO_LAPACKE) $(NEED2UNDERSCORES) $(ONLY_CBLAS) > $(@F)
10698

107-
libgoto2_shared.def : gensymbol
108-
perl ./gensymbol win2k $(ARCH) dummy $(EXPRECISION) $(NO_CBLAS) $(NO_LAPACK) $(NO_LAPACKE) $(NEED2UNDERSCORES) $(ONLY_CBLAS) > $(@F)
109-
11099
libgoto_hpl.def : gensymbol
111100
perl ./gensymbol win2khpl $(ARCH) dummy $(EXPRECISION) $(NO_CBLAS) $(NO_LAPACK) $(NO_LAPACKE) $(NEED2UNDERSCORES) $(ONLY_CBLAS) > $(@F)
112101

0 commit comments

Comments
 (0)