Add GWakeup
[platform/upstream/glib.git] / glib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/Makefile.decl
3
4 BUILT_SOURCES =
5 DISTCLEANFILES =
6 CLEANFILES =
7
8 #
9 # Generate glibconfig.h
10 #
11 # The timestamp of the stamp file is used to indicate if glibconfig.h is
12 # up to date with respect to config.status.  In the usual case, changes
13 # to config.status will not result in changes to glibconfig.h so we
14 # avoid touching its timestamp (in order not to rebuild the whole tree).
15 #
16 DISTCLEANFILES += glibconfig-stamp glibconfig.h
17 BUILT_SOURCES += glibconfig-stamp
18 configexecincludedir = $(libdir)/glib-2.0/include
19 nodist_configexecinclude_HEADERS = glibconfig.h
20 glibconfig-stamp: ../config.status
21         $(AM_V_GEN) cd $(top_builddir) && \
22           $(SHELL) ./config.status glib/glibconfig.h
23         @touch glibconfig-stamp
24
25
26
27 if HAVE_GOOD_PRINTF
28 else
29 PRINTF_SUBDIR = gnulib
30 printf_la = gnulib/libgnulib.la
31 endif 
32
33 if ENABLE_REGEX
34 if USE_SYSTEM_PCRE
35 else
36 MAYBE_PCRE = pcre 
37 endif
38 gregex_c = gregex.c
39 gregex_h = gregex.h
40 else
41 gregex_c =
42 gregex_h =
43 endif
44
45 SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre . tests
46
47 DIST_SUBDIRS = libcharset gnulib pcre update-pcre tests
48
49 AM_CPPFLAGS =                           \
50         $(glib_INCLUDES)                \
51         $(pcre_inc)                     \
52         -DG_LOG_DOMAIN=\"GLib\"         \
53         $(GLIB_DEBUG_FLAGS)             \
54         -DG_DISABLE_DEPRECATED          \
55         -DGLIB_COMPILATION              \
56         -DPCRE_STATIC
57
58 glib.def: glib.symbols
59         $(AM_V_GEN) (echo EXPORTS; $(CPP) -P -DG_OS_WIN32 - <$(srcdir)/glib.symbols | sed -e '/^$$/d' -e 's/^/  /') > glib.def
60
61 if OS_LINUX
62 if HAVE_GNUC_VISIBILITY
63 TESTS_ENVIRONMENT = GLIB_DEBUG_FLAGS="$(GLIB_DEBUG_FLAGS)"
64 TESTS = abicheck.sh
65 endif
66 endif
67
68 MIRRORING_TAB_SOURCE =                          \
69         glib-mirroring-tab/Makefile             \
70         glib-mirroring-tab/gen-mirroring-tab.c  \
71         glib-mirroring-tab/packtab.h            \
72         glib-mirroring-tab/packtab.c
73
74 # The compilation of GRegex can be disabled, but the source files must
75 # be distributed.
76 EXTRA_DIST +=                   \
77         makefile.msc.in         \
78         glib.rc.in              \
79         gen-iswide-table.py     \
80         gen-unicode-tables.pl   \
81         gen-script-table.pl     \
82         glibconfig.h.win32.in   \
83         abicheck.sh             \
84         glib.symbols            \
85         gregex.c                \
86         gregex.h                \
87         win_iconv.c             \
88         libglib-gdb.py.in       \
89         $(MIRRORING_TAB_SOURCE)
90
91 # These may be in the builddir too
92 BUILT_EXTRA_DIST =              \
93         makefile.msc            \
94         glibconfig.h.win32      \
95         glib.rc
96
97 lib_LTLIBRARIES = libglib-2.0.la
98
99 if OS_WIN32_AND_DLL_COMPILATION
100 if MS_LIB_AVAILABLE
101 noinst_DATA = glib-2.0.lib
102
103 install_ms_lib_cmd = $(INSTALL) glib-2.0.lib $(DESTDIR)$(libdir)
104 uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/glib-2.0.lib
105 endif
106 endif
107
108 install-ms-lib:
109         $(install_ms_lib_cmd)
110
111 uninstall-ms-lib:
112         $(uninstall_ms_lib_cmd)
113
114 libglib_2_0_la_SOURCES =        \
115         glib_probes.d           \
116         garray.c                \
117         gasyncqueue.c           \
118         gatomic.c               \
119         gbacktrace.c            \
120         gbase64.c               \
121         gbitlock.c              \
122         gbookmarkfile.c         \
123         gbsearcharray.h         \
124         gbuffer.c               \
125         gbufferprivate.h        \
126         gcache.c                \
127         gchecksum.c             \
128         gcompletion.c           \
129         gconvert.c              \
130         gdataset.c              \
131         gdatasetprivate.h       \
132         gdate.c                 \
133         gdatetime.c             \
134         gdir.c                  \
135         gerror.c                \
136         gfileutils.c            \
137         ghash.c                 \
138         ghook.c                 \
139         ghostutils.c            \
140         giochannel.c            \
141         gkeyfile.c              \
142         glibintl.h              \
143         glib_trace.h            \
144         glist.c                 \
145         gmain-internal.h        \
146         gmain.c                 \
147         gmappedfile.c           \
148         gmarkup.c               \
149         gmem.c                  \
150         gmessages.c             \
151         gmirroringtable.h       \
152         gnode.c                 \
153         goption.c               \
154         gpattern.c              \
155         gpoll.c                 \
156         gprimes.c               \
157         gqsort.c                \
158         gqueue.c                \
159         grel.c                  \
160         grand.c                 \
161         $(gregex_c)             \
162         gscanner.c              \
163         gscripttable.h          \
164         gsequence.c             \
165         gshell.c                \
166         gslice.c                \
167         gslist.c                \
168         gstdio.c                \
169         gstrfuncs.c             \
170         gstring.c               \
171         gtestutils.c            \
172         gthread.c               \
173         gthreadprivate.h        \
174         gthreadpool.c           \
175         gtimer.c                \
176         gtimezone.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         gvarianttypeinfo.h      \
199         gvarianttypeinfo.c      \
200         gvarianttype.c          \
201         gwakeup.c               \
202         gdebug.h                \
203         gprintf.c               \
204         gprintfint.h
205
206 if OS_UNIX
207 libglib_2_0_la_SOURCES += glib-unix.c
208 endif   
209
210 EXTRA_libglib_2_0_la_SOURCES = \
211         giounix.c       \
212         giowin32.c      \
213         gspawn.c        \
214         gspawn-win32.c  \
215         gwin32.c
216
217 glibincludedir=$(includedir)/glib-2.0
218 glibinclude_HEADERS =   \
219         glib-unix.h     \
220         glib-object.h   \
221         glib.h
222
223
224 glibsubincludedir=$(includedir)/glib-2.0/glib
225 glibsubinclude_HEADERS =   \
226         galloca.h       \
227         garray.h        \
228         gasyncqueue.h   \
229         gatomic.h       \
230         gbacktrace.h    \
231         gbase64.h       \
232         gbitlock.h      \
233         gbookmarkfile.h \
234         gcache.h        \
235         gchecksum.h     \
236         gcompletion.h   \
237         gconvert.h      \
238         gdataset.h      \
239         gdate.h         \
240         gdatetime.h     \
241         gdir.h          \
242         gerror.h        \
243         gfileutils.h    \
244         ghash.h         \
245         ghook.h         \
246         ghostutils.h    \
247         gi18n.h         \
248         gi18n-lib.h     \
249         giochannel.h    \
250         gkeyfile.h      \
251         glist.h         \
252         gmacros.h       \
253         gmain.h         \
254         gmappedfile.h   \
255         gmarkup.h       \
256         gmem.h          \
257         gmessages.h     \
258         gnode.h         \
259         goption.h       \
260         gpattern.h      \
261         gpoll.h         \
262         gprimes.h       \
263         gqsort.h        \
264         gquark.h        \
265         gqueue.h        \
266         grand.h         \
267         $(gregex_h)     \
268         grel.h          \
269         gscanner.h      \
270         gsequence.h     \
271         gshell.h        \
272         gslice.h        \
273         gslist.h        \
274         gspawn.h        \
275         gstdio.h        \
276         gstrfuncs.h     \
277         gtestutils.h    \
278         gstring.h       \
279         gthread.h       \
280         gthreadpool.h   \
281         gtimer.h        \
282         gtimezone.h     \
283         gtree.h         \
284         gtypes.h        \
285         gunicode.h      \
286         gurifuncs.h     \
287         gutils.h        \
288         gvarianttype.h  \
289         gvariant.h      \
290         gwakeup.h       \
291         gwin32.h        \
292         gprintf.h
293
294 # This is read by gobject-introspection/misc/ and gtk-doc
295 glib-public-headers.txt: Makefile
296         echo $(glibinclude_HEADERS) $(glibsubinclude_HEADERS) > $@.tmp && mv $@.tmp $@
297
298 CLEANFILES += glib-public-headers.txt
299
300 all-local: glib-public-headers.txt
301
302 install-data-local: install-ms-lib install-def-file
303         @if test -f $(glibincludedir)/glist.h ; then                                    \
304           echo "*** Old headers found in $(glibincludedir). You should remove the" ;    \
305           echo "*** contents of this directory and type 'make install' again." ;        \
306           false ;                                                                       \
307         fi
308
309 uninstall-local: uninstall-ms-lib uninstall-def-file
310
311 if PLATFORM_WIN32
312 no_undefined = -no-undefined
313 endif
314
315 if OS_WIN32_AND_DLL_COMPILATION
316 export_symbols = -export-symbols glib.def
317
318 glib_win32_res = glib-win32-res.o
319 glib_win32_res_ldflag = -Wl,$(glib_win32_res)
320
321 glib_def = glib.def
322
323 install-def-file:
324         $(INSTALL) glib.def $(DESTDIR)$(libdir)/glib-2.0.def
325
326 uninstall-def-file:
327         -rm $(DESTDIR)$(libdir)/glib-2.0.def
328 else
329 install-def-file:
330 uninstall-def-file:
331
332 export_symbols = $(LIBTOOL_EXPORT_OPTIONS)
333 endif
334
335 if ENABLE_REGEX
336 if USE_SYSTEM_PCRE
337 pcre_lib = $(PCRE_LIBS)
338 pcre_inc = $(PCRE_CFLAGS)
339 else
340 pcre_lib = pcre/libpcre.la
341 pcre_inc =
342 endif
343 else
344 pcre_lib =
345 pcre_inc =
346 endif
347
348 libglib_2_0_la_LIBADD = libcharset/libcharset.la $(printf_la) @GIO@ @GSPAWN@ @PLATFORMDEP@ @ICONV_LIBS@ @G_LIBS_EXTRA@ $(pcre_lib) $(GLIB_RT_LIBS)
349 libglib_2_0_la_DEPENDENCIES = libcharset/libcharset.la $(printf_la) @GIO@ @GSPAWN@ @PLATFORMDEP@ $(glib_win32_res) $(glib_def)
350
351 libglib_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \
352          $(glib_win32_res_ldflag) \
353         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
354         -export-dynamic $(no_undefined) $(export_symbols)
355
356 INSTALL_PROGS=
357
358 if ENABLE_DTRACE
359 glib_probes.h: glib_probes.d Makefile
360         $(AM_V_GEN) $(DTRACE) -C -h -s $< -o $@.tmp
361         @$(SED) -e "s,define STAP_HAS_SEMAPHORES 1,undef STAP_HAS_SEMAPHORES," < $@.tmp > $@ && rm -f $@.tmp
362 glib_probes.o: glib_probes.d Makefile
363         $(AM_V_GEN) $(DTRACE) -G -s $< -o $@
364 BUILT_SOURCES += glib_probes.h glib_probes.o
365 CLEANFILES += glib_probes.h glib_probes.h.tmp
366 libglib_2_0_la_LIBADD += glib_probes.o
367 endif
368
369 if ENABLE_SYSTEMTAP
370 tapset_in_files = glib.stp.in
371 tapsetdir   = @ABS_TAPSET_DIR@
372 tapset_DATA = $(tapset_in_files:.stp.in=.stp)
373 EXTRA_DIST += $(tapset_in_files)
374 endif
375
376 gspawn-win32-helper-console.c:
377         echo '#define HELPER_CONSOLE' >$@
378         echo '#include "gspawn-win32-helper.c"' >>$@
379
380 gspawn-win64-helper.c:
381         echo '#include "gspawn-win32-helper.c"' >$@
382
383 gspawn-win64-helper-console.c:
384         echo '#define HELPER_CONSOLE' >$@
385         echo '#include "gspawn-win32-helper.c"' >>$@
386
387
388 if OS_WIN32
389 if OS_WIN32_X64
390 INSTALL_PROGS += gspawn-win64-helper gspawn-win64-helper-console
391 gspawn_win64_helper_LDADD = libglib-2.0.la
392 gspawn_win64_helper_LDFLAGS = -mwindows
393 gspawn_win64_helper_console_LDADD = libglib-2.0.la
394 else
395 INSTALL_PROGS += gspawn-win32-helper gspawn-win32-helper-console
396 gspawn_win32_helper_LDADD = libglib-2.0.la
397 gspawn_win32_helper_LDFLAGS = -mwindows
398 gspawn_win32_helper_console_LDADD = libglib-2.0.la
399 endif
400 endif
401
402 glib-win32-res.o: glib.rc
403         $(WINDRES) glib.rc $@
404
405 bin_PROGRAMS     = ${INSTALL_PROGS}
406
407 if OS_UNIX
408
409 INSTALL_PROGS   += gtester
410 gtester_SOURCES  = gtester.c
411 gtester_LDADD    = libglib-2.0.la 
412
413 auto_config_binscripts = gtester-report
414 bin_SCRIPTS = ${auto_config_binscripts}
415 EXTRA_DIST += ${auto_config_binscripts}
416
417 CONFIGVARS = \
418         "bindir"        : "${bindir}",          \
419         "glib-version"  : "${GLIB_VERSION}"
420
421 install-exec-hook:
422         for sf in ${auto_config_binscripts} ; do \
423           mv -f "$(DESTDIR)$(bindir)/$$sf" "$(DESTDIR)$(bindir)/$$sf".tmp \
424           && sed < "$(DESTDIR)$(bindir)/$$sf".tmp > "$(DESTDIR)$(bindir)/$$sf" \
425             -e '1,24s|^ *#@PKGINSTALL_CONFIGVARS_IN24LINES@|  ${CONFIGVARS}|' \
426             -e '1,1s|#! /usr/bin/env python\([0-9]\+\(\.[0-9]\+\)\?\)\?|#!${PYTHON}|' \
427           || exit $$? ; \
428           chmod a+x $(DESTDIR)$(bindir)/$$sf ; \
429           rm -f "$(DESTDIR)$(bindir)/$$sf".tmp ; \
430         done
431
432 endif
433
434 glib-2.0.lib: libglib-2.0.la glib.def
435         lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libglib-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:glib.def -out:$@
436
437 dist-hook: $(BUILT_EXTRA_DIST) ../build/win32/vs9/glib.vcproj ../build/win32/vs10/glib.vcxproj ../build/win32/vs10/glib.vcxproj.filters
438         files='$(BUILT_EXTRA_DIST)'; \
439         for f in $$files; do \
440           if test -f $$f; then d=.; else d=$(srcdir); fi; \
441           cp $$d/$$f $(distdir) || exit 1; done
442
443 ../build/win32/vs9/glib.vcproj: $(top_srcdir)/build/win32/vs9/glib.vcprojin
444         for F in $(libglib_2_0_la_SOURCES); do \
445                 case $$F in \
446                 *-gcc.c|*-unix.c) \
447                         ;; \
448                 *.c)    echo '   <File RelativePath="..\..\..\glib\'$$F'" />' \
449                         ;; \
450                 esac; \
451         done >libglib.sourcefiles
452         $(CPP) -P - <$(top_srcdir)/build/win32/vs9/glib.vcprojin >$@
453         rm libglib.sourcefiles
454
455 ../build/win32/vs10/glib.vcxproj: $(top_srcdir)/build/win32/vs10/glib.vcxprojin
456         for F in $(libglib_2_0_la_SOURCES); do \
457                 case $$F in \
458                 *-gcc.c|*-unix.c) \
459                         ;; \
460                 *.c) echo '    <ClCompile Include="..\..\..\glib\'$$F'" />' \
461                      ;; \
462                 esac; \
463         done >libglib.vs10.sourcefiles
464         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/glib.vcxprojin >$@
465         rm libglib.vs10.sourcefiles
466
467 ../build/win32/vs10/glib.vcxproj.filters: $(top_srcdir)/build/win32/vs10/glib.vcxproj.filtersin
468         for F in $(libglib_2_0_la_SOURCES); do \
469                 case $$F in \
470                 *-gcc.c|*-unix.c) \
471                         ;; \
472                 *.c) echo '    <ClCompile Include="..\..\..\glib\'$$F'"><Filter>Source Files</Filter></ClCompile>' \
473                      ;; \
474                 esac; \
475         done >libglib.vs10.sourcefiles.filters
476         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/glib.vcxproj.filtersin >$@  
477         rm libglib.vs10.sourcefiles.filters
478
479 distclean-local:
480         if test $(srcdir) = .; then :; else \
481             rm -f libglib-gdb.py; \
482         fi
483
484 # install gdb scripts
485 gdbdir = $(datadir)/glib-2.0/gdb
486 dist_gdb_SCRIPTS = glib.py
487
488 libglib-gdb.py: libglib-gdb.py.in
489         $(AM_V_GEN) $(SED) -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libglib-gdb.py.in > libglib-gdb.py
490
491
492 install-data-hook: libglib-gdb.py
493         mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)
494         $(INSTALL) libglib-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py
495 if HAVE_GLIB_RUNTIME_LIBDIR
496         mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
497         mv $(DESTDIR)$(libdir)/libglib-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
498         mv $(DESTDIR)$(libdir)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
499         rm -f $(DESTDIR)$(libdir)/libglib-2.0.so
500         ln -s $(GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libglib-2.0.so
501 endif