Use macros for refcount types API
[glib.git] / glib / Makefile.am
blob4d04e09daac8850536b7366d4a17b2620f031847
1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/glib.mk
5 # Generate glibconfig.h
7 # The timestamp of the stamp file is used to indicate if glibconfig.h is
8 # up to date with respect to config.status.  In the usual case, changes
9 # to config.status will not result in changes to glibconfig.h so we
10 # avoid touching its timestamp (in order not to rebuild the whole tree).
12 DISTCLEANFILES += glibconfig-stamp glibconfig.h
13 BUILT_SOURCES += glibconfig-stamp
14 configexecincludedir = $(libdir)/glib-2.0/include
15 nodist_configexecinclude_HEADERS = glibconfig.h
16 glibconfig-stamp: ../config.status
17         $(AM_V_GEN) cd $(top_builddir) && \
18           $(SHELL) ./config.status glib/glibconfig.h
19         @touch glibconfig-stamp
23 if HAVE_GOOD_PRINTF
24 else
25 PRINTF_SUBDIR = gnulib
26 printf_la = gnulib/libgnulib.la
27 endif 
29 if USE_SYSTEM_PCRE
30 else
31 MAYBE_PCRE = pcre 
32 endif
34 SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre . tests
35 DIST_SUBDIRS = libcharset gnulib pcre update-pcre tests
37 AM_CPPFLAGS =                           \
38         $(glib_INCLUDES)                \
39         $(pcre_inc)                     \
40         -DG_LOG_DOMAIN=\"GLib\"         \
41         $(GLIB_DEBUG_FLAGS)             \
42         -DGLIB_COMPILATION              \
43         -DPCRE_STATIC
45 AM_CFLAGS = $(GLIB_WARN_CFLAGS)
47 MIRRORING_TAB_SOURCE =                          \
48         glib-mirroring-tab/Makefile             \
49         glib-mirroring-tab/gen-mirroring-tab.c  \
50         glib-mirroring-tab/packtab.h            \
51         glib-mirroring-tab/packtab.c
53 # The compilation of GRegex can be disabled, but the source files must
54 # be distributed.
55 EXTRA_DIST +=                   \
56         glib.rc.in              \
57         gen-unicode-tables.pl   \
58         gregex.c                \
59         gregex.h                \
60         win_iconv.c             \
61         libglib-gdb.py.in       \
62         docs.c                  \
63         gconstructor.h          \
64         $(MIRRORING_TAB_SOURCE)
66 CLEANFILES += libglib-gdb.py
68 # These may be in the builddir too
69 BUILT_EXTRA_DIST +=             \
70         glib.rc
72 lib_LTLIBRARIES = libglib-2.0.la
74 if OS_WIN32_AND_DLL_COMPILATION
75 if MS_LIB_AVAILABLE
76 noinst_DATA += glib-2.0.lib
78 install_ms_lib_cmd = $(INSTALL) glib-2.0.lib $(DESTDIR)$(libdir)
79 uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/glib-2.0.lib
80 endif
81 endif
83 install-ms-lib:
84         $(install_ms_lib_cmd)
86 uninstall-ms-lib:
87         $(uninstall_ms_lib_cmd)
89 deprecated_sources = \
90         deprecated/gallocator.c         \
91         deprecated/gcache.c             \
92         deprecated/gcompletion.c        \
93         deprecated/grel.c               \
94         deprecated/gthread-deprecated.c
96 libglib_2_0_la_SOURCES =        \
97         $(deprecated_sources)   \
98         glib_probes.d           \
99         garray.c                \
100         gasyncqueue.c           \
101         gasyncqueueprivate.h    \
102         gatomic.c               \
103         gbacktrace.c            \
104         gbase64.c               \
105         gbitlock.c              \
106         gbookmarkfile.c         \
107         gbsearcharray.h         \
108         gbytes.c                \
109         gbytes.h                \
110         gcharset.c              \
111         gcharsetprivate.h       \
112         gchecksum.c             \
113         gconvert.c              \
114         gdataset.c              \
115         gdatasetprivate.h       \
116         gdate.c                 \
117         gdatetime.c             \
118         gdir.c                  \
119         genviron.c              \
120         gerror.c                \
121         gfileutils.c            \
122         ggettext.c              \
123         ghash.c                 \
124         ghmac.c                 \
125         ghook.c                 \
126         ghostutils.c            \
127         giochannel.c            \
128         gkeyfile.c              \
129         glibintl.h              \
130         glib_trace.h            \
131         glib-init.h             \
132         glib-init.c             \
133         glib-private.h          \
134         glib-private.c          \
135         glist.c                 \
136         gmain-internal.h        \
137         gmain.c                 \
138         gmappedfile.c           \
139         gmarkup.c               \
140         gmem.c                  \
141         gmessages.c             \
142         gmirroringtable.h       \
143         gnode.c                 \
144         goption.c               \
145         gpattern.c              \
146         gpoll.c                 \
147         gprimes.c               \
148         gqsort.c                \
149         gquark.c                \
150         gqueue.c                \
151         grand.c                 \
152         grefcount.c             \
153         gregex.c                \
154         gscanner.c              \
155         gscripttable.h          \
156         gsequence.c             \
157         gshell.c                \
158         gslice.c                \
159         gslist.c                \
160         gstdio.c                \
161         gstdioprivate.h         \
162         gstrfuncs.c             \
163         gstring.c               \
164         gstringchunk.c          \
165         gtestutils.c            \
166         gthread.c               \
167         gthreadprivate.h        \
168         gthreadpool.c           \
169         gtimer.c                \
170         gtimezone.c             \
171         gtranslit.c             \
172         gtranslit-data.h        \
173         gtrashstack.c           \
174         gtree.c                 \
175         guniprop.c              \
176         gutf8.c                 \
177         gunibreak.h             \
178         gunibreak.c             \
179         gunichartables.h        \
180         gunicollate.c           \
181         gunicomp.h              \
182         gunidecomp.h            \
183         gunidecomp.c            \
184         gunicodeprivate.h       \
185         gurifuncs.c             \
186         gutils.c                \
187         guuid.c                 \
188         gvalgrind.h             \
189         gvariant.h              \
190         gvariant.c              \
191         gvariant-core.h         \
192         gvariant-core.c         \
193         gvariant-internal.h     \
194         gvariant-parser.c       \
195         gvariant-serialiser.h   \
196         gvariant-serialiser.c   \
197         gvarianttypeinfo.h      \
198         gvarianttypeinfo.c      \
199         gvarianttype.c          \
200         gversion.c              \
201         gwakeup.h               \
202         gwakeup.c               \
203         gprintf.c               \
204         gprintfint.h            \
205         valgrind.h
207 if OS_UNIX
208 libglib_2_0_la_SOURCES += glib-unix.c
209 endif
211 if THREADS_WIN32
212 libglib_2_0_la_SOURCES += gthread-win32.c
213 else
214 if THREADS_POSIX
215 libglib_2_0_la_SOURCES += gthread-posix.c
216 endif
217 endif
219 EXTRA_libglib_2_0_la_SOURCES = \
220         giounix.c       \
221         giowin32.c      \
222         gspawn.c        \
223         gspawn-win32.c  \
224         gwin32.c
226 glibincludedir=$(includedir)/glib-2.0
227 glibinclude_HEADERS =   \
228         glib-unix.h     \
229         glib-object.h   \
230         glib.h
232 deprecatedincludedir=$(includedir)/glib-2.0/glib/deprecated
233 deprecatedinclude_HEADERS = \
234         deprecated/gallocator.h         \
235         deprecated/gcache.h             \
236         deprecated/gcompletion.h        \
237         deprecated/gmain.h              \
238         deprecated/grel.h               \
239         deprecated/gthread.h
241 glibsubincludedir=$(includedir)/glib-2.0/glib
242 glibsubinclude_HEADERS = \
243         glib-autocleanups.h     \
244         galloca.h       \
245         garray.h        \
246         gasyncqueue.h   \
247         gatomic.h       \
248         gbacktrace.h    \
249         gbase64.h       \
250         gbitlock.h      \
251         gbookmarkfile.h \
252         gbytes.h        \
253         gcharset.h      \
254         gchecksum.h     \
255         gconvert.h      \
256         gdataset.h      \
257         gdate.h         \
258         gdatetime.h     \
259         gdir.h          \
260         genviron.h      \
261         gerror.h        \
262         gfileutils.h    \
263         ggettext.h      \
264         ghash.h         \
265         ghmac.h         \
266         ghook.h         \
267         ghostutils.h    \
268         gi18n.h         \
269         gi18n-lib.h     \
270         giochannel.h    \
271         gkeyfile.h      \
272         glist.h         \
273         gmacros.h       \
274         gmain.h         \
275         gmappedfile.h   \
276         gmarkup.h       \
277         gmem.h          \
278         gmessages.h     \
279         gnode.h         \
280         goption.h       \
281         gpattern.h      \
282         gpoll.h         \
283         gprimes.h       \
284         gqsort.h        \
285         gquark.h        \
286         gqueue.h        \
287         grand.h         \
288         grefcount.h     \
289         gregex.h        \
290         gscanner.h      \
291         gsequence.h     \
292         gshell.h        \
293         gslice.h        \
294         gslist.h        \
295         gspawn.h        \
296         gstdio.h        \
297         gstrfuncs.h     \
298         gtestutils.h    \
299         gstring.h       \
300         gstringchunk.h  \
301         gthread.h       \
302         gthreadpool.h   \
303         gtimer.h        \
304         gtimezone.h     \
305         gtrashstack.h   \
306         gtree.h         \
307         gtypes.h        \
308         gunicode.h      \
309         gurifuncs.h     \
310         gutils.h        \
311         guuid.h         \
312         gvarianttype.h  \
313         gvariant.h      \
314         gversion.h      \
315         gversionmacros.h \
316         gwin32.h        \
317         gprintf.h
319 # This is read by gobject-introspection/misc/ and gtk-doc
320 glib-public-headers.txt: Makefile
321         $(AM_V_GEN) echo $(glibinclude_HEADERS) $(glibsubinclude_HEADERS) > $@.tmp && mv $@.tmp $@
323 CLEANFILES += glib-public-headers.txt
325 all-local: glib-public-headers.txt
327 install-data-local: install-ms-lib
328         @if test -f $(glibincludedir)/glist.h ; then                                    \
329           echo "*** Old headers found in $(glibincludedir). You should remove the" ;    \
330           echo "*** contents of this directory and type 'make install' again." ;        \
331           false ;                                                                       \
332         fi
334 uninstall-local: uninstall-ms-lib uninstall-gdb
336 if PLATFORM_WIN32
337 no_undefined = -no-undefined
338 endif
340 if OS_WIN32_AND_DLL_COMPILATION
341 glib_win32_res = glib-win32-res.o
342 glib_win32_res_ldflag = -Wl,$(glib_win32_res)
343 endif
345 if USE_SYSTEM_PCRE
346 pcre_lib = $(PCRE_LIBS)
347 pcre_inc = $(PCRE_CFLAGS)
348 else
349 pcre_lib = pcre/libpcre.la
350 pcre_inc =
351 endif
353 libglib_2_0_la_CFLAGS = $(AM_CFLAGS) $(GLIB_HIDDEN_VISIBILITY_CFLAGS) $(LIBSYSTEMD_CFLAGS)
354 libglib_2_0_la_LIBADD = libcharset/libcharset.la $(printf_la) @GIO@ @GSPAWN@ @PLATFORMDEP@ @ICONV_LIBS@ @G_LIBS_EXTRA@ $(pcre_lib) $(G_THREAD_LIBS_EXTRA) $(G_THREAD_LIBS_FOR_GTHREAD) $(LIBSYSTEMD_LIBS)
355 libglib_2_0_la_DEPENDENCIES = libcharset/libcharset.la $(printf_la) @GIO@ @GSPAWN@ @PLATFORMDEP@ $(glib_win32_res) $(glib_def)
357 libglib_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \
358          $(glib_win32_res_ldflag) \
359         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
360         -export-dynamic $(no_undefined)
362 INSTALL_PROGS=
364 if ENABLE_DTRACE
365 glib_probes.h: glib_probes.d
366         $(AM_V_GEN) $(DTRACE) -C -h -s $< -o $@.tmp
367         @$(SED) \
368                 -e "s,define STAP_HAS_SEMAPHORES 1,undef STAP_HAS_SEMAPHORES," \
369                 -e "s,define _SDT_HAS_SEMAPHORES 1,undef _SDT_HAS_SEMAPHORES," \
370                 < $@.tmp > $@ && rm -f $@.tmp
372 glib_probes.lo: glib_probes.d
373         $(AM_V_GEN) $(LIBTOOL) --mode=compile $(AM_V_lt) --tag=CC $(DTRACE) -G -s $< -o $@
375 BUILT_SOURCES += glib_probes.h glib_probes.lo
376 CLEANFILES += glib_probes.h glib_probes.h.tmp
377 libglib_2_0_la_LIBADD += glib_probes.lo
378 endif
380 tapsetdir   = @ABS_TAPSET_DIR@
381 EXTRA_DIST += glib.stp.in
383 if ENABLE_SYSTEMTAP
384 tapset_DATA = libglib-2.0.so.0.@LT_CURRENT@.@LT_REVISION@.stp
385 CLEANFILES += $(tapset_DATA)
387 $(tapset_DATA): glib.stp.in Makefile
388         $(AM_V_GEN)$(SED) \
389                 -e 's|[@]ABS_GLIB_RUNTIME_LIBDIR[@]|$(ABS_GLIB_RUNTIME_LIBDIR)|g' \
390                 -e 's|[@]LT_CURRENT[@]|$(LT_CURRENT)|g' \
391                 -e 's|[@]LT_REVISION[@]|$(LT_REVISION)|g' \
392                 $< > $@
393 endif
395 gspawn-win32-helper-console.c:
396         echo '#define HELPER_CONSOLE' >$@
397         echo '#include "gspawn-win32-helper.c"' >>$@
399 gspawn-win64-helper.c:
400         echo '#include "gspawn-win32-helper.c"' >$@
402 gspawn-win64-helper-console.c:
403         echo '#define HELPER_CONSOLE' >$@
404         echo '#include "gspawn-win32-helper.c"' >>$@
407 if OS_WIN32
408 if OS_WIN32_X64
409 INSTALL_PROGS += gspawn-win64-helper gspawn-win64-helper-console
410 gspawn_win64_helper_LDADD = libglib-2.0.la
411 gspawn_win64_helper_LDFLAGS = -mwindows
412 gspawn_win64_helper_console_LDADD = libglib-2.0.la
413 else
414 INSTALL_PROGS += gspawn-win32-helper gspawn-win32-helper-console
415 gspawn_win32_helper_LDADD = libglib-2.0.la
416 gspawn_win32_helper_LDFLAGS = -mwindows
417 gspawn_win32_helper_console_LDADD = libglib-2.0.la
418 endif
419 endif
421 glib-win32-res.o: glib.rc
422         $(WINDRES) glib.rc $@
424 bin_PROGRAMS     = ${INSTALL_PROGS}
426 if OS_UNIX
428 INSTALL_PROGS   += gtester
429 gtester_SOURCES  = gtester.c
430 gtester_LDADD    = libglib-2.0.la 
432 auto_config_binscripts = gtester-report
433 bin_SCRIPTS = ${auto_config_binscripts}
434 EXTRA_DIST += ${auto_config_binscripts}
436 CONFIGVARS = \
437         "bindir"        : "${bindir}",          \
438         "glib-version"  : "${GLIB_VERSION}"
440 install-exec-hook:
441         for sf in ${auto_config_binscripts} ; do \
442           mv -f "$(DESTDIR)$(bindir)/$$sf" "$(DESTDIR)$(bindir)/$$sf".tmp \
443           && sed < "$(DESTDIR)$(bindir)/$$sf".tmp > "$(DESTDIR)$(bindir)/$$sf" \
444             -e '1,24s|^ *#@PKGINSTALL_CONFIGVARS_IN24LINES@|  ${CONFIGVARS}|' \
445             -e '1,1s|#! /usr/bin/env python.*|#!${PYTHON}|' \
446           || exit $$? ; \
447           chmod a+x $(DESTDIR)$(bindir)/$$sf ; \
448           rm -f "$(DESTDIR)$(bindir)/$$sf".tmp ; \
449         done
451 endif
453 glib.def: libglib-2.0.la
454         $(AM_V_GEN) dumpbin.exe -exports .libs/libglib-2.0-0.dll | awk 'BEGIN { print "EXPORTS" } / +[[:digit:]]+ +[[:xdigit:]]+ +[[:xdigit:]]+/{ print $$4 }' > glib.def.tmp && mv glib.def.tmp glib.def
456 glib-2.0.lib: libglib-2.0.la glib.def
457         $(AM_V_GEN) lib.exe -machine:@LIB_EXE_MACHINE_FLAG@ -name:libglib-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(builddir)/glib.def -out:$@
459 dist-hook: $(BUILT_EXTRA_DIST)
460         files='$(BUILT_EXTRA_DIST)'; \
461         for f in $$files; do \
462           if test -f $$f; then d=.; else d=$(srcdir); fi; \
463           cp $$d/$$f $(distdir) || exit 1; done
465 # install gdb scripts
466 gdbdir = $(datadir)/glib-2.0/gdb
467 dist_gdb_DATA = glib_gdb.py
469 all-local: libglib-gdb.py
470 libglib-gdb.py: libglib-gdb.py.in
471         $(AM_V_GEN) $(SED) -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libglib-gdb.py.in > $(builddir)/libglib-gdb.py
473 if HAVE_GLIB_RUNTIME_LIBDIR
474 ABS_GLIB_RUNTIME_LIBDIR = $(realpath $(libdir)/$(GLIB_RUNTIME_LIBDIR))
475 else
476 ABS_GLIB_RUNTIME_LIBDIR = $(libdir)
477 endif
479 install-data-hook: libglib-gdb.py
480         mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)
481         $(INSTALL) $(builddir)/libglib-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py
482 if HAVE_GLIB_RUNTIME_LIBDIR
483         mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
484         mv $(DESTDIR)$(libdir)/libglib-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
485         mv $(DESTDIR)$(libdir)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
486         rm -f $(DESTDIR)$(libdir)/libglib-2.0.so
487         ln -s $(GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libglib-2.0.so
488 endif
490 uninstall-gdb:
491         -rm -r $(DESTDIR)$(datadir)/gdb