1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/Makefile.decl
6 -DG_LOG_DOMAIN=\"GModule\" \
28 BUILT_SOURCES = gmoduleconf.h
29 gmoduleconf.h: gmoduleconf.h.in
31 glibincludedir=$(includedir)/glib-2.0
32 glibinclude_HEADERS = \
35 libglib = $(top_builddir)/glib/libglib-2.0.la
37 top_builddir_full=`cd \$(top_builddir); pwd`
39 lib_LTLIBRARIES = libgmodule-2.0.la
41 if OS_WIN32_AND_DLL_COMPILATION
43 noinst_DATA = gmodule-2.0.lib
45 install_ms_lib_cmd = $(INSTALL) gmodule-2.0.lib $(DESTDIR)$(libdir)
46 uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/gmodule-2.0.lib
54 $(uninstall_ms_lib_cmd)
57 no_undefined = -no-undefined
60 if OS_WIN32_AND_DLL_COMPILATION
61 gmodule_win32_res = gmodule-win32-res.o
62 gmodule_win32_res_ldflag = -Wl,$(gmodule_win32_res)
65 libgmodule_2_0_la_CFLAGS = $(AM_CFLAGS) $(GLIB_HIDDEN_VISIBILITY_CFLAGS)
66 libgmodule_2_0_la_SOURCES = gmodule.c
67 libgmodule_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \
68 $(gmodule_win32_res_ldflag) \
70 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
71 -export-dynamic $(no_undefined) $(export_symbols)
73 libgmodule_2_0_la_LIBADD = $(G_MODULE_LIBS_EXTRA) $(G_MODULE_LIBS) $(libglib)
75 libgmodule_2_0_la_DEPENDENCIES = $(gmodule_win32_res) $(gmodule_def)
77 gmodule-win32-res.o: gmodule.rc
78 $(AM_V_GEN) $(WINDRES) gmodule.rc $@
80 gmodule-2.0.lib: libgmodule-2.0.la gmodule.def
81 lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgmodule-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(builddir)/gmodule.def -out:$@
86 @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
91 $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`
93 dist-hook: $(BUILT_EXTRA_DIST)
94 @files='$(BUILT_EXTRA_DIST)'; \
95 for f in $$files; do \
96 if test -f $$f; then d=.; else d=$(srcdir); fi; \
97 cp $$d/$$f $(distdir) || exit 1; done
100 install-data-local: install-ms-lib
102 uninstall-local: uninstall-ms-lib
104 if HAVE_GLIB_RUNTIME_LIBDIR
106 mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
107 mv $(DESTDIR)$(libdir)/libgmodule-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
108 mv $(DESTDIR)$(libdir)/libgmodule-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
109 rm -f $(DESTDIR)$(libdir)/libgmodule-2.0.so
110 ln -s $(GLIB_RUNTIME_LIBDIR)/libgmodule-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libgmodule-2.0.so