source: trunk/third/gnome-keyring/Makefile.in @ 21094

Revision 21094, 28.8 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21093, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = .
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64
65EXEEXT = @EXEEXT@
66OBJEXT = @OBJEXT@
67PATH_SEPARATOR = @PATH_SEPARATOR@
68AMTAR = @AMTAR@
69AR = @AR@
70AS = @AS@
71AWK = @AWK@
72CATALOGS = @CATALOGS@
73CATOBJEXT = @CATOBJEXT@
74CC = @CC@
75CPP = @CPP@
76CXX = @CXX@
77CXXCPP = @CXXCPP@
78DATADIRNAME = @DATADIRNAME@
79DEPDIR = @DEPDIR@
80DLLTOOL = @DLLTOOL@
81ECHO = @ECHO@
82EGREP = @EGREP@
83F77 = @F77@
84GCJ = @GCJ@
85GCJFLAGS = @GCJFLAGS@
86GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
87GLIB_CFLAGS = @GLIB_CFLAGS@
88GLIB_LIBS = @GLIB_LIBS@
89GMOFILES = @GMOFILES@
90GMSGFMT = @GMSGFMT@
91GTK_CFLAGS = @GTK_CFLAGS@
92GTK_LIBS = @GTK_LIBS@
93INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
94INSTOBJEXT = @INSTOBJEXT@
95INTLLIBS = @INTLLIBS@
96LIBTOOL = @LIBTOOL@
97LIB_GNOME_KEYRING_LT_VERSION = @LIB_GNOME_KEYRING_LT_VERSION@
98LN_S = @LN_S@
99MAINT = @MAINT@
100MKINSTALLDIRS = @MKINSTALLDIRS@
101OBJDUMP = @OBJDUMP@
102PACKAGE = @PACKAGE@
103PKG_CONFIG = @PKG_CONFIG@
104POFILES = @POFILES@
105POSUB = @POSUB@
106PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
107PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
108RANLIB = @RANLIB@
109RC = @RC@
110STRIP = @STRIP@
111USE_NLS = @USE_NLS@
112VERSION = @VERSION@
113am__include = @am__include@
114am__quote = @am__quote@
115install_sh = @install_sh@
116SUBDIRS = \
117        po
118
119
120libgnomekeyringincludedir = $(includedir)/gnome-keyring-1/
121
122bin_PROGRAMS = \
123        gnome-keyring-daemon
124
125
126libexec_PROGRAMS = \
127        gnome-keyring-ask
128
129
130noinst_PROGRAMS = \
131        list-keyrings \
132        test-keyring
133
134
135lib_LTLIBRARIES = libgnome-keyring.la
136
137noinst_LTLIBRARIES = libgnome-keyring-common.la
138
139INCLUDES = \
140        -DPREFIX=\""$(prefix)"\"                        \
141        -DBINDIR=\""$(bindir)"\"                        \
142        -DLIBEXECDIR=\""$(libexecdir)"\"                \
143        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
144        -I$(top_srcdir)                                 \
145        -I$(top_builddir)                               \
146        $(GTK_CFLAGS)                                   \
147        $(GLIB_CFLAGS)
148
149
150libgnome_keyring_common_la_SOURCES = \
151        gnome-keyring-private.h \
152        gnome-keyring-proto.c \
153        gnome-keyring-proto.h \
154        gnome-keyring-utils.c
155
156
157libgnome_keyring_common_la_LIBADD = \
158        $(GLIB_LIBS)
159
160
161libgnome_keyring_la_SOURCES = \
162        gnome-keyring.c \
163        gnome-keyring.h
164
165
166libgnomekeyringinclude_HEADERS = \
167        gnome-keyring.h
168
169
170libgnome_keyring_la_LIBADD = \
171        libgnome-keyring-common.la \
172        $(GLIB_LIBS)
173
174
175libgnome_keyring_la_LDFLAGS = \
176        -version-info $(LIB_GNOME_KEYRING_LT_VERSION) \
177        -no-undefined
178
179
180LIBADD_SOURCE = mkdtemp.c mkdtemp.h
181
182gnome_keyring_daemon_SOURCES = \
183        aes.c \
184        aes.h \
185        aes_be.h \
186        aes_le.h \
187        beecrypt_compat.h \
188        md5.c \
189        md5.h \
190        sha256.c \
191        sha256.h \
192        gnome-keyring-daemon.c \
193        gnome-keyring-daemon-file.c \
194        gnome-keyring-daemon.h \
195        gnome-keyring-daemon-io.c
196
197
198gnome_keyring_daemon_LDADD = \
199        libgnome-keyring-common.la \
200        @LIBOBJS@ \
201        $(GLIB_LIBS)
202
203
204gnome_keyring_ask_SOURCES = \
205        gnome-keyring-ask.c
206
207
208gnome_keyring_ask_LDADD = \
209        $(GTK_LIBS)
210
211
212list_keyrings_SOURCES = \
213        list-keyrings.c
214
215
216list_keyrings_LDADD = \
217        libgnome-keyring.la \
218        $(GTK_LIBS)
219
220
221test_keyring_SOURCES = \
222        test.c
223
224
225test_keyring_LDADD = \
226        libgnome-keyring.la \
227        $(GTK_LIBS)
228
229
230pkgconfigdir = $(libdir)/pkgconfig
231pkgconfig_DATA = gnome-keyring-1.pc
232
233EXTRA_DIST = \
234        $(LIBADD_SOURCE) \
235        file-format.txt  \
236        keyring-intro.txt \
237        gnome-keyring-1-uninstalled.pc.in
238
239subdir = .
240ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
241mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
242CONFIG_HEADER = config.h
243CONFIG_CLEAN_FILES = gnome-keyring-1.pc gnome-keyring-1-uninstalled.pc
244LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
245
246libgnome_keyring_common_la_LDFLAGS =
247libgnome_keyring_common_la_DEPENDENCIES =
248am_libgnome_keyring_common_la_OBJECTS = gnome-keyring-proto.lo \
249        gnome-keyring-utils.lo
250libgnome_keyring_common_la_OBJECTS = \
251        $(am_libgnome_keyring_common_la_OBJECTS)
252libgnome_keyring_la_DEPENDENCIES = libgnome-keyring-common.la
253am_libgnome_keyring_la_OBJECTS = gnome-keyring.lo
254libgnome_keyring_la_OBJECTS = $(am_libgnome_keyring_la_OBJECTS)
255bin_PROGRAMS = gnome-keyring-daemon$(EXEEXT)
256libexec_PROGRAMS = gnome-keyring-ask$(EXEEXT)
257noinst_PROGRAMS = list-keyrings$(EXEEXT) test-keyring$(EXEEXT)
258PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(noinst_PROGRAMS)
259
260am_gnome_keyring_ask_OBJECTS = gnome-keyring-ask.$(OBJEXT)
261gnome_keyring_ask_OBJECTS = $(am_gnome_keyring_ask_OBJECTS)
262gnome_keyring_ask_DEPENDENCIES =
263gnome_keyring_ask_LDFLAGS =
264am_gnome_keyring_daemon_OBJECTS = aes.$(OBJEXT) md5.$(OBJEXT) \
265        sha256.$(OBJEXT) gnome-keyring-daemon.$(OBJEXT) \
266        gnome-keyring-daemon-file.$(OBJEXT) \
267        gnome-keyring-daemon-io.$(OBJEXT)
268gnome_keyring_daemon_OBJECTS = $(am_gnome_keyring_daemon_OBJECTS)
269gnome_keyring_daemon_DEPENDENCIES = libgnome-keyring-common.la @LIBOBJS@
270gnome_keyring_daemon_LDFLAGS =
271am_list_keyrings_OBJECTS = list-keyrings.$(OBJEXT)
272list_keyrings_OBJECTS = $(am_list_keyrings_OBJECTS)
273list_keyrings_DEPENDENCIES = libgnome-keyring.la
274list_keyrings_LDFLAGS =
275am_test_keyring_OBJECTS = test.$(OBJEXT)
276test_keyring_OBJECTS = $(am_test_keyring_OBJECTS)
277test_keyring_DEPENDENCIES = libgnome-keyring.la
278test_keyring_LDFLAGS =
279
280DEFS = @DEFS@
281DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
282CPPFLAGS = @CPPFLAGS@
283LDFLAGS = @LDFLAGS@
284LIBS = @LIBS@
285depcomp = $(SHELL) $(top_srcdir)/depcomp
286am__depfiles_maybe = depfiles
287@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/mkdtemp.Po ./$(DEPDIR)/aes.Po \
288@AMDEP_TRUE@    ./$(DEPDIR)/gnome-keyring-ask.Po \
289@AMDEP_TRUE@    ./$(DEPDIR)/gnome-keyring-daemon-file.Po \
290@AMDEP_TRUE@    ./$(DEPDIR)/gnome-keyring-daemon-io.Po \
291@AMDEP_TRUE@    ./$(DEPDIR)/gnome-keyring-daemon.Po \
292@AMDEP_TRUE@    ./$(DEPDIR)/gnome-keyring-proto.Plo \
293@AMDEP_TRUE@    ./$(DEPDIR)/gnome-keyring-utils.Plo \
294@AMDEP_TRUE@    ./$(DEPDIR)/gnome-keyring.Plo \
295@AMDEP_TRUE@    ./$(DEPDIR)/list-keyrings.Po ./$(DEPDIR)/md5.Po \
296@AMDEP_TRUE@    ./$(DEPDIR)/sha256.Po ./$(DEPDIR)/test.Po
297COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
298        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
299LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
300        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
301CCLD = $(CC)
302LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
303        $(AM_LDFLAGS) $(LDFLAGS) -o $@
304CFLAGS = @CFLAGS@
305DIST_SOURCES = $(libgnome_keyring_common_la_SOURCES) \
306        $(libgnome_keyring_la_SOURCES) $(gnome_keyring_ask_SOURCES) \
307        $(gnome_keyring_daemon_SOURCES) $(list_keyrings_SOURCES) \
308        $(test_keyring_SOURCES)
309DATA = $(pkgconfig_DATA)
310
311HEADERS = $(libgnomekeyringinclude_HEADERS)
312
313
314RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
315        uninstall-info-recursive all-recursive install-data-recursive \
316        install-exec-recursive installdirs-recursive install-recursive \
317        uninstall-recursive check-recursive installcheck-recursive
318DIST_COMMON = README $(libgnomekeyringinclude_HEADERS) AUTHORS COPYING \
319        COPYING.LIB ChangeLog INSTALL Makefile.am Makefile.in NEWS TODO \
320        aclocal.m4 config.guess config.h.in config.sub configure \
321        configure.in depcomp gnome-keyring-1-uninstalled.pc.in \
322        gnome-keyring-1.pc.in install-sh ltmain.sh missing mkdtemp.c \
323        mkinstalldirs
324DIST_SUBDIRS = $(SUBDIRS)
325SOURCES = $(libgnome_keyring_common_la_SOURCES) $(libgnome_keyring_la_SOURCES) $(gnome_keyring_ask_SOURCES) $(gnome_keyring_daemon_SOURCES) $(list_keyrings_SOURCES) $(test_keyring_SOURCES)
326
327all: config.h
328        $(MAKE) $(AM_MAKEFLAGS) all-recursive
329
330.SUFFIXES:
331.SUFFIXES: .c .lo .o .obj
332
333am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
334 configure.lineno
335$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
336        cd $(top_srcdir) && \
337          $(AUTOMAKE) --gnu  Makefile
338Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
339        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
340
341$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342        $(SHELL) ./config.status --recheck
343$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
344        cd $(srcdir) && $(AUTOCONF)
345
346$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
347        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
348
349config.h: stamp-h1
350        @if test ! -f $@; then \
351          rm -f stamp-h1; \
352          $(MAKE) stamp-h1; \
353        else :; fi
354
355stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
356        @rm -f stamp-h1
357        cd $(top_builddir) && $(SHELL) ./config.status config.h
358
359$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4)
360        cd $(top_srcdir) && $(AUTOHEADER)
361        touch $(srcdir)/config.h.in
362
363distclean-hdr:
364        -rm -f config.h stamp-h1
365gnome-keyring-1.pc: $(top_builddir)/config.status gnome-keyring-1.pc.in
366        cd $(top_builddir) && $(SHELL) ./config.status $@
367gnome-keyring-1-uninstalled.pc: $(top_builddir)/config.status gnome-keyring-1-uninstalled.pc.in
368        cd $(top_builddir) && $(SHELL) ./config.status $@
369libLTLIBRARIES_INSTALL = $(INSTALL)
370install-libLTLIBRARIES: $(lib_LTLIBRARIES)
371        @$(NORMAL_INSTALL)
372        $(mkinstalldirs) $(DESTDIR)$(libdir)
373        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
374          if test -f $$p; then \
375            f="`echo $$p | sed -e 's|^.*/||'`"; \
376            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
377            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
378          else :; fi; \
379        done
380
381uninstall-libLTLIBRARIES:
382        @$(NORMAL_UNINSTALL)
383        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
384            p="`echo $$p | sed -e 's|^.*/||'`"; \
385          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
386          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
387        done
388
389clean-libLTLIBRARIES:
390        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
391        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
392          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
393          test -z "$dir" && dir=.; \
394          echo "rm -f \"$${dir}/so_locations\""; \
395          rm -f "$${dir}/so_locations"; \
396        done
397
398clean-noinstLTLIBRARIES:
399        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
400        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
401          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
402          test -z "$dir" && dir=.; \
403          echo "rm -f \"$${dir}/so_locations\""; \
404          rm -f "$${dir}/so_locations"; \
405        done
406libgnome-keyring-common.la: $(libgnome_keyring_common_la_OBJECTS) $(libgnome_keyring_common_la_DEPENDENCIES)
407        $(LINK)  $(libgnome_keyring_common_la_LDFLAGS) $(libgnome_keyring_common_la_OBJECTS) $(libgnome_keyring_common_la_LIBADD) $(LIBS)
408libgnome-keyring.la: $(libgnome_keyring_la_OBJECTS) $(libgnome_keyring_la_DEPENDENCIES)
409        $(LINK) -rpath $(libdir) $(libgnome_keyring_la_LDFLAGS) $(libgnome_keyring_la_OBJECTS) $(libgnome_keyring_la_LIBADD) $(LIBS)
410binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
411install-binPROGRAMS: $(bin_PROGRAMS)
412        @$(NORMAL_INSTALL)
413        $(mkinstalldirs) $(DESTDIR)$(bindir)
414        @list='$(bin_PROGRAMS)'; for p in $$list; do \
415          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
416          if test -f $$p \
417             || test -f $$p1 \
418          ; then \
419            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
420           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
421           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
422          else :; fi; \
423        done
424
425uninstall-binPROGRAMS:
426        @$(NORMAL_UNINSTALL)
427        @list='$(bin_PROGRAMS)'; for p in $$list; do \
428          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
429          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
430          rm -f $(DESTDIR)$(bindir)/$$f; \
431        done
432
433clean-binPROGRAMS:
434        @list='$(bin_PROGRAMS)'; for p in $$list; do \
435          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
436          echo " rm -f $$p $$f"; \
437          rm -f $$p $$f ; \
438        done
439libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
440install-libexecPROGRAMS: $(libexec_PROGRAMS)
441        @$(NORMAL_INSTALL)
442        $(mkinstalldirs) $(DESTDIR)$(libexecdir)
443        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
444          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
445          if test -f $$p \
446             || test -f $$p1 \
447          ; then \
448            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
449           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) $$p $(DESTDIR)$(libexecdir)/$$f"; \
450           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) $$p $(DESTDIR)$(libexecdir)/$$f; \
451          else :; fi; \
452        done
453
454uninstall-libexecPROGRAMS:
455        @$(NORMAL_UNINSTALL)
456        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
457          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
458          echo " rm -f $(DESTDIR)$(libexecdir)/$$f"; \
459          rm -f $(DESTDIR)$(libexecdir)/$$f; \
460        done
461
462clean-libexecPROGRAMS:
463        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
464          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
465          echo " rm -f $$p $$f"; \
466          rm -f $$p $$f ; \
467        done
468
469clean-noinstPROGRAMS:
470        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
471          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
472          echo " rm -f $$p $$f"; \
473          rm -f $$p $$f ; \
474        done
475gnome-keyring-ask$(EXEEXT): $(gnome_keyring_ask_OBJECTS) $(gnome_keyring_ask_DEPENDENCIES)
476        @rm -f gnome-keyring-ask$(EXEEXT)
477        $(LINK) $(gnome_keyring_ask_LDFLAGS) $(gnome_keyring_ask_OBJECTS) $(gnome_keyring_ask_LDADD) $(LIBS)
478gnome-keyring-daemon$(EXEEXT): $(gnome_keyring_daemon_OBJECTS) $(gnome_keyring_daemon_DEPENDENCIES)
479        @rm -f gnome-keyring-daemon$(EXEEXT)
480        $(LINK) $(gnome_keyring_daemon_LDFLAGS) $(gnome_keyring_daemon_OBJECTS) $(gnome_keyring_daemon_LDADD) $(LIBS)
481list-keyrings$(EXEEXT): $(list_keyrings_OBJECTS) $(list_keyrings_DEPENDENCIES)
482        @rm -f list-keyrings$(EXEEXT)
483        $(LINK) $(list_keyrings_LDFLAGS) $(list_keyrings_OBJECTS) $(list_keyrings_LDADD) $(LIBS)
484test-keyring$(EXEEXT): $(test_keyring_OBJECTS) $(test_keyring_DEPENDENCIES)
485        @rm -f test-keyring$(EXEEXT)
486        $(LINK) $(test_keyring_LDFLAGS) $(test_keyring_OBJECTS) $(test_keyring_LDADD) $(LIBS)
487
488mostlyclean-compile:
489        -rm -f *.$(OBJEXT) core *.core
490
491distclean-compile:
492        -rm -f *.tab.c
493
494@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mkdtemp.Po@am__quote@
495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aes.Po@am__quote@
496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-keyring-ask.Po@am__quote@
497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-keyring-daemon-file.Po@am__quote@
498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-keyring-daemon-io.Po@am__quote@
499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-keyring-daemon.Po@am__quote@
500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-keyring-proto.Plo@am__quote@
501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-keyring-utils.Plo@am__quote@
502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-keyring.Plo@am__quote@
503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list-keyrings.Po@am__quote@
504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha256.Po@am__quote@
506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
507
508distclean-depend:
509        -rm -rf $(DEPDIR) ./$(DEPDIR)
510
511.c.o:
512@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
513@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
514@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
516
517.c.obj:
518@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
519@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
520@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521        $(COMPILE) -c `cygpath -w $<`
522
523.c.lo:
524@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
525@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
526@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527        $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
528CCDEPMODE = @CCDEPMODE@
529
530mostlyclean-libtool:
531        -rm -f *.lo
532
533clean-libtool:
534        -rm -rf .libs _libs
535
536distclean-libtool:
537        -rm -f libtool
538uninstall-info-am:
539pkgconfigDATA_INSTALL = $(INSTALL_DATA)
540install-pkgconfigDATA: $(pkgconfig_DATA)
541        @$(NORMAL_INSTALL)
542        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
543        @list='$(pkgconfig_DATA)'; for p in $$list; do \
544          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
545          f="`echo $$p | sed -e 's|^.*/||'`"; \
546          echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
547          $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
548        done
549
550uninstall-pkgconfigDATA:
551        @$(NORMAL_UNINSTALL)
552        @list='$(pkgconfig_DATA)'; for p in $$list; do \
553          f="`echo $$p | sed -e 's|^.*/||'`"; \
554          echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
555          rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
556        done
557libgnomekeyringincludeHEADERS_INSTALL = $(INSTALL_HEADER)
558install-libgnomekeyringincludeHEADERS: $(libgnomekeyringinclude_HEADERS)
559        @$(NORMAL_INSTALL)
560        $(mkinstalldirs) $(DESTDIR)$(libgnomekeyringincludedir)
561        @list='$(libgnomekeyringinclude_HEADERS)'; for p in $$list; do \
562          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
563          f="`echo $$p | sed -e 's|^.*/||'`"; \
564          echo " $(libgnomekeyringincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libgnomekeyringincludedir)/$$f"; \
565          $(libgnomekeyringincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libgnomekeyringincludedir)/$$f; \
566        done
567
568uninstall-libgnomekeyringincludeHEADERS:
569        @$(NORMAL_UNINSTALL)
570        @list='$(libgnomekeyringinclude_HEADERS)'; for p in $$list; do \
571          f="`echo $$p | sed -e 's|^.*/||'`"; \
572          echo " rm -f $(DESTDIR)$(libgnomekeyringincludedir)/$$f"; \
573          rm -f $(DESTDIR)$(libgnomekeyringincludedir)/$$f; \
574        done
575
576# This directory's subdirectories are mostly independent; you can cd
577# into them and run `make' without going through this Makefile.
578# To change the values of `make' variables: instead of editing Makefiles,
579# (1) if the variable is set in `config.status', edit `config.status'
580#     (which will cause the Makefiles to be regenerated when you run `make');
581# (2) otherwise, pass the desired values on the `make' command line.
582$(RECURSIVE_TARGETS):
583        @set fnord $$MAKEFLAGS; amf=$$2; \
584        dot_seen=no; \
585        target=`echo $@ | sed s/-recursive//`; \
586        list='$(SUBDIRS)'; for subdir in $$list; do \
587          echo "Making $$target in $$subdir"; \
588          if test "$$subdir" = "."; then \
589            dot_seen=yes; \
590            local_target="$$target-am"; \
591          else \
592            local_target="$$target"; \
593          fi; \
594          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
595           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
596        done; \
597        if test "$$dot_seen" = "no"; then \
598          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
599        fi; test -z "$$fail"
600
601mostlyclean-recursive clean-recursive distclean-recursive \
602maintainer-clean-recursive:
603        @set fnord $$MAKEFLAGS; amf=$$2; \
604        dot_seen=no; \
605        case "$@" in \
606          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
607          *) list='$(SUBDIRS)' ;; \
608        esac; \
609        rev=''; for subdir in $$list; do \
610          if test "$$subdir" = "."; then :; else \
611            rev="$$subdir $$rev"; \
612          fi; \
613        done; \
614        rev="$$rev ."; \
615        target=`echo $@ | sed s/-recursive//`; \
616        for subdir in $$rev; do \
617          echo "Making $$target in $$subdir"; \
618          if test "$$subdir" = "."; then \
619            local_target="$$target-am"; \
620          else \
621            local_target="$$target"; \
622          fi; \
623          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
624           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
625        done && test -z "$$fail"
626tags-recursive:
627        list='$(SUBDIRS)'; for subdir in $$list; do \
628          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
629        done
630
631ETAGS = etags
632ETAGSFLAGS =
633
634tags: TAGS
635
636ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
637        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
638        unique=`for i in $$list; do \
639            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
640          done | \
641          $(AWK) '    { files[$$0] = 1; } \
642               END { for (i in files) print i; }'`; \
643        mkid -fID $$unique
644
645TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
646                $(TAGS_FILES) $(LISP)
647        tags=; \
648        here=`pwd`; \
649        list='$(SUBDIRS)'; for subdir in $$list; do \
650          if test "$$subdir" = .; then :; else \
651            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
652          fi; \
653        done; \
654        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
655        unique=`for i in $$list; do \
656            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
657          done | \
658          $(AWK) '    { files[$$0] = 1; } \
659               END { for (i in files) print i; }'`; \
660        test -z "$(ETAGS_ARGS)$$tags$$unique" \
661          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
662             $$tags $$unique
663
664GTAGS:
665        here=`$(am__cd) $(top_builddir) && pwd` \
666          && cd $(top_srcdir) \
667          && gtags -i $(GTAGS_ARGS) $$here
668
669distclean-tags:
670        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
671DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
672
673top_distdir = .
674distdir = $(PACKAGE)-$(VERSION)
675
676am__remove_distdir = \
677  { test ! -d $(distdir) \
678    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
679         && rm -fr $(distdir); }; }
680
681GZIP_ENV = --best
682distcleancheck_listfiles = find . -type f -print
683
684distdir: $(DISTFILES)
685        $(am__remove_distdir)
686        mkdir $(distdir)
687        $(mkinstalldirs) $(distdir)/. $(distdir)/po
688        @list='$(DISTFILES)'; for file in $$list; do \
689          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
690          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
691          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
692            dir="/$$dir"; \
693            $(mkinstalldirs) "$(distdir)$$dir"; \
694          else \
695            dir=''; \
696          fi; \
697          if test -d $$d/$$file; then \
698            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
699              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
700            fi; \
701            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
702          else \
703            test -f $(distdir)/$$file \
704            || cp -p $$d/$$file $(distdir)/$$file \
705            || exit 1; \
706          fi; \
707        done
708        list='$(SUBDIRS)'; for subdir in $$list; do \
709          if test "$$subdir" = .; then :; else \
710            test -d $(distdir)/$$subdir \
711            || mkdir $(distdir)/$$subdir \
712            || exit 1; \
713            (cd $$subdir && \
714              $(MAKE) $(AM_MAKEFLAGS) \
715                top_distdir="$(top_distdir)" \
716                distdir=../$(distdir)/$$subdir \
717                distdir) \
718              || exit 1; \
719          fi; \
720        done
721        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
722          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
723          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
724          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
725        || chmod -R a+r $(distdir)
726dist-gzip: distdir
727        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
728        $(am__remove_distdir)
729
730dist dist-all: distdir
731        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
732        $(am__remove_distdir)
733
734# This target untars the dist file and tries a VPATH configuration.  Then
735# it guarantees that the distribution is self-contained by making another
736# tarfile.
737distcheck: dist
738        $(am__remove_distdir)
739        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
740        chmod -R a-w $(distdir); chmod a+w $(distdir)
741        mkdir $(distdir)/=build
742        mkdir $(distdir)/=inst
743        chmod a-w $(distdir)
744        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
745          && cd $(distdir)/=build \
746          && ../configure --srcdir=.. --prefix=$$dc_install_base \
747            $(DISTCHECK_CONFIGURE_FLAGS) \
748          && $(MAKE) $(AM_MAKEFLAGS) \
749          && $(MAKE) $(AM_MAKEFLAGS) dvi \
750          && $(MAKE) $(AM_MAKEFLAGS) check \
751          && $(MAKE) $(AM_MAKEFLAGS) install \
752          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
753          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
754          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
755              || { echo "ERROR: files left after uninstall:" ; \
756                   find $$dc_install_base -type f -print ; \
757                   exit 1; } >&2 ) \
758          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
759          && rm -f $(distdir).tar.gz \
760          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
761        $(am__remove_distdir)
762        @echo "$(distdir).tar.gz is ready for distribution" | \
763          sed 'h;s/./=/g;p;x;p;x'
764distcleancheck: distclean
765        if test '$(srcdir)' = . ; then \
766          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
767          exit 1 ; \
768        fi
769        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
770          || { echo "ERROR: files left after distclean:" ; \
771               $(distcleancheck_listfiles) ; \
772               exit 1; } >&2
773check-am: all-am
774check: check-recursive
775all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) config.h
776install-binPROGRAMS: install-libLTLIBRARIES
777
778installdirs: installdirs-recursive
779installdirs-am:
780        $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(libexecdir) $(DESTDIR)$(pkgconfigdir) $(DESTDIR)$(libgnomekeyringincludedir)
781
782install: install-recursive
783install-exec: install-exec-recursive
784install-data: install-data-recursive
785uninstall: uninstall-recursive
786
787install-am: all-am
788        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
789
790installcheck: installcheck-recursive
791install-strip:
792        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
793          INSTALL_STRIP_FLAG=-s \
794          `test -z '$(STRIP)' || \
795            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
796mostlyclean-generic:
797
798clean-generic:
799
800distclean-generic:
801        -rm -f Makefile $(CONFIG_CLEAN_FILES)
802
803maintainer-clean-generic:
804        @echo "This command is intended for maintainers to use"
805        @echo "it deletes files that may require special tools to rebuild."
806clean: clean-recursive
807
808clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
809        clean-libexecPROGRAMS clean-libtool clean-noinstLTLIBRARIES \
810        clean-noinstPROGRAMS mostlyclean-am
811
812distclean: distclean-recursive
813        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
814distclean-am: clean-am distclean-compile distclean-depend \
815        distclean-generic distclean-hdr distclean-libtool \
816        distclean-tags
817
818dvi: dvi-recursive
819
820dvi-am:
821
822info: info-recursive
823
824info-am:
825
826install-data-am: install-libgnomekeyringincludeHEADERS \
827        install-pkgconfigDATA
828
829install-exec-am: install-binPROGRAMS install-libLTLIBRARIES \
830        install-libexecPROGRAMS
831
832install-info: install-info-recursive
833
834install-man:
835
836installcheck-am:
837
838maintainer-clean: maintainer-clean-recursive
839        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
840        -rm -rf autom4te.cache
841maintainer-clean-am: distclean-am maintainer-clean-generic
842
843mostlyclean: mostlyclean-recursive
844
845mostlyclean-am: mostlyclean-compile mostlyclean-generic \
846        mostlyclean-libtool
847
848uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
849        uninstall-libLTLIBRARIES uninstall-libexecPROGRAMS \
850        uninstall-libgnomekeyringincludeHEADERS uninstall-pkgconfigDATA
851
852uninstall-info: uninstall-info-recursive
853
854.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
855        clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
856        clean-libexecPROGRAMS clean-libtool clean-noinstLTLIBRARIES \
857        clean-noinstPROGRAMS clean-recursive dist dist-all dist-gzip \
858        distcheck distclean distclean-compile distclean-depend \
859        distclean-generic distclean-hdr distclean-libtool \
860        distclean-recursive distclean-tags distcleancheck distdir dvi \
861        dvi-am dvi-recursive info info-am info-recursive install \
862        install-am install-binPROGRAMS install-data install-data-am \
863        install-data-recursive install-exec install-exec-am \
864        install-exec-recursive install-info install-info-am \
865        install-info-recursive install-libLTLIBRARIES \
866        install-libexecPROGRAMS install-libgnomekeyringincludeHEADERS \
867        install-man install-pkgconfigDATA install-recursive \
868        install-strip installcheck installcheck-am installdirs \
869        installdirs-am installdirs-recursive maintainer-clean \
870        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
871        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
872        mostlyclean-recursive tags tags-recursive uninstall \
873        uninstall-am uninstall-binPROGRAMS uninstall-info-am \
874        uninstall-info-recursive uninstall-libLTLIBRARIES \
875        uninstall-libexecPROGRAMS \
876        uninstall-libgnomekeyringincludeHEADERS uninstall-pkgconfigDATA \
877        uninstall-recursive
878
879# Tell versions [3.59,3.63) of GNU make to not export all variables.
880# Otherwise a system limit (for SysV at least) may be exceeded.
881.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.