Make header include order consistent (#71704, Diego Escalante Urrelo)
[platform/upstream/glib.git] / gmodule / Makefile.am
index 2f97728..84118bd 100644 (file)
@@ -1,23 +1,23 @@
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib -I$(top_srcdir)/gmodule \
-       -DG_LOG_DOMAIN=\"GModule\" @GLIB_DEBUG_FLAGS@
+       -DG_LOG_DOMAIN=\"GModule\" @GLIB_DEBUG_FLAGS@ -DG_DISABLE_DEPRECATED
 
 EXTRA_DIST =   \
-               makefile.mingw.in \
                makefile.msc.in \
                gmoduleconf.h.in \
                gmodule.def     \
                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 = \
-               makefile.mingw  \
                makefile.msc    \
                gmodule.rc
 
@@ -28,21 +28,20 @@ glibincludedir=$(includedir)/glib-2.0
 glibinclude_HEADERS = \
                gmodule.h
 
-libglib = $(top_builddir)/glib/libglib-1.3.la
+libglib = $(top_builddir)/glib/libglib-2.0.la
 
 top_builddir_full=`cd \$(top_builddir); pwd`
 
-lib_LTLIBRARIES = libgmodule-1.3.la
-noinst_LTLIBRARIES = libgplugin_a.la libgplugin_b.la
+lib_LTLIBRARIES = libgmodule-2.0.la
 
 if MS_LIB_AVAILABLE
-noinst_DATA = gmodule-1.3.lib
+noinst_DATA = gmodule-2.0.lib
 
 install-ms-lib:
-       $(INSTALL) gmodule-1.3.lib $(DESTDIR)$(libdir)
+       $(INSTALL) gmodule-2.0.lib $(DESTDIR)$(libdir)
 
 uninstall-ms-lib:
-       -rm $(DESTDIR)$(libdir)/gmodule-1.3.lib
+       -rm $(DESTDIR)$(libdir)/gmodule-2.0.lib
 else
 install-ms-lib:
 uninstall-ms-lib:
@@ -53,60 +52,41 @@ no_undefined = -no-undefined
 endif
 
 if OS_WIN32
-export_symbols = -export-symbols gmodule.def
-plugin_rpath = -rpath `pwd`
+export_symbols = -export-symbols $(srcdir)/gmodule.def
 
-install-libtool-import-lib:
-       $(INSTALL) .libs/libgmodule-1.3.dll.a $(DESTDIR)$(libdir)
-uninstall-libtool-import-lib:
-       -rm $(DESTDIR)$(libdir)/libgmodule-1.3.dll.a
+install-def-file:
+       $(INSTALL) $(srcdir)/gmodule.def $(DESTDIR)$(libdir)/gmodule-2.0.def
+
+uninstall-def-file:
+       -rm $(DESTDIR)$(libdir)/gmodule-2.0.def
 else
-install-libtool-import-lib:
-uninstall-libtool-import-lib:
+install-def-file:
+uninstall-def-file:
+endif
+
+if OS_WIN32
+gmodule_win32_res = gmodule-win32-res.o
+gmodule_win32_res_ldflag = -Wl,$(gmodule_win32_res)
 endif
 
-libgmodule_1_3_la_SOURCES = gmodule.c
-libgmodule_1_3_la_LDFLAGS = \
-       @G_MODULE_LDFLAGS@ \
+libgmodule_2_0_la_SOURCES = gmodule.c
+libgmodule_2_0_la_LDFLAGS = \
+       $(gmodule_win32_res_ldflag) \
+       $(G_MODULE_LDFLAGS) \
        -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
        -export-dynamic $(no_undefined) $(export_symbols)
 
-libgmodule_1_3_la_LIBADD = @G_MODULE_WIN32_RESOURCE@ @G_MODULE_LIBS_EXTRA@ @G_MODULE_LIBS@ $(libglib)
-
-libgmodule_1_3_la_DEPENDENCIES = @G_MODULE_WIN32_RESOURCE@ @GMODULE_DEF@
-
-libgplugin_a_la_SOURCES = libgplugin_a.c
-libgplugin_a_la_LDFLAGS = @G_MODULE_LDFLAGS@ -avoid-version -module $(no_undefined) $(plugin_rpath)
-libgplugin_a_la_LIBADD = @G_MODULE_LIBS@ @G_MODULE_LIBS_EXTRA@ @G_MODULE_PLUGIN_LIBS@ libgmodule-1.3.la $(libglib)
+libgmodule_2_0_la_LIBADD = $(G_MODULE_LIBS_EXTRA) $(G_MODULE_LIBS) $(libglib)
 
-libgplugin_b_la_SOURCES = libgplugin_b.c
-libgplugin_b_la_LDFLAGS = @G_MODULE_LDFLAGS@ -avoid-version -module $(no_undefined) $(plugin_rpath)
-libgplugin_b_la_LIBADD = @G_MODULE_LIBS@ @G_MODULE_LIBS_EXTRA@ @G_MODULE_PLUGIN_LIBS@ libgmodule-1.3.la $(libglib)
-
-noinst_PROGRAMS = testgmodule
-testgmodule_LDFLAGS += @G_MODULE_LDFLAGS@
-testgmodule_LDADD = @TESTGMODULE_EXP@ libgmodule-1.3.la $(libglib) @G_MODULE_LIBS@
-testgmodule_DEPENDENCIES = @TESTGMODULE_EXP@
+libgmodule_2_0_la_DEPENDENCIES = $(gmodule_win32_res) $(GMODULE_DEF)
 
 if OS_WIN32
-@G_MODULE_WIN32_RESOURCE@ : gmodule.rc
-       $(top_srcdir)/build/win32/lt-compile-resource gmodule.rc @G_MODULE_WIN32_RESOURCE@
+gmodule-win32-res.o: gmodule.rc
+       $(WINDRES) gmodule.rc $@
 endif
 
-gmodule-1.3.lib: libgmodule-1.3.la gmodule.def
-       lib -name:libgmodule-1.3-@LT_CURRENT_MINUS_AGE@.dll -def:gmodule.def -out:$@
-
-testgmodule.exp: testgmodule.o
-       dlltool --output-exp testgmodule.exp testgmodule.o
-
-gmodule.rc: $(top_builddir)/config.status $(top_srcdir)/gmodule/gmodule.rc.in
-       cd $(top_builddir) && CONFIG_FILES=gmodule/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-makefile.mingw: $(top_builddir)/config.status $(top_srcdir)/gmodule/makefile.mingw.in
-       cd $(top_builddir) && CONFIG_FILES=gmodule/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-makefile.msc: $(top_builddir)/config.status $(top_srcdir)/gmodule/makefile.msc.in
-       cd $(top_builddir) && CONFIG_FILES=gmodule/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+gmodule-2.0.lib: libgmodule-2.0.la gmodule.def
+       lib -name:libgmodule-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(srcdir)/gmodule.def -out:$@
 
 .PHONY: files release
 
@@ -125,6 +105,6 @@ dist-hook: $(BUILT_EXTRA_DIST)
          cp $$d/$$f $(distdir) || exit 1; done
 
 
-install-data-local: install-ms-lib install-libtool-import-lib
+install-data-local: install-ms-lib install-def-file
 
-uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
+uninstall-local: uninstall-ms-lib uninstall-def-file