Implement GProxyAddress
[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         gdummyproxyresolver.c   \
292         gdummyproxyresolver.h   \
293         gemblem.h               \
294         gemblem.c               \
295         gemblemedicon.h         \
296         gemblemedicon.c         \
297         gfile.c                 \
298         gfileattribute.c        \
299         gfileattribute-priv.h   \
300         gfileenumerator.c       \
301         gfileicon.c             \
302         gfileinfo.c             \
303         gfileinfo-priv.h        \
304         gfileinputstream.c      \
305         gfilemonitor.c          \
306         gfilenamecompleter.c    \
307         gfileoutputstream.c     \
308         gfileiostream.c         \
309         gfilterinputstream.c    \
310         gfilteroutputstream.c   \
311         gicon.c                 \
312         ginetaddress.c          \
313         ginetsocketaddress.c    \
314         ginitable.c             \
315         ginputstream.c          \
316         gioenums.h              \
317         gioerror.c              \
318         giomodule.c             \
319         giomodule-priv.h        \
320         gioscheduler.c          \
321         giostream.c             \
322         gloadableicon.c         \
323         gmount.c                \
324         gmemoryinputstream.c    \
325         gmemoryoutputstream.c   \
326         gmountoperation.c       \
327         gnativevolumemonitor.c  \
328         gnativevolumemonitor.h  \
329         gnetworkaddress.c       \
330         gnetworkingprivate.h    \
331         gnetworkservice.c       \
332         goutputstream.c         \
333         gpermission.c           \
334         gpollfilemonitor.c      \
335         gpollfilemonitor.h      \
336         gproxyresolver.c        \
337         gresolver.c             \
338         gseekable.c             \
339         gsimpleasyncresult.c    \
340         gsimplepermission.c     \
341         gsocket.c               \
342         gsocketaddress.c        \
343         gsocketaddressenumerator.c \
344         gsocketclient.c         \
345         gsocketconnectable.c    \
346         gsocketconnection.c     \
347         gsocketcontrolmessage.c \
348         gsocketinputstream.c    \
349         gsocketinputstream.h    \
350         gsocketlistener.c       \
351         gsocketoutputstream.c   \
352         gsocketoutputstream.h   \
353         gproxyaddress.c         \
354         gsocketservice.c        \
355         gsrvtarget.c            \
356         gtcpconnection.c        \
357         gthreadedsocketservice.c\
358         gthemedicon.c           \
359         gthreadedresolver.c     \
360         gthreadedresolver.h     \
361         gunionvolumemonitor.c   \
362         gunionvolumemonitor.h   \
363         gvfs.c                  \
364         gvolume.c               \
365         gvolumemonitor.c        \
366         gzlibcompressor.c       \
367         gzlibdecompressor.c     \
368         gmountprivate.h         \
369         gioenumtypes.h          \
370         gioenumtypes.c          \
371         $(appinfo_sources)      \
372         $(unix_sources)         \
373         $(win32_sources)        \
374         $(application_sources)  \
375         $(settings_sources)     \
376         $(gdbus_sources)        \
377         $(local_sources)        \
378         $(marshal_sources)      \
379         $(NULL)
380
381 EXTRA_DIST += gnullapplication.c gdbusapplication.c strinfo.c
382
383 $(libgio_2_0_la_OBJECTS): $(marshal_sources)
384
385 libgio_2_0_la_LIBADD = \
386         $(top_builddir)/glib/libglib-2.0.la             \
387         $(top_builddir)/gobject/libgobject-2.0.la       \
388         $(top_builddir)/gmodule/libgmodule-2.0.la       \
389         $(platform_libadd)                              \
390         $(ZLIB_LIBS)                                    \
391         $(SELINUX_LIBS)                                 \
392         $(GLIB_LIBS)                                    \
393         $(XATTR_LIBS)                                   \
394         $(NULL)
395
396 if PLATFORM_WIN32
397 no_undefined = -no-undefined
398 endif
399
400 if OS_WIN32_AND_DLL_COMPILATION
401 export_symbols = -export-symbols gio.def
402 gio_def = gio.def
403
404 gio_win32_res = gio-win32-res.o
405 gio_win32_res_ldflag = -Wl,$(gio_win32_res)
406
407 install-def-file:
408         $(INSTALL) gio.def $(DESTDIR)$(libdir)/gio-2.0.def
409
410 uninstall-def-file:
411         -rm $(DESTDIR)$(libdir)/gio-2.0.def
412 else
413 install-def-file:
414 uninstall-def-file:
415
416 export_symbols = -export-symbols-regex '^g_.*'
417 endif
418
419 install-data-local: install-ms-lib install-def-file
420         $(mkinstalldirs) $(DESTDIR)$(GIO_MODULE_DIR)
421
422 uninstall-local: uninstall-ms-lib uninstall-def-file
423
424 libgio_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \
425         $(gio_win32_res_ldflag) \
426         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
427         -export-dynamic $(no_undefined) $(export_symbols)
428
429 libgio_2_0_la_DEPENDENCIES = $(gio_win32_res) $(gio_def) $(platform_deps)
430
431 gio-win32-res.o: gio.rc
432         $(WINDRES) gio.rc $@
433
434 gio_headers =                   \
435         gappinfo.h              \
436         gasyncinitable.h        \
437         gasyncresult.h          \
438         gbufferedinputstream.h  \
439         gbufferedoutputstream.h \
440         gcancellable.h          \
441         gcontenttype.h          \
442         gcharsetconverter.h     \
443         gconverter.h            \
444         gconverterinputstream.h \
445         gconverteroutputstream.h        \
446         gdatainputstream.h      \
447         gdataoutputstream.h     \
448         gdrive.h                \
449         gemblem.h               \
450         gemblemedicon.h         \
451         gfile.h                 \
452         gfileattribute.h        \
453         gfileenumerator.h       \
454         gfileicon.h             \
455         gfileinfo.h             \
456         gfileinputstream.h      \
457         gfilemonitor.h          \
458         gfilenamecompleter.h    \
459         gfileoutputstream.h     \
460         gfileiostream.h         \
461         gfilterinputstream.h    \
462         gfilteroutputstream.h   \
463         gicon.h                 \
464         ginetaddress.h          \
465         ginetsocketaddress.h    \
466         ginputstream.h          \
467         ginitable.h             \
468         gio.h                   \
469         giotypes.h              \
470         gioenums.h              \
471         gioerror.h              \
472         giomodule.h             \
473         gioscheduler.h          \
474         giostream.h             \
475         gloadableicon.h         \
476         gmount.h                \
477         gmemoryinputstream.h    \
478         gmemoryoutputstream.h   \
479         gmountoperation.h       \
480         gnativevolumemonitor.h  \
481         gnetworkaddress.h       \
482         gnetworkservice.h       \
483         goutputstream.h         \
484         gpermission.h           \
485         gproxyaddress.h         \
486         gproxyresolver.h        \
487         gresolver.h             \
488         gseekable.h             \
489         gsimpleasyncresult.h    \
490         gsimplepermission.h     \
491         gsocket.h               \
492         gsocketaddress.h        \
493         gsocketaddressenumerator.h \
494         gsocketclient.h         \
495         gsocketconnectable.h    \
496         gsocketconnection.h     \
497         gsocketcontrolmessage.h \
498         gsocketlistener.h       \
499         gsocketservice.h        \
500         gsrvtarget.h            \
501         gtcpconnection.h        \
502         gthreadedsocketservice.h\
503         gthemedicon.h           \
504         gvfs.h                  \
505         gvolume.h               \
506         gvolumemonitor.h        \
507         gzlibcompressor.h       \
508         gzlibdecompressor.h     \
509         $(application_headers)  \
510         $(settings_headers)     \
511         $(gdbus_headers)        \
512         $(NULL)
513
514 gioincludedir=$(includedir)/glib-2.0/gio/
515 gioinclude_HEADERS =            \
516         $(gio_headers)          \
517         gioenumtypes.h
518
519 # these sources (also mentioned above) are generated.
520 BUILT_SOURCES =                 \
521         gio-marshal.h           \
522         gio-marshal.c           \
523         gioenumtypes.h          \
524         gioenumtypes.c          \
525         $(NULL)
526
527 EXTRA_DIST +=                   \
528         gio-marshal.list        \
529         gio.symbols             \
530         gioenumtypes.h.template \
531         gioenumtypes.c.template \
532         makefile.msc            \
533         abicheck.sh             \
534         gio.rc.in               \
535         gschema.dtd             \
536         $(NULL)
537
538 BUILT_EXTRA_DIST =              \
539         gio.rc
540
541 CLEANFILES =                    \
542         $(marshal_sources)      \
543         $(NULL)
544
545 gioenumtypes.h: $(gio_headers) gioenumtypes.h.template
546         $(AM_V_GEN) ( top_builddir=`cd $(top_builddir) && pwd`; \
547           cd $(srcdir) && $$top_builddir/gobject/glib-mkenums --template gioenumtypes.h.template $(gio_headers) ) > \
548             gioenumtypes.h.tmp && mv gioenumtypes.h.tmp gioenumtypes.h
549
550 gioenumtypes.c: $(gio_headers) gioenumtypes.c.template
551         $(AM_V_GEN) ( top_builddir=`cd $(top_builddir) && pwd`; \
552           cd $(srcdir) && $$top_builddir/gobject/glib-mkenums --template gioenumtypes.c.template $(gio_headers) ) > \
553             gioenumtypes.c.tmp && mv gioenumtypes.c.tmp gioenumtypes.c
554
555 gio-2.0.lib: libgio-2.0.la gio.def
556         lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgio-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:gio.def -out:$@
557
558 bin_PROGRAMS = gio-querymodules glib-compile-schemas gsettings
559
560 gio_querymodules_SOURCES = gio-querymodules.c
561 gio_querymodules_LDADD   = \
562         $(top_builddir)/glib/libglib-2.0.la             \
563         $(top_builddir)/gobject/libgobject-2.0.la       \
564         $(top_builddir)/gmodule/libgmodule-2.0.la       \
565         libgio-2.0.la                                   \
566         $(NULL)
567
568 glib_compile_schemas_LDADD = $(top_builddir)/glib/libglib-2.0.la
569 glib_compile_schemas_SOURCES = \
570         gvdb/gvdb-format.h              \
571         gvdb/gvdb-builder.h             \
572         gvdb/gvdb-builder.c             \
573         gschema-compile.c
574
575 gsettings_LDADD = \
576         $(top_builddir)/glib/libglib-2.0.la             \
577         $(top_builddir)/gobject/libgobject-2.0.la       \
578         libgio-2.0.la
579 gsettings_SOURCES = gsettings-tool.c
580
581 schemadir = $(datadir)/glib-2.0/schemas
582 dist_schema_DATA = gschema.dtd
583
584 # ------------------------------------------------------------------------
585 # gdbus(1) tool
586
587 bin_PROGRAMS += gdbus
588 gdbus_SOURCES = gdbus-tool.c
589 gdbus_LDADD = libgio-2.0.la \
590         $(top_builddir)/glib/libglib-2.0.la             \
591         $(top_builddir)/gobject/libgobject-2.0.la
592
593 completiondir = $(sysconfdir)/bash_completion.d
594 completion_SCRIPTS = \
595         gdbus-bash-completion.sh                \
596         gsettings-bash-completion.sh
597 EXTRA_DIST += $(completion_SCRIPTS)
598
599 # ------------------------------------------------------------------------
600
601 dist-hook: $(BUILT_EXTRA_DIST) ../build/win32/vs9/gio.vcproj
602         files='$(BUILT_EXTRA_DIST)'; \
603         for f in $$files; do \
604           if test -f $$f; then d=.; else d=$(srcdir); fi; \
605           cp $$d/$$f $(distdir) || exit 1; done
606
607 ../build/win32/vs9/gio.vcproj: $(top_srcdir)/build/win32/vs9/gio.vcprojin
608         for F in `echo $(libgio_2_0_la_SOURCES) $(win32_actual_sources) $(win32_actual_more_sources_for_vcproj) | tr '/' '\\'`; do \
609                 case $$F in \
610                 gunix*.c|gdesktopappinfo.c) ;; \
611                 *.c) echo '   <File RelativePath="..\..\..\gio\'$$F'" />' \
612                      ;; \
613                 esac; \
614         done | sort -u >libgio.sourcefiles
615         $(CPP) -P - <$(top_srcdir)/build/win32/vs9/gio.vcprojin >$@
616         rm libgio.sourcefiles
617
618 if HAVE_GLIB_RUNTIME_LIBDIR
619 install-data-hook:
620         mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
621         mv $(DESTDIR)$(libdir)/libgio-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
622         mv $(DESTDIR)$(libdir)/libgio-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
623         rm -f $(DESTDIR)$(libdir)/libgio-2.0.so
624         ln -s $(GLIB_RUNTIME_LIBDIR)/libgio-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libgio-2.0.so
625 endif