add GSimpleActionGroup
[platform/upstream/glib.git] / gio / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 NULL =
4
5 SUBDIRS=
6
7 if OS_UNIX
8 SUBDIRS += libasyncns xdgmime
9 endif
10
11 if OS_WIN32_AND_DLL_COMPILATION
12 if MS_LIB_AVAILABLE
13 noinst_DATA = gio-2.0.lib
14
15 install_ms_lib_cmd = $(INSTALL) gio-2.0.lib $(DESTDIR)$(libdir)
16 uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/gio-2.0.lib
17 endif
18 endif
19
20 install-ms-lib:
21         $(install_ms_lib_cmd)
22
23 uninstall-ms-lib:
24         $(uninstall_ms_lib_cmd)
25
26 gio.def: gio.symbols
27         $(AM_V_GEN) (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/gio.symbols | sed -e '/^$$/d' -e 's/^/     /' -e 's/G_GNUC_[^ ]*//g' | sort) > gio.def.tmp && \
28           mv gio.def.tmp gio.def
29
30 if OS_LINUX
31 if HAVE_GNUC_VISIBILITY
32 TESTS = abicheck.sh
33 endif
34 endif
35
36 if HAVE_THREADS
37 THREAD_FLAGS=-DG_THREADS_MANDATORY
38 endif
39
40 AM_CPPFLAGS = \
41         -DG_LOG_DOMAIN=\"GLib-GIO\"                     \
42         $(gmodule_INCLUDES)                             \
43         $(GLIB_DEBUG_FLAGS)                             \
44         $(THREAD_FLAGS)                                 \
45         -DG_DISABLE_DEPRECATED                          \
46         -DGIO_COMPILATION                               \
47         -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\"  
48
49 lib_LTLIBRARIES = libgio-2.0.la
50
51 marshal_sources = \
52         gio-marshal.h   \
53         gio-marshal.c   \
54         $(NULL)
55
56 if CROSS_COMPILING
57   glib_genmarshal=$(GLIB_GENMARSHAL)
58 else
59   glib_genmarshal=../gobject/glib-genmarshal
60 endif
61
62 gio-marshal.h: gio-marshal.list
63         $(AM_V_GEN) $(glib_genmarshal) --prefix=_gio_marshal $(srcdir)/gio-marshal.list --header --internal > $@.tmp && \
64           mv $@.tmp $@
65
66 gio-marshal.c: gio-marshal.h gio-marshal.list
67         $(AM_V_GEN) (echo "#include \"gio-marshal.h\""; \
68         $(glib_genmarshal) --prefix=_gio_marshal $(srcdir)/gio-marshal.list --body --internal) > $@.tmp && \
69           mv $@.tmp $@
70
71 gdbus_headers =                         \
72         gdbusauthobserver.h             \
73         gcredentials.h                  \
74         gdbusutils.h                    \
75         gdbuserror.h                    \
76         gdbusaddress.h                  \
77         gdbusconnection.h               \
78         gdbusmessage.h                  \
79         gdbusnameowning.h               \
80         gdbusnamewatching.h             \
81         gdbusproxy.h                    \
82         gdbusintrospection.h            \
83         gdbusmethodinvocation.h         \
84         gdbusserver.h                   \
85         $(NULL)
86
87 gdbus_sources =                                                         \
88         gdbusutils.h                    gdbusutils.c                    \
89         gdbusaddress.h                  gdbusaddress.c                  \
90         gdbusauthobserver.h             gdbusauthobserver.c             \
91         gdbusauth.h                     gdbusauth.c                     \
92         gdbusauthmechanism.h            gdbusauthmechanism.c            \
93         gdbusauthmechanismanon.h        gdbusauthmechanismanon.c        \
94         gdbusauthmechanismexternal.h    gdbusauthmechanismexternal.c    \
95         gdbusauthmechanismsha1.h        gdbusauthmechanismsha1.c        \
96         gdbuserror.h                    gdbuserror.c                    \
97         gdbusconnection.h               gdbusconnection.c               \
98         gdbusmessage.h                  gdbusmessage.c                  \
99         gdbusnameowning.h               gdbusnameowning.c               \
100         gdbusnamewatching.h             gdbusnamewatching.c             \
101         gdbusproxy.h                    gdbusproxy.c                    \
102         gdbusprivate.h                  gdbusprivate.c                  \
103         gdbusintrospection.h            gdbusintrospection.c            \
104         gdbusmethodinvocation.h         gdbusmethodinvocation.c         \
105         gdbusserver.h                   gdbusserver.c                   \
106         $(NULL)
107
108 settings_headers = \
109         gsettingsbackend.h              \
110         gsettings.h
111
112 settings_sources = \
113         gvdb/gvdb-format.h              \
114         gvdb/gvdb-reader.h              \
115         gvdb/gvdb-reader.c              \
116         gdelayedsettingsbackend.h       \
117         gdelayedsettingsbackend.c       \
118         gkeyfilesettingsbackend.c       \
119         gmemorysettingsbackend.h        \
120         gmemorysettingsbackend.c        \
121         gnullsettingsbackend.h          \
122         gnullsettingsbackend.c          \
123         gsettingsbackendinternal.h      \
124         gsettingsbackend.c              \
125         gsettingsschema.h               \
126         gsettingsschema.c               \
127         gsettings-mapping.h             \
128         gsettings-mapping.c             \
129         gsettings.c
130
131 application_headers = \
132         gactiongroup.h                  \
133         gsimpleactiongroup.h            \
134         gaction.h                       \
135         gapplication.h
136
137 application_sources = \
138         gactiongroup.c                  \
139         gsimpleactiongroup.c            \
140         gaction.c                       \
141         gapplication.c
142
143
144 local_sources = \
145         glocaldirectorymonitor.c        \
146         glocaldirectorymonitor.h        \
147         glocalfile.c                    \
148         glocalfile.h                    \
149         glocalfileenumerator.c          \
150         glocalfileenumerator.h          \
151         glocalfileinfo.c                \
152         glocalfileinfo.h                \
153         glocalfileinputstream.c         \
154         glocalfileinputstream.h         \
155         glocalfilemonitor.c             \
156         glocalfilemonitor.h             \
157         glocalfileoutputstream.c        \
158         glocalfileoutputstream.h        \
159         glocalfileiostream.c            \
160         glocalfileiostream.h            \
161         glocalvfs.c                     \
162         glocalvfs.h                     \
163         $(NULL)
164
165 platform_libadd =
166 platform_deps =
167 appinfo_sources =
168
169 if HAVE_INOTIFY
170 SUBDIRS += inotify
171 platform_libadd += inotify/libinotify.la
172 platform_deps += inotify/libinotify.la
173 endif
174
175 if HAVE_FEN
176 AM_CPPFLAGS += -DHAVE_FEN
177 SUBDIRS += fen
178 platform_libadd += fen/libfen.la
179 platform_deps += fen/libfen.la
180 endif
181
182 if OS_WIN32
183 SUBDIRS += win32
184 platform_libadd += win32/libgiowin32.la
185 platform_deps += win32/libgiowin32.la
186 endif
187
188
189 SUBDIRS += .
190
191 if HAVE_FAM
192 SUBDIRS += fam
193 endif
194
195 if OS_UNIX
196 appinfo_sources += gdesktopappinfo.c
197 platform_libadd += libasyncns/libasyncns.la xdgmime/libxdgmime.la
198 platform_deps += libasyncns/libasyncns.la xdgmime/libxdgmime.la
199 unix_sources = \
200         gfiledescriptorbased.c  \
201         gunixconnection.c       \
202         gunixcredentialsmessage.c       \
203         gunixfdlist.c           \
204         gunixfdmessage.c        \
205         gunixmount.c            \
206         gunixmount.h            \
207         gunixmounts.c           \
208         gunixresolver.c         \
209         gunixresolver.h         \
210         gunixsocketaddress.c    \
211         gunixvolume.c           \
212         gunixvolume.h           \
213         gunixvolumemonitor.c    \
214         gunixvolumemonitor.h    \
215         gunixinputstream.c      \
216         gunixoutputstream.c     \
217         $(NULL)
218
219
220 giounixincludedir=$(includedir)/gio-unix-2.0/gio
221 giounixinclude_HEADERS = \
222         gdesktopappinfo.h       \
223         gfiledescriptorbased.h  \
224         gunixconnection.h       \
225         gunixcredentialsmessage.h       \
226         gunixmounts.h           \
227         gunixfdlist.h           \
228         gunixfdmessage.h        \
229         gunixinputstream.h      \
230         gunixoutputstream.h     \
231         gunixsocketaddress.h    \
232         $(NULL)
233 endif
234
235 win32_actual_sources = \
236         gwin32mount.c \
237         gwin32mount.h \
238         gwin32resolver.c \
239         gwin32resolver.h \
240         gwin32volumemonitor.c \
241         gwin32volumemonitor.h \
242         gwin32inputstream.c \
243         gwin32outputstream.c \
244         gwin32outputstream.h \
245         $(NULL)
246
247 win32_more_sources_for_vcproj = \
248         gwin32appinfo.c \
249         win32/gwin32directorymonitor.c \
250         win32/gwinhttpfile.c \
251         win32/gwinhttpfileinputstream.c \
252         win32/gwinhttpfileoutputstream.c \
253         win32/gwinhttpvfs.c
254
255 if OS_WIN32
256 appinfo_sources += gwin32appinfo.c gwin32appinfo.h
257 platform_libadd += -lshlwapi -lws2_32 -ldnsapi
258 win32_sources = $(win32_actual_sources)
259
260 giowin32includedir=$(includedir)/gio-win32-2.0/gio
261 giowin32include_HEADERS = \
262         gwin32inputstream.h \
263         gwin32outputstream.h \
264         $(NULL)
265
266 endif
267
268 SUBDIRS += tests
269
270 libgio_2_0_la_SOURCES =         \
271         gappinfo.c              \
272         gasynchelper.c          \
273         gasynchelper.h          \
274         gasyncinitable.c        \
275         gasyncresult.c          \
276         gbufferedinputstream.c  \
277         gbufferedoutputstream.c \
278         gcancellable.c          \
279         gcontenttype.c          \
280         gcontenttypeprivate.h   \
281         gcharsetconverter.c     \
282         gconverter.c            \
283         gconverterinputstream.c \
284         gconverteroutputstream.c        \
285         gcredentials.c          \
286         gdatainputstream.c      \
287         gdataoutputstream.c     \
288         gdrive.c                \
289         gdummyfile.h            \
290         gdummyfile.c            \
291         gemblem.h               \
292         gemblem.c               \
293         gemblemedicon.h         \
294         gemblemedicon.c         \
295         gfile.c                 \
296         gfileattribute.c        \
297         gfileattribute-priv.h   \
298         gfileenumerator.c       \
299         gfileicon.c             \
300         gfileinfo.c             \
301         gfileinfo-priv.h        \
302         gfileinputstream.c      \
303         gfilemonitor.c          \
304         gfilenamecompleter.c    \
305         gfileoutputstream.c     \
306         gfileiostream.c         \
307         gfilterinputstream.c    \
308         gfilteroutputstream.c   \
309         gicon.c                 \
310         ginetaddress.c          \
311         ginetsocketaddress.c    \
312         ginitable.c             \
313         ginputstream.c          \
314         gioenums.h              \
315         gioerror.c              \
316         giomodule.c             \
317         giomodule-priv.h        \
318         gioscheduler.c          \
319         giostream.c             \
320         gloadableicon.c         \
321         gmount.c                \
322         gmemoryinputstream.c    \
323         gmemoryoutputstream.c   \
324         gmountoperation.c       \
325         gnativevolumemonitor.c  \
326         gnativevolumemonitor.h  \
327         gnetworkaddress.c       \
328         gnetworkingprivate.h    \
329         gnetworkservice.c       \
330         goutputstream.c         \
331         gpermission.c           \
332         gpollfilemonitor.c      \
333         gpollfilemonitor.h      \
334         gresolver.c             \
335         gseekable.c             \
336         gsimpleasyncresult.c    \
337         gsimplepermission.c     \
338         gsocket.c               \
339         gsocketaddress.c        \
340         gsocketaddressenumerator.c \
341         gsocketclient.c         \
342         gsocketconnectable.c    \
343         gsocketconnection.c     \
344         gsocketcontrolmessage.c \
345         gsocketinputstream.c    \
346         gsocketinputstream.h    \
347         gsocketlistener.c       \
348         gsocketoutputstream.c   \
349         gsocketoutputstream.h   \
350         gsocketservice.c        \
351         gsrvtarget.c            \
352         gtcpconnection.c        \
353         gthreadedsocketservice.c\
354         gthemedicon.c           \
355         gthreadedresolver.c     \
356         gthreadedresolver.h     \
357         gunionvolumemonitor.c   \
358         gunionvolumemonitor.h   \
359         gvfs.c                  \
360         gvolume.c               \
361         gvolumemonitor.c        \
362         gzlibcompressor.c       \
363         gzlibdecompressor.c     \
364         gmountprivate.h         \
365         gioenumtypes.h          \
366         gioenumtypes.c          \
367         $(appinfo_sources)      \
368         $(unix_sources)         \
369         $(win32_sources)        \
370         $(application_sources)  \
371         $(settings_sources)     \
372         $(gdbus_sources)        \
373         $(local_sources)        \
374         $(marshal_sources)      \
375         $(NULL)
376
377 EXTRA_DIST += gnullapplication.c gdbusapplication.c strinfo.c
378
379 $(libgio_2_0_la_OBJECTS): $(marshal_sources)
380
381 libgio_2_0_la_LIBADD = \
382         $(top_builddir)/glib/libglib-2.0.la             \
383         $(top_builddir)/gobject/libgobject-2.0.la       \
384         $(top_builddir)/gmodule/libgmodule-2.0.la       \
385         $(platform_libadd)                              \
386         $(ZLIB_LIBS)                                    \
387         $(SELINUX_LIBS)                                 \
388         $(GLIB_LIBS)                                    \
389         $(XATTR_LIBS)                                   \
390         $(NULL)
391
392 if PLATFORM_WIN32
393 no_undefined = -no-undefined
394 endif
395
396 if OS_WIN32_AND_DLL_COMPILATION
397 export_symbols = -export-symbols gio.def
398 gio_def = gio.def
399
400 gio_win32_res = gio-win32-res.o
401 gio_win32_res_ldflag = -Wl,$(gio_win32_res)
402
403 install-def-file:
404         $(INSTALL) gio.def $(DESTDIR)$(libdir)/gio-2.0.def
405
406 uninstall-def-file:
407         -rm $(DESTDIR)$(libdir)/gio-2.0.def
408 else
409 install-def-file:
410 uninstall-def-file:
411
412 export_symbols = -export-symbols-regex '^g_.*'
413 endif
414
415 install-data-local: install-ms-lib install-def-file
416         $(mkinstalldirs) $(DESTDIR)$(GIO_MODULE_DIR)
417
418 uninstall-local: uninstall-ms-lib uninstall-def-file
419
420 libgio_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \
421         $(gio_win32_res_ldflag) \
422         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
423         -export-dynamic $(no_undefined) $(export_symbols)
424
425 libgio_2_0_la_DEPENDENCIES = $(gio_win32_res) $(gio_def) $(platform_deps)
426
427 gio-win32-res.o: gio.rc
428         $(WINDRES) gio.rc $@
429
430 gio_headers =                   \
431         gappinfo.h              \
432         gasyncinitable.h        \
433         gasyncresult.h          \
434         gbufferedinputstream.h  \
435         gbufferedoutputstream.h \
436         gcancellable.h          \
437         gcontenttype.h          \
438         gcharsetconverter.h     \
439         gconverter.h            \
440         gconverterinputstream.h \
441         gconverteroutputstream.h        \
442         gdatainputstream.h      \
443         gdataoutputstream.h     \
444         gdrive.h                \
445         gemblem.h               \
446         gemblemedicon.h         \
447         gfile.h                 \
448         gfileattribute.h        \
449         gfileenumerator.h       \
450         gfileicon.h             \
451         gfileinfo.h             \
452         gfileinputstream.h      \
453         gfilemonitor.h          \
454         gfilenamecompleter.h    \
455         gfileoutputstream.h     \
456         gfileiostream.h         \
457         gfilterinputstream.h    \
458         gfilteroutputstream.h   \
459         gicon.h                 \
460         ginetaddress.h          \
461         ginetsocketaddress.h    \
462         ginputstream.h          \
463         ginitable.h             \
464         gio.h                   \
465         giotypes.h              \
466         gioenums.h              \
467         gioerror.h              \
468         giomodule.h             \
469         gioscheduler.h          \
470         giostream.h             \
471         gloadableicon.h         \
472         gmount.h                \
473         gmemoryinputstream.h    \
474         gmemoryoutputstream.h   \
475         gmountoperation.h       \
476         gnativevolumemonitor.h  \
477         gnetworkaddress.h       \
478         gnetworkservice.h       \
479         goutputstream.h         \
480         gpermission.h           \
481         gresolver.h             \
482         gseekable.h             \
483         gsimpleasyncresult.h    \
484         gsimplepermission.h     \
485         gsocket.h               \
486         gsocketaddress.h        \
487         gsocketaddressenumerator.h \
488         gsocketclient.h         \
489         gsocketconnectable.h    \
490         gsocketconnection.h     \
491         gsocketcontrolmessage.h \
492         gsocketlistener.h       \
493         gsocketservice.h        \
494         gsrvtarget.h            \
495         gtcpconnection.h        \
496         gthreadedsocketservice.h\
497         gthemedicon.h           \
498         gvfs.h                  \
499         gvolume.h               \
500         gvolumemonitor.h        \
501         gzlibcompressor.h       \
502         gzlibdecompressor.h     \
503         $(application_headers)  \
504         $(settings_headers)     \
505         $(gdbus_headers)        \
506         $(NULL)
507
508 gioincludedir=$(includedir)/glib-2.0/gio/
509 gioinclude_HEADERS =            \
510         $(gio_headers)          \
511         gioenumtypes.h
512
513 # these sources (also mentioned above) are generated.
514 BUILT_SOURCES =                 \
515         gio-marshal.h           \
516         gio-marshal.c           \
517         gioenumtypes.h          \
518         gioenumtypes.c          \
519         $(NULL)
520
521 EXTRA_DIST +=                   \
522         gio-marshal.list        \
523         gio.symbols             \
524         gioenumtypes.h.template \
525         gioenumtypes.c.template \
526         makefile.msc            \
527         abicheck.sh             \
528         gio.rc.in               \
529         gschema.dtd             \
530         $(NULL)
531
532 BUILT_EXTRA_DIST =              \
533         gio.rc
534
535 CLEANFILES =                    \
536         $(marshal_sources)      \
537         $(NULL)
538
539 gioenumtypes.h: $(gio_headers) gioenumtypes.h.template
540         $(AM_V_GEN) ( top_builddir=`cd $(top_builddir) && pwd`; \
541           cd $(srcdir) && $$top_builddir/gobject/glib-mkenums --template gioenumtypes.h.template $(gio_headers) ) > \
542             gioenumtypes.h.tmp && mv gioenumtypes.h.tmp gioenumtypes.h
543
544 gioenumtypes.c: $(gio_headers) gioenumtypes.c.template
545         $(AM_V_GEN) ( top_builddir=`cd $(top_builddir) && pwd`; \
546           cd $(srcdir) && $$top_builddir/gobject/glib-mkenums --template gioenumtypes.c.template $(gio_headers) ) > \
547             gioenumtypes.c.tmp && mv gioenumtypes.c.tmp gioenumtypes.c
548
549 gio-2.0.lib: libgio-2.0.la gio.def
550         lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgio-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:gio.def -out:$@
551
552 bin_PROGRAMS = gio-querymodules glib-compile-schemas gsettings
553
554 gio_querymodules_SOURCES = gio-querymodules.c
555 gio_querymodules_LDADD   = \
556         $(top_builddir)/glib/libglib-2.0.la             \
557         $(top_builddir)/gobject/libgobject-2.0.la       \
558         $(top_builddir)/gmodule/libgmodule-2.0.la       \
559         libgio-2.0.la                                   \
560         $(NULL)
561
562 glib_compile_schemas_LDADD = $(top_builddir)/glib/libglib-2.0.la
563 glib_compile_schemas_SOURCES = \
564         gvdb/gvdb-format.h              \
565         gvdb/gvdb-builder.h             \
566         gvdb/gvdb-builder.c             \
567         gschema-compile.c
568
569 gsettings_LDADD = \
570         $(top_builddir)/glib/libglib-2.0.la             \
571         $(top_builddir)/gobject/libgobject-2.0.la       \
572         libgio-2.0.la
573 gsettings_SOURCES = gsettings-tool.c
574
575 schemadir = $(datadir)/glib-2.0/schemas
576 dist_schema_DATA = gschema.dtd
577
578 # ------------------------------------------------------------------------
579 # gdbus(1) tool
580
581 bin_PROGRAMS += gdbus
582 gdbus_SOURCES = gdbus-tool.c
583 gdbus_LDADD = libgio-2.0.la \
584         $(top_builddir)/glib/libglib-2.0.la             \
585         $(top_builddir)/gobject/libgobject-2.0.la
586
587 completiondir = $(sysconfdir)/bash_completion.d
588 completion_SCRIPTS = \
589         gdbus-bash-completion.sh                \
590         gsettings-bash-completion.sh
591 EXTRA_DIST += $(completion_SCRIPTS)
592
593 # ------------------------------------------------------------------------
594
595 dist-hook: $(BUILT_EXTRA_DIST) ../build/win32/vs9/gio.vcproj
596         files='$(BUILT_EXTRA_DIST)'; \
597         for f in $$files; do \
598           if test -f $$f; then d=.; else d=$(srcdir); fi; \
599           cp $$d/$$f $(distdir) || exit 1; done
600
601 ../build/win32/vs9/gio.vcproj: $(top_srcdir)/build/win32/vs9/gio.vcprojin
602         for F in `echo $(libgio_2_0_la_SOURCES) $(win32_actual_sources) $(win32_actual_more_sources_for_vcproj) | tr '/' '\\'`; do \
603                 case $$F in \
604                 gunix*.c|gdesktopappinfo.c) ;; \
605                 *.c) echo '   <File RelativePath="..\..\..\gio\'$$F'" />' \
606                      ;; \
607                 esac; \
608         done | sort -u >libgio.sourcefiles
609         $(CPP) -P - <$(top_srcdir)/build/win32/vs9/gio.vcprojin >$@
610         rm libgio.sourcefiles
611
612 if HAVE_GLIB_RUNTIME_LIBDIR
613 install-data-hook:
614         mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
615         mv $(DESTDIR)$(libdir)/libgio-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
616         mv $(DESTDIR)$(libdir)/libgio-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
617         rm -f $(DESTDIR)$(libdir)/libgio-2.0.so
618         ln -s $(GLIB_RUNTIME_LIBDIR)/libgio-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libgio-2.0.so
619 endif