Imported Upstream version 2.53.4
[platform/upstream/glib.git] / gmodule / Makefile.am
index 4b68b3d..00e0e68 100644 (file)
@@ -10,19 +10,15 @@ AM_CPPFLAGS =                               \
 AM_CFLAGS = $(GLIB_WARN_CFLAGS)
 
 EXTRA_DIST +=                          \
-               makefile.msc.in         \
                gmoduleconf.h.in        \
                gmodule-dl.c            \
-               gmodule-dld.c           \
                gmodule-dyld.c          \
                gmodule-win32.c         \
-               gmodule-beos.c          \
                gmodule-ar.c            \
                gmoduleconf.h.win32     \
                gmodule.rc.in
 
 BUILT_EXTRA_DIST += \
-               makefile.msc    \
                gmodule.rc
 
 BUILT_SOURCES += gmoduleconf.h
@@ -77,8 +73,11 @@ libgmodule_2_0_la_DEPENDENCIES = $(gmodule_win32_res) $(gmodule_def)
 gmodule-win32-res.o: gmodule.rc
        $(AM_V_GEN) $(WINDRES) gmodule.rc $@
 
+gmodule.def: libgmodule-2.0.la
+       $(AM_V_GEN) dumpbin.exe -exports .libs/libgmodule-2.0-0.dll | awk 'BEGIN { print "EXPORTS" } / +[[:digit:]]+ +[[:xdigit:]]+ +[[:xdigit:]]+/{ print $$4 }' > gmodule.def.tmp && mv gmodule.def.tmp gmodule.def
+
 gmodule-2.0.lib: libgmodule-2.0.la gmodule.def
-       lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgmodule-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(builddir)/gmodule.def -out:$@
+       $(AM_V_GEN) lib.exe -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgmodule-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(builddir)/gmodule.def -out:$@
 
 .PHONY: files release