1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/Makefile.decl
7 printf_la = gnulib/libgnulib.la
22 if HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS
23 gatomic_c = gatomic-gcc.c
28 SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre . tests
30 DIST_SUBDIRS = libcharset gnulib pcre update-pcre tests
35 -DG_LOG_DOMAIN=\"GLib\" \
37 -DG_DISABLE_DEPRECATED \
41 glib.def: glib.symbols
42 (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/glib.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > glib.def
44 galias.h: $(srcdir)/makegalias.pl glib.symbols
45 $(PERL) $(srcdir)/makegalias.pl < $(srcdir)/glib.symbols > galias.h
47 galiasdef.c: $(srcdir)/makegalias.pl glib.symbols
48 $(PERL) $(srcdir)/makegalias.pl -def < $(srcdir)/glib.symbols > galiasdef.c
51 if HAVE_GNUC_VISIBILITY
52 TESTS_ENVIRONMENT = GLIB_DEBUG_FLAGS="$(GLIB_DEBUG_FLAGS)"
53 TESTS = abicheck.sh pltcheck.sh
57 BUILT_SOURCES = galias.h galiasdef.c
59 MIRRORING_TAB_SOURCE = \
60 glib-mirroring-tab/Makefile \
61 glib-mirroring-tab/gen-mirroring-tab.c \
62 glib-mirroring-tab/packtab.h \
63 glib-mirroring-tab/packtab.c
65 # The compilation of GRegex can be disabled, but the source files must
70 gen-unicode-tables.pl \
80 $(MIRRORING_TAB_SOURCE)
82 # These may be in the builddir too
89 lib_LTLIBRARIES = libglib-2.0.la
91 if OS_WIN32_AND_DLL_COMPILATION
93 noinst_DATA = glib-2.0.lib
95 install_ms_lib_cmd = $(INSTALL) glib-2.0.lib $(DESTDIR)$(libdir)
96 uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/glib-2.0.lib
101 $(install_ms_lib_cmd)
104 $(uninstall_ms_lib_cmd)
106 libglib_2_0_la_SOURCES = \
181 gvariant-serialiser.h \
182 gvariant-serialiser.c \
191 EXTRA_libglib_2_0_la_SOURCES = \
198 glibincludedir=$(includedir)/glib-2.0
199 glibinclude_HEADERS = \
203 glibsubincludedir=$(includedir)/glib-2.0/glib
204 glibsubinclude_HEADERS = \
270 install-data-local: install-ms-lib install-def-file
271 @if test -f $(glibincludedir)/glist.h ; then \
272 echo "*** Old headers found in $(glibincludedir). You should remove the" ; \
273 echo "*** contents of this directory and type 'make install' again." ; \
277 uninstall-local: uninstall-ms-lib uninstall-def-file
280 no_undefined = -no-undefined
283 if OS_WIN32_AND_DLL_COMPILATION
284 export_symbols = -export-symbols glib.def
286 glib_win32_res = glib-win32-res.o
287 glib_win32_res_ldflag = -Wl,$(glib_win32_res)
292 $(INSTALL) glib.def $(DESTDIR)$(libdir)/glib-2.0.def
295 -rm $(DESTDIR)$(libdir)/glib-2.0.def
300 export_symbols = $(LIBTOOL_EXPORT_OPTIONS)
305 pcre_lib = $(PCRE_LIBS)
306 pcre_inc = $(PCRE_CFLAGS)
308 pcre_lib = pcre/libpcre.la
316 libglib_2_0_la_LIBADD = libcharset/libcharset.la $(printf_la) @GIO@ @GSPAWN@ @PLATFORMDEP@ @ICONV_LIBS@ @G_LIBS_EXTRA@ $(pcre_lib)
317 libglib_2_0_la_DEPENDENCIES = libcharset/libcharset.la $(printf_la) @GIO@ @GSPAWN@ @PLATFORMDEP@ $(glib_win32_res) $(glib_def)
319 libglib_2_0_la_LDFLAGS = \
320 $(glib_win32_res_ldflag) \
321 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
322 -export-dynamic $(no_undefined) $(export_symbols)
326 gspawn-win32-helper-console.c:
327 echo '#define HELPER_CONSOLE' >$@
328 echo '#include "gspawn-win32-helper.c"' >>$@
330 gspawn-win64-helper.c:
331 echo '#include "gspawn-win32-helper.c"' >$@
333 gspawn-win64-helper-console.c:
334 echo '#define HELPER_CONSOLE' >$@
335 echo '#include "gspawn-win32-helper.c"' >>$@
339 INSTALL_PROGS += gspawn-win64-helper gspawn-win64-helper-console
340 gspawn_win64_helper_LDADD = libglib-2.0.la
341 gspawn_win64_helper_LDFLAGS = -mwindows
342 gspawn_win64_helper_console_LDADD = libglib-2.0.la
344 INSTALL_PROGS += gspawn-win32-helper gspawn-win32-helper-console
345 gspawn_win32_helper_LDADD = libglib-2.0.la
346 gspawn_win32_helper_LDFLAGS = -mwindows
347 gspawn_win32_helper_console_LDADD = libglib-2.0.la
351 glib-win32-res.o: glib.rc
352 $(WINDRES) glib.rc $@
354 bin_PROGRAMS = ${INSTALL_PROGS}
358 INSTALL_PROGS += gtester
359 gtester_SOURCES = gtester.c
360 gtester_LDADD = libglib-2.0.la
362 auto_config_binscripts = gtester-report
363 bin_SCRIPTS = ${auto_config_binscripts}
364 EXTRA_DIST += ${auto_config_binscripts}
367 "bindir" : "${bindir}", \
368 "glib-version" : "${GLIB_VERSION}"
371 for sf in ${auto_config_binscripts} ; do \
372 mv -f "$(DESTDIR)$(bindir)/$$sf" "$(DESTDIR)$(bindir)/$$sf".tmp \
373 && sed < "$(DESTDIR)$(bindir)/$$sf".tmp > "$(DESTDIR)$(bindir)/$$sf" \
374 -e '1,24s|^ *#@PKGINSTALL_CONFIGVARS_IN24LINES@| ${CONFIGVARS}|' \
375 -e '1,1s|#! /usr/bin/env python\([0-9]\+\(\.[0-9]\+\)\?\)\?|#!${PYTHON}|' \
377 rm -f "$(DESTDIR)$(bindir)/$$sf".tmp ; \
382 glib-2.0.lib: libglib-2.0.la glib.def
383 lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libglib-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:glib.def -out:$@
385 dist-hook: $(BUILT_EXTRA_DIST)
386 files='$(BUILT_EXTRA_DIST)'; \
387 for f in $$files; do \
388 if test -f $$f; then d=.; else d=$(srcdir); fi; \
389 cp $$d/$$f $(distdir) || exit 1; done
392 if test $(srcdir) = .; then :; else \
393 rm -f libglib-gdb.py; \
396 # install gdb scripts
397 gdbdir = $(datadir)/glib-2.0/gdb
398 dist_gdb_SCRIPTS = glib.py
400 libglib-gdb.py: libglib-gdb.py.in
401 sed -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libglib-gdb.py.in > libglib-gdb.py
404 install-data-hook: libglib-gdb.py
405 mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)
406 $(INSTALL) libglib-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py
407 if HAVE_GLIB_RUNTIME_LIBDIR
408 mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
409 mv $(DESTDIR)$(libdir)/libglib-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
410 mv $(DESTDIR)$(libdir)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
411 rm -f $(DESTDIR)$(libdir)/libglib-2.0.so
412 ln -s $(GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libglib-2.0.so