]> git.saurik.com Git - apple/launchd.git/blame - launchd/Makefile.in
launchd-106.3.tar.gz
[apple/launchd.git] / launchd / Makefile.in
CommitLineData
e91b9f68
A
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 = :
62
63EXEEXT = @EXEEXT@
64OBJEXT = @OBJEXT@
65PATH_SEPARATOR = @PATH_SEPARATOR@
66AMTAR = @AMTAR@
67AWK = @AWK@
68CC = @CC@
69DEPDIR = @DEPDIR@
70INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
71PACKAGE = @PACKAGE@
72RANLIB = @RANLIB@
73STRIP = @STRIP@
74VERSION = @VERSION@
75am__include = @am__include@
76am__quote = @am__quote@
77install_sh = @install_sh@
78SUBDIRS = src
79subdir = .
80ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82CONFIG_HEADER = $(top_builddir)/src/config.h
83CONFIG_CLEAN_FILES =
84DIST_SOURCES =
85
86RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
87 uninstall-info-recursive all-recursive install-data-recursive \
88 install-exec-recursive installdirs-recursive install-recursive \
89 uninstall-recursive check-recursive installcheck-recursive
90DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
91 Makefile.in NEWS TODO aclocal.m4 compile configure configure.ac \
92 depcomp install-sh missing mkinstalldirs
93DIST_SUBDIRS = $(SUBDIRS)
94all: all-recursive
95
96.SUFFIXES:
97
98am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99 configure.lineno
100$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
101 cd $(top_srcdir) && \
102 $(AUTOMAKE) --gnu Makefile
103Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
104 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
105
106$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
107 $(SHELL) ./config.status --recheck
108$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
109 cd $(srcdir) && $(AUTOCONF)
110
111$(ACLOCAL_M4): configure.ac
112 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
113uninstall-info-am:
114
115# This directory's subdirectories are mostly independent; you can cd
116# into them and run `make' without going through this Makefile.
117# To change the values of `make' variables: instead of editing Makefiles,
118# (1) if the variable is set in `config.status', edit `config.status'
119# (which will cause the Makefiles to be regenerated when you run `make');
120# (2) otherwise, pass the desired values on the `make' command line.
121$(RECURSIVE_TARGETS):
122 @set fnord $$MAKEFLAGS; amf=$$2; \
123 dot_seen=no; \
124 target=`echo $@ | sed s/-recursive//`; \
125 list='$(SUBDIRS)'; for subdir in $$list; do \
126 echo "Making $$target in $$subdir"; \
127 if test "$$subdir" = "."; then \
128 dot_seen=yes; \
129 local_target="$$target-am"; \
130 else \
131 local_target="$$target"; \
132 fi; \
133 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
134 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
135 done; \
136 if test "$$dot_seen" = "no"; then \
137 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
138 fi; test -z "$$fail"
139
140mostlyclean-recursive clean-recursive distclean-recursive \
141maintainer-clean-recursive:
142 @set fnord $$MAKEFLAGS; amf=$$2; \
143 dot_seen=no; \
144 case "$@" in \
145 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
146 *) list='$(SUBDIRS)' ;; \
147 esac; \
148 rev=''; for subdir in $$list; do \
149 if test "$$subdir" = "."; then :; else \
150 rev="$$subdir $$rev"; \
151 fi; \
152 done; \
153 rev="$$rev ."; \
154 target=`echo $@ | sed s/-recursive//`; \
155 for subdir in $$rev; do \
156 echo "Making $$target in $$subdir"; \
157 if test "$$subdir" = "."; then \
158 local_target="$$target-am"; \
159 else \
160 local_target="$$target"; \
161 fi; \
162 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
163 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
164 done && test -z "$$fail"
165tags-recursive:
166 list='$(SUBDIRS)'; for subdir in $$list; do \
167 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
168 done
169
170ETAGS = etags
171ETAGSFLAGS =
172
173tags: TAGS
174
175ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
176 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
177 unique=`for i in $$list; do \
178 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
179 done | \
180 $(AWK) ' { files[$$0] = 1; } \
181 END { for (i in files) print i; }'`; \
182 mkid -fID $$unique
183
184TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
185 $(TAGS_FILES) $(LISP)
186 tags=; \
187 here=`pwd`; \
188 list='$(SUBDIRS)'; for subdir in $$list; do \
189 if test "$$subdir" = .; then :; else \
190 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
191 fi; \
192 done; \
193 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
194 unique=`for i in $$list; do \
195 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
196 done | \
197 $(AWK) ' { files[$$0] = 1; } \
198 END { for (i in files) print i; }'`; \
199 test -z "$(ETAGS_ARGS)$$tags$$unique" \
200 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
201 $$tags $$unique
202
203GTAGS:
204 here=`$(am__cd) $(top_builddir) && pwd` \
205 && cd $(top_srcdir) \
206 && gtags -i $(GTAGS_ARGS) $$here
207
208distclean-tags:
209 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
210DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
211
212top_distdir = .
213distdir = $(PACKAGE)-$(VERSION)
214
215am__remove_distdir = \
216 { test ! -d $(distdir) \
217 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
218 && rm -fr $(distdir); }; }
219
220GZIP_ENV = --best
221distcleancheck_listfiles = find . -type f -print
222
223distdir: $(DISTFILES)
224 $(am__remove_distdir)
225 mkdir $(distdir)
226 @list='$(DISTFILES)'; for file in $$list; do \
227 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
228 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
229 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
230 dir="/$$dir"; \
231 $(mkinstalldirs) "$(distdir)$$dir"; \
232 else \
233 dir=''; \
234 fi; \
235 if test -d $$d/$$file; then \
236 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
237 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
238 fi; \
239 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
240 else \
241 test -f $(distdir)/$$file \
242 || cp -p $$d/$$file $(distdir)/$$file \
243 || exit 1; \
244 fi; \
245 done
246 list='$(SUBDIRS)'; for subdir in $$list; do \
247 if test "$$subdir" = .; then :; else \
248 test -d $(distdir)/$$subdir \
249 || mkdir $(distdir)/$$subdir \
250 || exit 1; \
251 (cd $$subdir && \
252 $(MAKE) $(AM_MAKEFLAGS) \
253 top_distdir="$(top_distdir)" \
254 distdir=../$(distdir)/$$subdir \
255 distdir) \
256 || exit 1; \
257 fi; \
258 done
259 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
260 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
261 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
262 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
263 || chmod -R a+r $(distdir)
264dist-gzip: distdir
265 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
266 $(am__remove_distdir)
267
268dist dist-all: distdir
269 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
270 $(am__remove_distdir)
271
272# This target untars the dist file and tries a VPATH configuration. Then
273# it guarantees that the distribution is self-contained by making another
274# tarfile.
275distcheck: dist
276 $(am__remove_distdir)
277 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
278 chmod -R a-w $(distdir); chmod a+w $(distdir)
279 mkdir $(distdir)/=build
280 mkdir $(distdir)/=inst
281 chmod a-w $(distdir)
282 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
283 && cd $(distdir)/=build \
284 && ../configure --srcdir=.. --prefix=$$dc_install_base \
285 $(DISTCHECK_CONFIGURE_FLAGS) \
286 && $(MAKE) $(AM_MAKEFLAGS) \
287 && $(MAKE) $(AM_MAKEFLAGS) dvi \
288 && $(MAKE) $(AM_MAKEFLAGS) check \
289 && $(MAKE) $(AM_MAKEFLAGS) install \
290 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
291 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
292 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
293 || { echo "ERROR: files left after uninstall:" ; \
294 find $$dc_install_base -type f -print ; \
295 exit 1; } >&2 ) \
296 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
297 && rm -f $(distdir).tar.gz \
298 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
299 $(am__remove_distdir)
300 @echo "$(distdir).tar.gz is ready for distribution" | \
301 sed 'h;s/./=/g;p;x;p;x'
302distcleancheck: distclean
303 if test '$(srcdir)' = . ; then \
304 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
305 exit 1 ; \
306 fi
307 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
308 || { echo "ERROR: files left after distclean:" ; \
309 $(distcleancheck_listfiles) ; \
310 exit 1; } >&2
311check-am: all-am
312check: check-recursive
313all-am: Makefile
314installdirs: installdirs-recursive
315installdirs-am:
316
317install: install-recursive
318install-exec: install-exec-recursive
319install-data: install-data-recursive
320uninstall: uninstall-recursive
321
322install-am: all-am
323 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
324
325installcheck: installcheck-recursive
326install-strip:
327 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
328 INSTALL_STRIP_FLAG=-s \
329 `test -z '$(STRIP)' || \
330 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
331mostlyclean-generic:
332
333clean-generic:
334
335distclean-generic:
336 -rm -f Makefile $(CONFIG_CLEAN_FILES)
337
338maintainer-clean-generic:
339 @echo "This command is intended for maintainers to use"
340 @echo "it deletes files that may require special tools to rebuild."
341clean: clean-recursive
342
343clean-am: clean-generic mostlyclean-am
344
345distclean: distclean-recursive
346 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
347distclean-am: clean-am distclean-generic distclean-tags
348
349dvi: dvi-recursive
350
351dvi-am:
352
353info: info-recursive
354
355info-am:
356
357install-data-am:
358
359install-exec-am:
360
361install-info: install-info-recursive
362
363install-man:
364
365installcheck-am:
366
367maintainer-clean: maintainer-clean-recursive
368 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
369 -rm -rf autom4te.cache
370maintainer-clean-am: distclean-am maintainer-clean-generic
371
372mostlyclean: mostlyclean-recursive
373
374mostlyclean-am: mostlyclean-generic
375
376uninstall-am: uninstall-info-am
377
378uninstall-info: uninstall-info-recursive
379
380.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
381 clean-generic clean-recursive dist dist-all dist-gzip distcheck \
382 distclean distclean-generic distclean-recursive distclean-tags \
383 distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
384 info-recursive install install-am install-data install-data-am \
385 install-data-recursive install-exec install-exec-am \
386 install-exec-recursive install-info install-info-am \
387 install-info-recursive install-man install-recursive \
388 install-strip installcheck installcheck-am installdirs \
389 installdirs-am installdirs-recursive maintainer-clean \
390 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
391 mostlyclean-generic mostlyclean-recursive tags tags-recursive \
392 uninstall uninstall-am uninstall-info-am \
393 uninstall-info-recursive uninstall-recursive
394
395# Tell versions [3.59,3.63) of GNU make to not export all variables.
396# Otherwise a system limit (for SysV at least) may be exceeded.
397.NOEXPORT: