[kdbus] Make SipHash function as a private utility function to kdbus
[platform/upstream/glib.git] / glib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/glib.mk
3
4 #
5 # Generate glibconfig.h
6 #
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).
11 #
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
20
21
22
23 if HAVE_GOOD_PRINTF
24 else
25 PRINTF_SUBDIR = gnulib
26 printf_la = gnulib/libgnulib.la
27 endif 
28
29 if USE_SYSTEM_PCRE
30 else
31 MAYBE_PCRE = pcre 
32 endif
33
34 SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre . tests
35 DIST_SUBDIRS = libcharset gnulib pcre update-pcre tests
36
37 AM_CPPFLAGS =                           \
38         $(glib_INCLUDES)                \
39         $(pcre_inc)                     \
40         -DG_LOG_DOMAIN=\"GLib\"         \
41         $(GLIB_DEBUG_FLAGS)             \
42         -DGLIB_COMPILATION              \
43         -DPCRE_STATIC
44
45 AM_CFLAGS = $(GLIB_WARN_CFLAGS)
46
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
52
53 # The compilation of GRegex can be disabled, but the source files must
54 # be distributed.
55 EXTRA_DIST +=                   \
56         makefile.msc.in         \
57         glib.rc.in              \
58         gen-unicode-tables.pl   \
59         glibconfig.h.win32.in   \
60         gregex.c                \
61         gregex.h                \
62         win_iconv.c             \
63         libglib-gdb.py.in       \
64         docs.c                  \
65         gconstructor.h          \
66         $(MIRRORING_TAB_SOURCE)
67
68 CLEANFILES += libglib-gdb.py
69
70 # These may be in the builddir too
71 BUILT_EXTRA_DIST +=             \
72         makefile.msc            \
73         glibconfig.h.win32      \
74         glib.rc
75
76 lib_LTLIBRARIES = libglib-2.0.la
77
78 if OS_WIN32_AND_DLL_COMPILATION
79 if MS_LIB_AVAILABLE
80 noinst_DATA += glib-2.0.lib
81
82 install_ms_lib_cmd = $(INSTALL) glib-2.0.lib $(DESTDIR)$(libdir)
83 uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/glib-2.0.lib
84 endif
85 endif
86
87 install-ms-lib:
88         $(install_ms_lib_cmd)
89
90 uninstall-ms-lib:
91         $(uninstall_ms_lib_cmd)
92
93 deprecated_sources = \
94         deprecated/gallocator.c         \
95         deprecated/gcache.c             \
96         deprecated/gcompletion.c        \
97         deprecated/grel.c               \
98         deprecated/gthread-deprecated.c
99
100 libglib_2_0_la_SOURCES =        \
101         $(deprecated_sources)   \
102         glib_probes.d           \
103         garray.c                \
104         gasyncqueue.c           \
105         gasyncqueueprivate.h    \
106         gatomic.c               \
107         gbacktrace.c            \
108         gbase64.c               \
109         gbitlock.c              \
110         gbookmarkfile.c         \
111         gbsearcharray.h         \
112         gbytes.c                \
113         gbytes.h                \
114         gcharset.c              \
115         gcharsetprivate.h       \
116         gchecksum.c             \
117         gconvert.c              \
118         gdataset.c              \
119         gdatasetprivate.h       \
120         gdate.c                 \
121         gdatetime.c             \
122         gdir.c                  \
123         genviron.c              \
124         gerror.c                \
125         gfileutils.c            \
126         ggettext.c              \
127         ghash.c                 \
128         ghmac.c                 \
129         ghook.c                 \
130         ghostutils.c            \
131         giochannel.c            \
132         gkeyfile.c              \
133         glibintl.h              \
134         glib_trace.h            \
135         glib-init.h             \
136         glib-init.c             \
137         glib-linux.h            \
138         glib-private.h          \
139         glib-private.c          \
140         glist.c                 \
141         gmain-internal.h        \
142         gmain.c                 \
143         gmappedfile.c           \
144         gmarkup.c               \
145         gmem.c                  \
146         gmessages.c             \
147         gmirroringtable.h       \
148         gnode.c                 \
149         goption.c               \
150         gpattern.c              \
151         gpoll.c                 \
152         gprimes.c               \
153         gqsort.c                \
154         gquark.c                \
155         gqueue.c                \
156         grand.c                 \
157         gregex.c                \
158         gscanner.c              \
159         gscripttable.h          \
160         gsequence.c             \
161         gshell.c                \
162         gslice.c                \
163         gslist.c                \
164         gstdio.c                \
165         gstrfuncs.c             \
166         gstring.c               \
167         gstringchunk.c          \
168         gtestutils.c            \
169         gthread.c               \
170         gthreadprivate.h        \
171         gthreadpool.c           \
172         gtimer.c                \
173         gtimezone.c             \
174         gtranslit.c             \
175         gtranslit-data.h        \
176         gtrashstack.c           \
177         gtree.c                 \
178         guniprop.c              \
179         gutf8.c                 \
180         gunibreak.h             \
181         gunibreak.c             \
182         gunichartables.h        \
183         gunicollate.c           \
184         gunicomp.h              \
185         gunidecomp.h            \
186         gunidecomp.c            \
187         gunicodeprivate.h       \
188         gurifuncs.c             \
189         gutils.c                \
190         gvariant.h              \
191         gvariant.c              \
192         gvariant-core.h         \
193         gvariant-core.c         \
194         gvariant-internal.h     \
195         gvariant-parser.c       \
196         gvariant-serialiser.h   \
197         gvariant-serialiser.c   \
198         gvariant-vectors.h      \
199         gvariant-vectors.c      \
200         gvarianttypeinfo.h      \
201         gvarianttypeinfo.c      \
202         gvarianttype.c          \
203         gversion.c              \
204         gwakeup.h               \
205         gwakeup.c               \
206         gprintf.c               \
207         gprintfint.h            \
208         valgrind.h
209
210 if OS_UNIX
211 libglib_2_0_la_SOURCES += glib-unix.c
212 endif
213
214 if THREADS_WIN32
215 libglib_2_0_la_SOURCES += gthread-win32.c
216 else
217 if THREADS_POSIX
218 libglib_2_0_la_SOURCES += gthread-posix.c
219 endif
220 endif
221
222 EXTRA_libglib_2_0_la_SOURCES = \
223         giounix.c       \
224         giowin32.c      \
225         gspawn.c        \
226         gspawn-win32.c  \
227         gwin32.c
228
229 glibincludedir=$(includedir)/glib-2.0
230 glibinclude_HEADERS =   \
231         glib-unix.h     \
232         glib-object.h   \
233         glib.h
234
235 deprecatedincludedir=$(includedir)/glib-2.0/glib/deprecated
236 deprecatedinclude_HEADERS = \
237         deprecated/gallocator.h         \
238         deprecated/gcache.h             \
239         deprecated/gcompletion.h        \
240         deprecated/gmain.h              \
241         deprecated/grel.h               \
242         deprecated/gthread.h
243
244 glibsubincludedir=$(includedir)/glib-2.0/glib
245 glibsubinclude_HEADERS = \
246         galloca.h       \
247         garray.h        \
248         gasyncqueue.h   \
249         gatomic.h       \
250         gbacktrace.h    \
251         gbase64.h       \
252         gbitlock.h      \
253         gbookmarkfile.h \
254         gbytes.h        \
255         gcharset.h      \
256         gchecksum.h     \
257         gconvert.h      \
258         gdataset.h      \
259         gdate.h         \
260         gdatetime.h     \
261         gdir.h          \
262         genviron.h      \
263         gerror.h        \
264         gfileutils.h    \
265         ggettext.h      \
266         ghash.h         \
267         ghmac.h         \
268         ghook.h         \
269         ghostutils.h    \
270         gi18n.h         \
271         gi18n-lib.h     \
272         giochannel.h    \
273         gkeyfile.h      \
274         glist.h         \
275         gmacros.h       \
276         gmain.h         \
277         gmappedfile.h   \
278         gmarkup.h       \
279         gmem.h          \
280         gmessages.h     \
281         gnode.h         \
282         goption.h       \
283         gpattern.h      \
284         gpoll.h         \
285         gprimes.h       \
286         gqsort.h        \
287         gquark.h        \
288         gqueue.h        \
289         grand.h         \
290         gregex.h        \
291         gscanner.h      \
292         gsequence.h     \
293         gshell.h        \
294         gslice.h        \
295         gslist.h        \
296         gspawn.h        \
297         gstdio.h        \
298         gstrfuncs.h     \
299         gtestutils.h    \
300         gstring.h       \
301         gstringchunk.h  \
302         gthread.h       \
303         gthreadpool.h   \
304         gtimer.h        \
305         gtimezone.h     \
306         gtrashstack.h   \
307         gtree.h         \
308         gtypes.h        \
309         gunicode.h      \
310         gurifuncs.h     \
311         gutils.h        \
312         gvarianttype.h  \
313         gvariant.h      \
314         gversion.h      \
315         gversionmacros.h \
316         gwin32.h        \
317         gprintf.h
318
319 # This is read by gobject-introspection/misc/ and gtk-doc
320 glib-public-headers.txt: Makefile
321         echo $(glibinclude_HEADERS) $(glibsubinclude_HEADERS) > $@.tmp && mv $@.tmp $@
322
323 CLEANFILES += glib-public-headers.txt
324
325 all-local: glib-public-headers.txt
326
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
333
334 uninstall-local: uninstall-ms-lib uninstall-gdb
335
336 if PLATFORM_WIN32
337 no_undefined = -no-undefined
338 endif
339
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
344
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
352
353 libglib_2_0_la_CFLAGS = $(AM_CFLAGS) $(GLIB_HIDDEN_VISIBILITY_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)
355 libglib_2_0_la_DEPENDENCIES = libcharset/libcharset.la $(printf_la) @GIO@ @GSPAWN@ @PLATFORMDEP@ $(glib_win32_res) $(glib_def)
356
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)
361
362 INSTALL_PROGS=
363
364 if ENABLE_DTRACE
365 DTCOMPILE = $(patsubst -W%,,$(LTCOMPILE))
366 DTCFLAGS = $(patsubst -W%,,$(CFLAGS))
367
368 glib_probes.h: glib_probes.d
369         $(AM_V_GEN) $(DTRACE) -C -h -s $< -o $@.tmp
370         @$(SED) -e "s,define STAP_HAS_SEMAPHORES 1,undef STAP_HAS_SEMAPHORES," < $@.tmp > $@ && rm -f $@.tmp
371
372 glib_probes.lo: glib_probes.d
373         $(AM_V_GEN) env CC="$(DTCOMPILE)" CFLAGS="$(DTCFLAGS)" $(DTRACE) -G -s $< -o $@
374
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
379
380 if ENABLE_SYSTEMTAP
381 tapset_in_files = glib.stp.in
382 tapsetdir   = @ABS_TAPSET_DIR@
383 tapset_DATA = $(tapset_in_files:.stp.in=.stp)
384 EXTRA_DIST += $(tapset_in_files)
385 endif
386
387 gspawn-win32-helper-console.c:
388         echo '#define HELPER_CONSOLE' >$@
389         echo '#include "gspawn-win32-helper.c"' >>$@
390
391 gspawn-win64-helper.c:
392         echo '#include "gspawn-win32-helper.c"' >$@
393
394 gspawn-win64-helper-console.c:
395         echo '#define HELPER_CONSOLE' >$@
396         echo '#include "gspawn-win32-helper.c"' >>$@
397
398
399 if OS_WIN32
400 if OS_WIN32_X64
401 INSTALL_PROGS += gspawn-win64-helper gspawn-win64-helper-console
402 gspawn_win64_helper_LDADD = libglib-2.0.la
403 gspawn_win64_helper_LDFLAGS = -mwindows
404 gspawn_win64_helper_console_LDADD = libglib-2.0.la
405 else
406 INSTALL_PROGS += gspawn-win32-helper gspawn-win32-helper-console
407 gspawn_win32_helper_LDADD = libglib-2.0.la
408 gspawn_win32_helper_LDFLAGS = -mwindows
409 gspawn_win32_helper_console_LDADD = libglib-2.0.la
410 endif
411 endif
412
413 glib-win32-res.o: glib.rc
414         $(WINDRES) glib.rc $@
415
416 bin_PROGRAMS     = ${INSTALL_PROGS}
417
418 if OS_UNIX
419
420 INSTALL_PROGS   += gtester
421 gtester_SOURCES  = gtester.c
422 gtester_LDADD    = libglib-2.0.la 
423
424 auto_config_binscripts = gtester-report
425 bin_SCRIPTS = ${auto_config_binscripts}
426 EXTRA_DIST += ${auto_config_binscripts}
427
428 CONFIGVARS = \
429         "bindir"        : "${bindir}",          \
430         "glib-version"  : "${GLIB_VERSION}"
431
432 install-exec-hook:
433         for sf in ${auto_config_binscripts} ; do \
434           mv -f "$(DESTDIR)$(bindir)/$$sf" "$(DESTDIR)$(bindir)/$$sf".tmp \
435           && sed < "$(DESTDIR)$(bindir)/$$sf".tmp > "$(DESTDIR)$(bindir)/$$sf" \
436             -e '1,24s|^ *#@PKGINSTALL_CONFIGVARS_IN24LINES@|  ${CONFIGVARS}|' \
437             -e '1,1s|#! /usr/bin/env python.*|#!${PYTHON}|' \
438           || exit $$? ; \
439           chmod a+x $(DESTDIR)$(bindir)/$$sf ; \
440           rm -f "$(DESTDIR)$(bindir)/$$sf".tmp ; \
441         done
442
443 endif
444
445 glib.def: libglib-2.0.la
446         $(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
447
448 glib-2.0.lib: libglib-2.0.la glib.def
449         $(AM_V_GEN) lib.exe -machine:@LIB_EXE_MACHINE_FLAG@ -name:libglib-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(builddir)/glib.def -out:$@
450
451 dist-hook: $(BUILT_EXTRA_DIST) ../build/win32/vs9/glib.vcproj ../build/win32/vs10/glib.vcxproj ../build/win32/vs10/glib.vcxproj.filters
452         files='$(BUILT_EXTRA_DIST)'; \
453         for f in $$files; do \
454           if test -f $$f; then d=.; else d=$(srcdir); fi; \
455           cp $$d/$$f $(distdir) || exit 1; done
456
457 ../build/win32/vs9/glib.vcproj: $(top_srcdir)/build/win32/vs9/glib.vcprojin
458         for F in `echo $(libglib_2_0_la_SOURCES) | tr '/' '\\'`; do \
459                 case $$F in \
460                 *-unix.c|gthread-*.c) \
461                         ;; \
462                 *.c)    echo '   <File RelativePath="..\..\..\glib\'$$F'" />' \
463                         ;; \
464                 esac; \
465         done >libglib.sourcefiles
466         $(CPP) -P - <$(top_srcdir)/build/win32/vs9/glib.vcprojin >$@
467         rm libglib.sourcefiles
468
469 ../build/win32/vs10/glib.vcxproj: $(top_srcdir)/build/win32/vs10/glib.vcxprojin
470         for F in `echo $(libglib_2_0_la_SOURCES) | tr '/' '\\'`; do \
471                 case $$F in \
472                 *-unix.c|gthread-*.c) \
473                         ;; \
474                 *.c) echo '    <ClCompile Include="..\..\..\glib\'$$F'" />' \
475                      ;; \
476                 esac; \
477         done >libglib.vs10.sourcefiles
478         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/glib.vcxprojin >$@
479         rm libglib.vs10.sourcefiles
480
481 ../build/win32/vs10/glib.vcxproj.filters: $(top_srcdir)/build/win32/vs10/glib.vcxproj.filtersin
482         for F in `echo $(libglib_2_0_la_SOURCES) | tr '/' '\\'`; do \
483                 case $$F in \
484                 *-unix.c|gthread-*.c) \
485                         ;; \
486                 *.c) echo '    <ClCompile Include="..\..\..\glib\'$$F'"><Filter>Source Files</Filter></ClCompile>' \
487                      ;; \
488                 esac; \
489         done >libglib.vs10.sourcefiles.filters
490         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/glib.vcxproj.filtersin >$@  
491         rm libglib.vs10.sourcefiles.filters
492
493 # install gdb scripts
494 gdbdir = $(datadir)/glib-2.0/gdb
495 dist_gdb_SCRIPTS = glib.py
496
497 libglib-gdb.py: libglib-gdb.py.in
498         $(AM_V_GEN) $(SED) -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libglib-gdb.py.in > $(builddir)/libglib-gdb.py
499
500
501 install-data-hook: libglib-gdb.py
502         mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)
503         $(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
504 if HAVE_GLIB_RUNTIME_LIBDIR
505         mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
506         mv $(DESTDIR)$(libdir)/libglib-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
507         mv $(DESTDIR)$(libdir)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
508         rm -f $(DESTDIR)$(libdir)/libglib-2.0.so
509         ln -s $(GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libglib-2.0.so
510 endif
511
512 uninstall-gdb:
513         -rm -r $(DESTDIR)$(datadir)/gdb