File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,6 @@ zip : dll
7575 zip $(LIBZIPNAME ) $(LIBDLLNAME ) $(LIBNAME )
7676
7777dll : ../$(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
9693 -lib /machine:X64 /def:libopenblas.def
9794endif
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-
10496libopenblas.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-
11099libgoto_hpl.def : gensymbol
111100 perl ./gensymbol win2khpl $(ARCH ) dummy $(EXPRECISION ) $(NO_CBLAS ) $(NO_LAPACK ) $(NO_LAPACKE ) $(NEED2UNDERSCORES ) $(ONLY_CBLAS ) > $(@F )
112101
You can’t perform that action at this time.
0 commit comments