Makefile.in revision 1.1.1.2 1 1.1 christos # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 1.1 christos # @configure_input@
3 1.1 christos
4 1.1 christos # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 1.1 christos # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 1.1 christos # Inc.
7 1.1 christos # This Makefile.in is free software; the Free Software Foundation
8 1.1 christos # gives unlimited permission to copy and/or distribute it,
9 1.1 christos # with or without modifications, as long as this notice is preserved.
10 1.1 christos
11 1.1 christos # This program is distributed in the hope that it will be useful,
12 1.1 christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 1.1 christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 1.1 christos # PARTICULAR PURPOSE.
15 1.1 christos
16 1.1 christos @SET_MAKE@
17 1.1 christos VPATH = @srcdir@
18 1.1 christos pkgdatadir = $(datadir)/@PACKAGE@
19 1.1 christos pkgincludedir = $(includedir)/@PACKAGE@
20 1.1 christos pkglibdir = $(libdir)/@PACKAGE@
21 1.1 christos pkglibexecdir = $(libexecdir)/@PACKAGE@
22 1.1 christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 1.1 christos install_sh_DATA = $(install_sh) -c -m 644
24 1.1 christos install_sh_PROGRAM = $(install_sh) -c
25 1.1 christos install_sh_SCRIPT = $(install_sh) -c
26 1.1 christos INSTALL_HEADER = $(INSTALL_DATA)
27 1.1 christos transform = $(program_transform_name)
28 1.1 christos NORMAL_INSTALL = :
29 1.1 christos PRE_INSTALL = :
30 1.1 christos POST_INSTALL = :
31 1.1 christos NORMAL_UNINSTALL = :
32 1.1 christos PRE_UNINSTALL = :
33 1.1 christos POST_UNINSTALL = :
34 1.1 christos build_triplet = @build@
35 1.1 christos host_triplet = @host@
36 1.1 christos target_triplet = @target@
37 1.1 christos subdir = man/man5
38 1.1 christos DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39 1.1 christos $(srcdir)/tcsd.conf.5.in
40 1.1 christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 1.1.1.2 christos am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42 1.1 christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 1.1 christos $(ACLOCAL_M4)
44 1.1 christos mkinstalldirs = $(install_sh) -d
45 1.1 christos CONFIG_CLEAN_FILES = tcsd.conf.5
46 1.1 christos CONFIG_CLEAN_VPATH_FILES =
47 1.1 christos SOURCES =
48 1.1 christos DIST_SOURCES =
49 1.1 christos am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50 1.1 christos am__vpath_adj = case $$p in \
51 1.1 christos $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52 1.1 christos *) f=$$p;; \
53 1.1 christos esac;
54 1.1 christos am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
55 1.1 christos am__install_max = 40
56 1.1 christos am__nobase_strip_setup = \
57 1.1 christos srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
58 1.1 christos am__nobase_strip = \
59 1.1 christos for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
60 1.1 christos am__nobase_list = $(am__nobase_strip_setup); \
61 1.1 christos for p in $$list; do echo "$$p $$p"; done | \
62 1.1 christos sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
63 1.1 christos $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
64 1.1 christos if (++n[$$2] == $(am__install_max)) \
65 1.1 christos { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
66 1.1 christos END { for (dir in files) print dir, files[dir] }'
67 1.1 christos am__base_list = \
68 1.1 christos sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
69 1.1 christos sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
70 1.1 christos man5dir = $(mandir)/man5
71 1.1 christos am__installdirs = "$(DESTDIR)$(man5dir)"
72 1.1 christos NROFF = nroff
73 1.1 christos MANS = $(man5_MANS)
74 1.1 christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75 1.1 christos ACLOCAL = @ACLOCAL@
76 1.1 christos AMTAR = @AMTAR@
77 1.1 christos AR = @AR@
78 1.1 christos AUTOCONF = @AUTOCONF@
79 1.1 christos AUTOHEADER = @AUTOHEADER@
80 1.1 christos AUTOMAKE = @AUTOMAKE@
81 1.1 christos AWK = @AWK@
82 1.1 christos CC = @CC@
83 1.1 christos CCDEPMODE = @CCDEPMODE@
84 1.1 christos CFLAGS = @CFLAGS@
85 1.1 christos CPP = @CPP@
86 1.1 christos CPPFLAGS = @CPPFLAGS@
87 1.1 christos CRYPTOLIB = @CRYPTOLIB@
88 1.1 christos CRYPTO_PACKAGE = @CRYPTO_PACKAGE@
89 1.1 christos CYGPATH_W = @CYGPATH_W@
90 1.1 christos DEFS = @DEFS@
91 1.1 christos DEPDIR = @DEPDIR@
92 1.1 christos DSYMUTIL = @DSYMUTIL@
93 1.1 christos DUMPBIN = @DUMPBIN@
94 1.1 christos ECHO_C = @ECHO_C@
95 1.1 christos ECHO_N = @ECHO_N@
96 1.1 christos ECHO_T = @ECHO_T@
97 1.1 christos EGREP = @EGREP@
98 1.1 christos EXEEXT = @EXEEXT@
99 1.1 christos FGREP = @FGREP@
100 1.1 christos GREP = @GREP@
101 1.1 christos GTK_CFLAGS = @GTK_CFLAGS@
102 1.1 christos GTK_LIBS = @GTK_LIBS@
103 1.1 christos INSTALL = @INSTALL@
104 1.1 christos INSTALL_DATA = @INSTALL_DATA@
105 1.1 christos INSTALL_PROGRAM = @INSTALL_PROGRAM@
106 1.1 christos INSTALL_SCRIPT = @INSTALL_SCRIPT@
107 1.1 christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
108 1.1 christos LD = @LD@
109 1.1 christos LDFLAGS = @LDFLAGS@
110 1.1 christos LIBOBJS = @LIBOBJS@
111 1.1 christos LIBS = @LIBS@
112 1.1 christos LIBTOOL = @LIBTOOL@
113 1.1 christos LIPO = @LIPO@
114 1.1 christos LN_S = @LN_S@
115 1.1 christos LTLIBOBJS = @LTLIBOBJS@
116 1.1 christos MAKEINFO = @MAKEINFO@
117 1.1 christos MKDIR_P = @MKDIR_P@
118 1.1 christos NM = @NM@
119 1.1 christos NMEDIT = @NMEDIT@
120 1.1 christos OBJDUMP = @OBJDUMP@
121 1.1 christos OBJEXT = @OBJEXT@
122 1.1 christos OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@
123 1.1 christos OTOOL = @OTOOL@
124 1.1 christos OTOOL64 = @OTOOL64@
125 1.1 christos PACKAGE = @PACKAGE@
126 1.1 christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
127 1.1 christos PACKAGE_NAME = @PACKAGE_NAME@
128 1.1 christos PACKAGE_STRING = @PACKAGE_STRING@
129 1.1 christos PACKAGE_TARNAME = @PACKAGE_TARNAME@
130 1.1 christos PACKAGE_VERSION = @PACKAGE_VERSION@
131 1.1 christos PATH_SEPARATOR = @PATH_SEPARATOR@
132 1.1 christos PKG_CONFIG = @PKG_CONFIG@
133 1.1 christos RANLIB = @RANLIB@
134 1.1 christos RPC = @RPC@
135 1.1 christos SED = @SED@
136 1.1 christos SET_MAKE = @SET_MAKE@
137 1.1 christos SHELL = @SHELL@
138 1.1 christos STRIP = @STRIP@
139 1.1 christos TCSD_DEFAULT_PORT = @TCSD_DEFAULT_PORT@
140 1.1.1.2 christos TCSD_LDFLAGS = @TCSD_LDFLAGS@
141 1.1 christos VERSION = @VERSION@
142 1.1 christos abs_builddir = @abs_builddir@
143 1.1 christos abs_srcdir = @abs_srcdir@
144 1.1 christos abs_top_builddir = @abs_top_builddir@
145 1.1 christos abs_top_srcdir = @abs_top_srcdir@
146 1.1 christos ac_ct_CC = @ac_ct_CC@
147 1.1 christos ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
148 1.1 christos am__include = @am__include@
149 1.1 christos am__leading_dot = @am__leading_dot@
150 1.1 christos am__quote = @am__quote@
151 1.1 christos am__tar = @am__tar@
152 1.1 christos am__untar = @am__untar@
153 1.1 christos bindir = @bindir@
154 1.1 christos build = @build@
155 1.1 christos build_alias = @build_alias@
156 1.1 christos build_cpu = @build_cpu@
157 1.1 christos build_os = @build_os@
158 1.1 christos build_vendor = @build_vendor@
159 1.1 christos builddir = @builddir@
160 1.1 christos datadir = @datadir@
161 1.1 christos datarootdir = @datarootdir@
162 1.1 christos docdir = @docdir@
163 1.1 christos dvidir = @dvidir@
164 1.1 christos exec_prefix = @exec_prefix@
165 1.1 christos host = @host@
166 1.1 christos host_alias = @host_alias@
167 1.1 christos host_cpu = @host_cpu@
168 1.1 christos host_os = @host_os@
169 1.1 christos host_vendor = @host_vendor@
170 1.1 christos htmldir = @htmldir@
171 1.1 christos includedir = @includedir@
172 1.1 christos infodir = @infodir@
173 1.1 christos install_sh = @install_sh@
174 1.1 christos libdir = @libdir@
175 1.1 christos libexecdir = @libexecdir@
176 1.1 christos localedir = @localedir@
177 1.1 christos localstatedir = @localstatedir@
178 1.1 christos lt_ECHO = @lt_ECHO@
179 1.1 christos mandir = @mandir@
180 1.1 christos mkdir_p = @mkdir_p@
181 1.1 christos oldincludedir = @oldincludedir@
182 1.1 christos pdfdir = @pdfdir@
183 1.1 christos prefix = @prefix@
184 1.1 christos program_transform_name = @program_transform_name@
185 1.1 christos psdir = @psdir@
186 1.1 christos sbindir = @sbindir@
187 1.1 christos sharedstatedir = @sharedstatedir@
188 1.1 christos srcdir = @srcdir@
189 1.1 christos sysconfdir = @sysconfdir@
190 1.1 christos target = @target@
191 1.1 christos target_alias = @target_alias@
192 1.1 christos target_cpu = @target_cpu@
193 1.1 christos target_os = @target_os@
194 1.1 christos target_vendor = @target_vendor@
195 1.1 christos top_build_prefix = @top_build_prefix@
196 1.1 christos top_builddir = @top_builddir@
197 1.1 christos top_srcdir = @top_srcdir@
198 1.1 christos man5_MANS = tcsd.conf.5
199 1.1 christos EXTRA_DIST = $(man5_MANS)
200 1.1 christos all: all-am
201 1.1 christos
202 1.1 christos .SUFFIXES:
203 1.1 christos $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
204 1.1 christos @for dep in $?; do \
205 1.1 christos case '$(am__configure_deps)' in \
206 1.1 christos *$$dep*) \
207 1.1 christos ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
208 1.1 christos && { if test -f $@; then exit 0; else break; fi; }; \
209 1.1 christos exit 1;; \
210 1.1 christos esac; \
211 1.1 christos done; \
212 1.1 christos echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/man5/Makefile'; \
213 1.1 christos $(am__cd) $(top_srcdir) && \
214 1.1 christos $(AUTOMAKE) --foreign man/man5/Makefile
215 1.1 christos .PRECIOUS: Makefile
216 1.1 christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
217 1.1 christos @case '$?' in \
218 1.1 christos *config.status*) \
219 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
220 1.1 christos *) \
221 1.1 christos echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
222 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
223 1.1 christos esac;
224 1.1 christos
225 1.1 christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
226 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227 1.1 christos
228 1.1 christos $(top_srcdir)/configure: $(am__configure_deps)
229 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230 1.1 christos $(ACLOCAL_M4): $(am__aclocal_m4_deps)
231 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232 1.1 christos $(am__aclocal_m4_deps):
233 1.1 christos tcsd.conf.5: $(top_builddir)/config.status $(srcdir)/tcsd.conf.5.in
234 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
235 1.1 christos
236 1.1 christos mostlyclean-libtool:
237 1.1 christos -rm -f *.lo
238 1.1 christos
239 1.1 christos clean-libtool:
240 1.1 christos -rm -rf .libs _libs
241 1.1 christos install-man5: $(man5_MANS)
242 1.1 christos @$(NORMAL_INSTALL)
243 1.1 christos test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
244 1.1 christos @list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \
245 1.1 christos { for i in $$list; do echo "$$i"; done; \
246 1.1 christos } | while read p; do \
247 1.1 christos if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
248 1.1 christos echo "$$d$$p"; echo "$$p"; \
249 1.1 christos done | \
250 1.1 christos sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
251 1.1 christos -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
252 1.1 christos sed 'N;N;s,\n, ,g' | { \
253 1.1 christos list=; while read file base inst; do \
254 1.1 christos if test "$$base" = "$$inst"; then list="$$list $$file"; else \
255 1.1 christos echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
256 1.1 christos $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
257 1.1 christos fi; \
258 1.1 christos done; \
259 1.1 christos for i in $$list; do echo "$$i"; done | $(am__base_list) | \
260 1.1 christos while read files; do \
261 1.1 christos test -z "$$files" || { \
262 1.1 christos echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
263 1.1 christos $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
264 1.1 christos done; }
265 1.1 christos
266 1.1 christos uninstall-man5:
267 1.1 christos @$(NORMAL_UNINSTALL)
268 1.1 christos @list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \
269 1.1 christos files=`{ for i in $$list; do echo "$$i"; done; \
270 1.1 christos } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
271 1.1 christos -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
272 1.1 christos test -z "$$files" || { \
273 1.1 christos echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
274 1.1 christos cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
275 1.1 christos tags: TAGS
276 1.1 christos TAGS:
277 1.1 christos
278 1.1 christos ctags: CTAGS
279 1.1 christos CTAGS:
280 1.1 christos
281 1.1 christos
282 1.1 christos distdir: $(DISTFILES)
283 1.1 christos @list='$(MANS)'; if test -n "$$list"; then \
284 1.1 christos list=`for p in $$list; do \
285 1.1 christos if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
286 1.1 christos if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
287 1.1 christos if test -n "$$list" && \
288 1.1 christos grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
289 1.1 christos echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
290 1.1 christos grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
291 1.1 christos echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
292 1.1 christos echo " typically \`make maintainer-clean' will remove them" >&2; \
293 1.1 christos exit 1; \
294 1.1 christos else :; fi; \
295 1.1 christos else :; fi
296 1.1 christos @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
297 1.1 christos topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
298 1.1 christos list='$(DISTFILES)'; \
299 1.1 christos dist_files=`for file in $$list; do echo $$file; done | \
300 1.1 christos sed -e "s|^$$srcdirstrip/||;t" \
301 1.1 christos -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
302 1.1 christos case $$dist_files in \
303 1.1 christos */*) $(MKDIR_P) `echo "$$dist_files" | \
304 1.1 christos sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
305 1.1 christos sort -u` ;; \
306 1.1 christos esac; \
307 1.1 christos for file in $$dist_files; do \
308 1.1 christos if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
309 1.1 christos if test -d $$d/$$file; then \
310 1.1 christos dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
311 1.1 christos if test -d "$(distdir)/$$file"; then \
312 1.1 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
313 1.1 christos fi; \
314 1.1 christos if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
315 1.1 christos cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
316 1.1 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
317 1.1 christos fi; \
318 1.1 christos cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
319 1.1 christos else \
320 1.1 christos test -f "$(distdir)/$$file" \
321 1.1 christos || cp -p $$d/$$file "$(distdir)/$$file" \
322 1.1 christos || exit 1; \
323 1.1 christos fi; \
324 1.1 christos done
325 1.1 christos check-am: all-am
326 1.1 christos check: check-am
327 1.1 christos all-am: Makefile $(MANS)
328 1.1 christos installdirs:
329 1.1 christos for dir in "$(DESTDIR)$(man5dir)"; do \
330 1.1 christos test -z "$$dir" || $(MKDIR_P) "$$dir"; \
331 1.1 christos done
332 1.1 christos install: install-am
333 1.1 christos install-exec: install-exec-am
334 1.1 christos install-data: install-data-am
335 1.1 christos uninstall: uninstall-am
336 1.1 christos
337 1.1 christos install-am: all-am
338 1.1 christos @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
339 1.1 christos
340 1.1 christos installcheck: installcheck-am
341 1.1 christos install-strip:
342 1.1 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
343 1.1 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
344 1.1 christos `test -z '$(STRIP)' || \
345 1.1 christos echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
346 1.1 christos mostlyclean-generic:
347 1.1 christos
348 1.1 christos clean-generic:
349 1.1 christos
350 1.1 christos distclean-generic:
351 1.1 christos -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
352 1.1 christos -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
353 1.1 christos
354 1.1 christos maintainer-clean-generic:
355 1.1 christos @echo "This command is intended for maintainers to use"
356 1.1 christos @echo "it deletes files that may require special tools to rebuild."
357 1.1 christos clean: clean-am
358 1.1 christos
359 1.1 christos clean-am: clean-generic clean-libtool mostlyclean-am
360 1.1 christos
361 1.1 christos distclean: distclean-am
362 1.1 christos -rm -f Makefile
363 1.1 christos distclean-am: clean-am distclean-generic
364 1.1 christos
365 1.1 christos dvi: dvi-am
366 1.1 christos
367 1.1 christos dvi-am:
368 1.1 christos
369 1.1 christos html: html-am
370 1.1 christos
371 1.1 christos html-am:
372 1.1 christos
373 1.1 christos info: info-am
374 1.1 christos
375 1.1 christos info-am:
376 1.1 christos
377 1.1 christos install-data-am: install-man
378 1.1 christos
379 1.1 christos install-dvi: install-dvi-am
380 1.1 christos
381 1.1 christos install-dvi-am:
382 1.1 christos
383 1.1 christos install-exec-am:
384 1.1 christos
385 1.1 christos install-html: install-html-am
386 1.1 christos
387 1.1 christos install-html-am:
388 1.1 christos
389 1.1 christos install-info: install-info-am
390 1.1 christos
391 1.1 christos install-info-am:
392 1.1 christos
393 1.1 christos install-man: install-man5
394 1.1 christos
395 1.1 christos install-pdf: install-pdf-am
396 1.1 christos
397 1.1 christos install-pdf-am:
398 1.1 christos
399 1.1 christos install-ps: install-ps-am
400 1.1 christos
401 1.1 christos install-ps-am:
402 1.1 christos
403 1.1 christos installcheck-am:
404 1.1 christos
405 1.1 christos maintainer-clean: maintainer-clean-am
406 1.1 christos -rm -f Makefile
407 1.1 christos maintainer-clean-am: distclean-am maintainer-clean-generic
408 1.1 christos
409 1.1 christos mostlyclean: mostlyclean-am
410 1.1 christos
411 1.1 christos mostlyclean-am: mostlyclean-generic mostlyclean-libtool
412 1.1 christos
413 1.1 christos pdf: pdf-am
414 1.1 christos
415 1.1 christos pdf-am:
416 1.1 christos
417 1.1 christos ps: ps-am
418 1.1 christos
419 1.1 christos ps-am:
420 1.1 christos
421 1.1 christos uninstall-am: uninstall-man
422 1.1 christos
423 1.1 christos uninstall-man: uninstall-man5
424 1.1 christos
425 1.1 christos .MAKE: install-am install-strip
426 1.1 christos
427 1.1 christos .PHONY: all all-am check check-am clean clean-generic clean-libtool \
428 1.1 christos distclean distclean-generic distclean-libtool distdir dvi \
429 1.1 christos dvi-am html html-am info info-am install install-am \
430 1.1 christos install-data install-data-am install-dvi install-dvi-am \
431 1.1 christos install-exec install-exec-am install-html install-html-am \
432 1.1 christos install-info install-info-am install-man install-man5 \
433 1.1 christos install-pdf install-pdf-am install-ps install-ps-am \
434 1.1 christos install-strip installcheck installcheck-am installdirs \
435 1.1 christos maintainer-clean maintainer-clean-generic mostlyclean \
436 1.1 christos mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
437 1.1 christos uninstall uninstall-am uninstall-man uninstall-man5
438 1.1 christos
439 1.1 christos
440 1.1 christos # Tell versions [3.59,3.63) of GNU make to not export all variables.
441 1.1 christos # Otherwise a system limit (for SysV at least) may be exceeded.
442 1.1 christos .NOEXPORT:
443