]> git.saurik.com Git - apple/launchd.git/blob - launchd/doc/Makefile.in
launchd-106.14.tar.gz
[apple/launchd.git] / launchd / doc / Makefile.in
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@
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62
63 EXEEXT = @EXEEXT@
64 OBJEXT = @OBJEXT@
65 PATH_SEPARATOR = @PATH_SEPARATOR@
66 AMTAR = @AMTAR@
67 AWK = @AWK@
68 CC = @CC@
69 DEPDIR = @DEPDIR@
70 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
71 PACKAGE = @PACKAGE@
72 RANLIB = @RANLIB@
73 STRIP = @STRIP@
74 VERSION = @VERSION@
75 am__include = @am__include@
76 am__quote = @am__quote@
77 install_sh = @install_sh@
78 subdir = doc
79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80 CONFIG_HEADER = $(top_builddir)/src/config.h
81 CONFIG_CLEAN_FILES =
82 DIST_SOURCES =
83 DIST_COMMON = Makefile.am Makefile.in
84 all: all-am
85
86 .SUFFIXES:
87 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
88 cd $(top_srcdir) && \
89 $(AUTOMAKE) --gnu doc/Makefile
90 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
91 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
92 uninstall-info-am:
93 tags: TAGS
94 TAGS:
95
96 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97
98 top_distdir = ..
99 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
100
101 distdir: $(DISTFILES)
102 @list='$(DISTFILES)'; for file in $$list; do \
103 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
104 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
105 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
106 dir="/$$dir"; \
107 $(mkinstalldirs) "$(distdir)$$dir"; \
108 else \
109 dir=''; \
110 fi; \
111 if test -d $$d/$$file; then \
112 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
113 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
114 fi; \
115 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
116 else \
117 test -f $(distdir)/$$file \
118 || cp -p $$d/$$file $(distdir)/$$file \
119 || exit 1; \
120 fi; \
121 done
122 check-am: all-am
123 check: check-am
124 all-am: Makefile
125
126 installdirs:
127
128 install: install-am
129 install-exec: install-exec-am
130 install-data: install-data-am
131 uninstall: uninstall-am
132
133 install-am: all-am
134 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
135
136 installcheck: installcheck-am
137 install-strip:
138 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
139 INSTALL_STRIP_FLAG=-s \
140 `test -z '$(STRIP)' || \
141 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
142 mostlyclean-generic:
143
144 clean-generic:
145
146 distclean-generic:
147 -rm -f Makefile $(CONFIG_CLEAN_FILES)
148
149 maintainer-clean-generic:
150 @echo "This command is intended for maintainers to use"
151 @echo "it deletes files that may require special tools to rebuild."
152 clean: clean-am
153
154 clean-am: clean-generic mostlyclean-am
155
156 distclean: distclean-am
157
158 distclean-am: clean-am distclean-generic
159
160 dvi: dvi-am
161
162 dvi-am:
163
164 info: info-am
165
166 info-am:
167
168 install-data-am:
169 @$(NORMAL_INSTALL)
170 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
171
172 install-exec-am:
173
174 install-info: install-info-am
175
176 install-man:
177
178 installcheck-am:
179
180 maintainer-clean: maintainer-clean-am
181
182 maintainer-clean-am: distclean-am maintainer-clean-generic
183
184 mostlyclean: mostlyclean-am
185
186 mostlyclean-am: mostlyclean-generic
187
188 uninstall-am: uninstall-info-am
189
190 .PHONY: all all-am check check-am clean clean-generic distclean \
191 distclean-generic distdir dvi dvi-am info info-am install \
192 install-am install-data install-data-am install-exec \
193 install-exec-am install-info install-info-am install-man \
194 install-strip installcheck installcheck-am installdirs \
195 maintainer-clean maintainer-clean-generic mostlyclean \
196 mostlyclean-generic uninstall uninstall-am uninstall-info-am
197
198 install-data-hook:
199 mkdir -p $(DESTDIR)/System/Library/LaunchDaemons
200 cp $(srcdir)/com.apple.launchdebugd.xml $(DESTDIR)/System/Library/LaunchDaemons/com.apple.launchd_debugd.plist
201 # Tell versions [3.59,3.63) of GNU make to not export all variables.
202 # Otherwise a system limit (for SysV at least) may be exceeded.
203 .NOEXPORT: