X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gmodule%2FMakefile.am;h=95c7f09329ed79e464ad77ec6cbcd458312d9389;hb=2a53b4d0e2c98a14aedf31e38f0ad1fb2e8fe26f;hp=562a81f2f797fe0cf83d5da963e515c80fafb3fe;hpb=304950a7ac9866dca990dcabb02ec5297c735ce8;p=platform%2Fupstream%2Fglib.git diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am index 562a81f..95c7f09 100644 --- a/gmodule/Makefile.am +++ b/gmodule/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -include $(top_srcdir)/Makefile.decl +include $(top_srcdir)/glib.mk AM_CPPFLAGS = \ $(glib_INCLUDES) \ @@ -7,25 +7,23 @@ AM_CPPFLAGS = \ @GLIB_DEBUG_FLAGS@ \ -DG_DISABLE_DEPRECATED +AM_CFLAGS = $(GLIB_WARN_CFLAGS) + EXTRA_DIST += \ makefile.msc.in \ gmoduleconf.h.in \ - gmodule.symbols \ gmodule-dl.c \ - gmodule-dld.c \ gmodule-dyld.c \ - gmodule-os2.c \ gmodule-win32.c \ - gmodule-beos.c \ gmodule-ar.c \ gmoduleconf.h.win32 \ gmodule.rc.in -BUILT_EXTRA_DIST = \ +BUILT_EXTRA_DIST += \ makefile.msc \ gmodule.rc -BUILT_SOURCES = gmoduleconf.h +BUILT_SOURCES += gmoduleconf.h gmoduleconf.h: gmoduleconf.h.in glibincludedir=$(includedir)/glib-2.0 @@ -40,7 +38,7 @@ lib_LTLIBRARIES = libgmodule-2.0.la if OS_WIN32_AND_DLL_COMPILATION if MS_LIB_AVAILABLE -noinst_DATA = gmodule-2.0.lib +noinst_DATA += gmodule-2.0.lib install_ms_lib_cmd = $(INSTALL) gmodule-2.0.lib $(DESTDIR)$(libdir) uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/gmodule-2.0.lib @@ -77,8 +75,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