1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/Makefile.decl
7 -I$(top_srcdir)/gmodule \
8 -DG_LOG_DOMAIN=\"GModule\" \
10 -DG_DISABLE_DEPRECATED
30 BUILT_SOURCES = gmoduleconf.h
31 gmoduleconf.h: gmoduleconf.h.in
33 glibincludedir=$(includedir)/glib-2.0
34 glibinclude_HEADERS = \
37 libglib = $(top_builddir)/glib/libglib-2.0.la
39 top_builddir_full=`cd \$(top_builddir); pwd`
41 lib_LTLIBRARIES = libgmodule-2.0.la
43 if OS_WIN32_AND_DLL_COMPILATION
45 noinst_DATA = gmodule-2.0.lib
47 install_ms_lib_cmd = $(INSTALL) gmodule-2.0.lib $(DESTDIR)$(libdir)
48 uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/gmodule-2.0.lib
56 $(uninstall_ms_lib_cmd)
59 no_undefined = -no-undefined
62 if OS_WIN32_AND_DLL_COMPILATION
63 export_symbols = -export-symbols $(srcdir)/gmodule.def
64 gmodule_def = gmodule.def
66 gmodule_win32_res = gmodule-win32-res.o
67 gmodule_win32_res_ldflag = -Wl,$(gmodule_win32_res)
70 $(INSTALL) $(srcdir)/gmodule.def $(DESTDIR)$(libdir)/gmodule-2.0.def
73 -rm $(DESTDIR)$(libdir)/gmodule-2.0.def
79 libgmodule_2_0_la_SOURCES = gmodule.c
80 libgmodule_2_0_la_LDFLAGS = \
81 $(gmodule_win32_res_ldflag) \
83 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
84 -export-dynamic $(no_undefined) $(export_symbols)
86 libgmodule_2_0_la_LIBADD = $(G_MODULE_LIBS_EXTRA) $(G_MODULE_LIBS) $(libglib)
88 libgmodule_2_0_la_DEPENDENCIES = $(gmodule_win32_res) $(gmodule_def)
90 gmodule-win32-res.o: gmodule.rc
91 $(WINDRES) gmodule.rc $@
93 gmodule-2.0.lib: libgmodule-2.0.la gmodule.def
94 lib -name:libgmodule-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(srcdir)/gmodule.def -out:$@
99 @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
104 $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`
106 dist-hook: $(BUILT_EXTRA_DIST)
107 @files='$(BUILT_EXTRA_DIST)'; \
108 for f in $$files; do \
109 if test -f $$f; then d=.; else d=$(srcdir); fi; \
110 cp $$d/$$f $(distdir) || exit 1; done
113 install-data-local: install-ms-lib install-def-file
115 uninstall-local: uninstall-ms-lib uninstall-def-file