Mercurial > masqmail
annotate src/libident/Makefile.in @ 286:e2f6eefbd573
further, minor, improvements to man/masqmail.8
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 07 Dec 2010 17:21:07 -0300 (2010-12-07) |
parents | 907fee7c081a |
children |
rev | line source |
---|---|
36 | 1 # Makefile.in generated by automake 1.11.1 from Makefile.am. |
0 | 2 # @configure_input@ |
3 | |
36 | 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
6 # Inc. | |
0 | 7 # This Makefile.in is free software; the Free Software Foundation |
8 # gives unlimited permission to copy and/or distribute it, | |
9 # with or without modifications, as long as this notice is preserved. | |
10 | |
11 # This program is distributed in the hope that it will be useful, | |
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
14 # PARTICULAR PURPOSE. | |
15 | |
16 @SET_MAKE@ | |
17 | |
18 VPATH = @srcdir@ | |
19 pkgdatadir = $(datadir)/@PACKAGE@ | |
36 | 20 pkgincludedir = $(includedir)/@PACKAGE@ |
0 | 21 pkglibdir = $(libdir)/@PACKAGE@ |
36 | 22 pkglibexecdir = $(libexecdir)/@PACKAGE@ |
0 | 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
24 install_sh_DATA = $(install_sh) -c -m 644 | |
25 install_sh_PROGRAM = $(install_sh) -c | |
26 install_sh_SCRIPT = $(install_sh) -c | |
27 INSTALL_HEADER = $(INSTALL_DATA) | |
28 transform = $(program_transform_name) | |
29 NORMAL_INSTALL = : | |
30 PRE_INSTALL = : | |
31 POST_INSTALL = : | |
32 NORMAL_UNINSTALL = : | |
33 PRE_UNINSTALL = : | |
34 POST_UNINSTALL = : | |
36 | 35 subdir = src/libident |
36 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | |
37 INSTALL | |
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
39 am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |
40 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
41 $(ACLOCAL_M4) | |
42 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
43 CONFIG_HEADER = $(top_builddir)/config.h | |
44 CONFIG_CLEAN_FILES = | |
45 CONFIG_CLEAN_VPATH_FILES = | |
46 LIBRARIES = $(noinst_LIBRARIES) | |
47 AR = ar | |
48 ARFLAGS = cru | |
49 libident_a_AR = $(AR) $(ARFLAGS) | |
50 libident_a_LIBADD = | |
51 am_libident_a_OBJECTS = ident.$(OBJEXT) id_open.$(OBJEXT) \ | |
52 id_close.$(OBJEXT) id_query.$(OBJEXT) id_parse.$(OBJEXT) \ | |
53 support.$(OBJEXT) version.$(OBJEXT) | |
54 libident_a_OBJECTS = $(am_libident_a_OBJECTS) | |
55 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | |
56 depcomp = $(SHELL) $(top_srcdir)/depcomp | |
57 am__depfiles_maybe = depfiles | |
58 am__mv = mv -f | |
59 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
60 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
61 CCLD = $(CC) | |
62 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
63 SOURCES = $(libident_a_SOURCES) | |
64 DIST_SOURCES = $(libident_a_SOURCES) | |
65 ETAGS = etags | |
66 CTAGS = ctags | |
67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
0 | 68 ACLOCAL = @ACLOCAL@ |
69 AMTAR = @AMTAR@ | |
70 AUTOCONF = @AUTOCONF@ | |
71 AUTOHEADER = @AUTOHEADER@ | |
72 AUTOMAKE = @AUTOMAKE@ | |
73 AWK = @AWK@ | |
74 BASE64_LIBS = @BASE64_LIBS@ | |
75 CC = @CC@ | |
76 CCDEPMODE = @CCDEPMODE@ | |
77 CFLAGS = @CFLAGS@ | |
78 CPP = @CPP@ | |
79 CPPFLAGS = @CPPFLAGS@ | |
80 CYGPATH_W = @CYGPATH_W@ | |
81 DEFS = @DEFS@ | |
82 DEPDIR = @DEPDIR@ | |
83 ECHO_C = @ECHO_C@ | |
84 ECHO_N = @ECHO_N@ | |
85 ECHO_T = @ECHO_T@ | |
86 EGREP = @EGREP@ | |
87 EXEEXT = @EXEEXT@ | |
88 GLIB_CFLAGS = @GLIB_CFLAGS@ | |
89 GLIB_LIBS = @GLIB_LIBS@ | |
1 | 90 GREP = @GREP@ |
0 | 91 IDENT_LIBS = @IDENT_LIBS@ |
36 | 92 INSTALL = @INSTALL@ |
0 | 93 INSTALL_DATA = @INSTALL_DATA@ |
94 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
95 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
96 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
97 LDFLAGS = @LDFLAGS@ | |
98 LIBOBJS = @LIBOBJS@ | |
99 LIBS = @LIBS@ | |
100 LOCKFILE_LIBS = @LOCKFILE_LIBS@ | |
101 LTLIBOBJS = @LTLIBOBJS@ | |
102 MAKEINFO = @MAKEINFO@ | |
103 MD5_LIBS = @MD5_LIBS@ | |
36 | 104 MKDIR_P = @MKDIR_P@ |
0 | 105 OBJEXT = @OBJEXT@ |
106 PACKAGE = @PACKAGE@ | |
107 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
108 PACKAGE_NAME = @PACKAGE_NAME@ | |
109 PACKAGE_STRING = @PACKAGE_STRING@ | |
110 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
36 | 111 PACKAGE_URL = @PACKAGE_URL@ |
0 | 112 PACKAGE_VERSION = @PACKAGE_VERSION@ |
113 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
114 PKG_CONFIG = @PKG_CONFIG@ | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
36
diff
changeset
|
115 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
36
diff
changeset
|
116 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
0 | 117 RANLIB = @RANLIB@ |
118 RESOLV_LIBS = @RESOLV_LIBS@ | |
119 SET_MAKE = @SET_MAKE@ | |
120 SHELL = @SHELL@ | |
121 STRIP = @STRIP@ | |
122 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ | |
123 VERSION = @VERSION@ | |
36 | 124 abs_builddir = @abs_builddir@ |
125 abs_srcdir = @abs_srcdir@ | |
126 abs_top_builddir = @abs_top_builddir@ | |
127 abs_top_srcdir = @abs_top_srcdir@ | |
0 | 128 ac_ct_CC = @ac_ct_CC@ |
129 am__include = @am__include@ | |
130 am__leading_dot = @am__leading_dot@ | |
131 am__quote = @am__quote@ | |
36 | 132 am__tar = @am__tar@ |
133 am__untar = @am__untar@ | |
0 | 134 bindir = @bindir@ |
135 build_alias = @build_alias@ | |
36 | 136 builddir = @builddir@ |
0 | 137 datadir = @datadir@ |
1 | 138 datarootdir = @datarootdir@ |
139 docdir = @docdir@ | |
140 dvidir = @dvidir@ | |
0 | 141 exec_prefix = @exec_prefix@ |
142 has_ident = @has_ident@ | |
143 host_alias = @host_alias@ | |
1 | 144 htmldir = @htmldir@ |
0 | 145 includedir = @includedir@ |
146 infodir = @infodir@ | |
147 install_sh = @install_sh@ | |
148 libdir = @libdir@ | |
149 libexecdir = @libexecdir@ | |
1 | 150 localedir = @localedir@ |
0 | 151 localstatedir = @localstatedir@ |
152 mandir = @mandir@ | |
36 | 153 mkdir_p = @mkdir_p@ |
0 | 154 oldincludedir = @oldincludedir@ |
1 | 155 pdfdir = @pdfdir@ |
0 | 156 prefix = @prefix@ |
157 program_transform_name = @program_transform_name@ | |
1 | 158 psdir = @psdir@ |
0 | 159 sbindir = @sbindir@ |
160 sharedstatedir = @sharedstatedir@ | |
36 | 161 srcdir = @srcdir@ |
0 | 162 sysconfdir = @sysconfdir@ |
163 target_alias = @target_alias@ | |
36 | 164 top_build_prefix = @top_build_prefix@ |
165 top_builddir = @top_builddir@ | |
166 top_srcdir = @top_srcdir@ | |
0 | 167 with_confdir = @with_confdir@ |
168 with_group = @with_group@ | |
169 with_logdir = @with_logdir@ | |
170 with_spooldir = @with_spooldir@ | |
171 with_user = @with_user@ | |
172 EXTRA_DIST = README_MASQMAIL | |
173 AM_CFLAGS = @CFLAGS@ -D_GNU_SOURCE -DHAVE_ANSIHEADERS | |
174 noinst_LIBRARIES = libident.a | |
175 libident_a_SOURCES = \ | |
176 ident.h\ | |
177 ident.c\ | |
178 id_open.c\ | |
179 id_close.c\ | |
180 id_query.c\ | |
181 id_parse.c\ | |
182 support.c\ | |
183 version.c | |
184 | |
185 all: all-am | |
186 | |
187 .SUFFIXES: | |
188 .SUFFIXES: .c .o .obj | |
36 | 189 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
190 @for dep in $?; do \ | |
191 case '$(am__configure_deps)' in \ | |
192 *$$dep*) \ | |
193 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
194 && { if test -f $@; then exit 0; else break; fi; }; \ | |
195 exit 1;; \ | |
196 esac; \ | |
197 done; \ | |
198 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libident/Makefile'; \ | |
199 $(am__cd) $(top_srcdir) && \ | |
200 $(AUTOMAKE) --gnu src/libident/Makefile | |
201 .PRECIOUS: Makefile | |
202 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
203 @case '$?' in \ | |
204 *config.status*) \ | |
205 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
206 *) \ | |
207 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
208 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
209 esac; | |
0 | 210 |
36 | 211 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
213 | |
214 $(top_srcdir)/configure: $(am__configure_deps) | |
215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
216 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
217 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
218 $(am__aclocal_m4_deps): | |
0 | 219 |
220 clean-noinstLIBRARIES: | |
221 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | |
222 libident.a: $(libident_a_OBJECTS) $(libident_a_DEPENDENCIES) | |
223 -rm -f libident.a | |
224 $(libident_a_AR) libident.a $(libident_a_OBJECTS) $(libident_a_LIBADD) | |
225 $(RANLIB) libident.a | |
226 | |
227 mostlyclean-compile: | |
36 | 228 -rm -f *.$(OBJEXT) |
0 | 229 |
230 distclean-compile: | |
231 -rm -f *.tab.c | |
232 | |
233 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_close.Po@am__quote@ | |
234 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_open.Po@am__quote@ | |
235 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_parse.Po@am__quote@ | |
236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_query.Po@am__quote@ | |
237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ident.Po@am__quote@ | |
238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@ | |
239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ | |
240 | |
241 .c.o: | |
36 | 242 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
243 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
0 | 244 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
36 | 245 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
246 @am__fastdepCC_FALSE@ $(COMPILE) -c $< | |
0 | 247 |
248 .c.obj: | |
36 | 249 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
250 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
0 | 251 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
36 | 252 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
253 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | |
0 | 254 |
255 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
256 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
257 unique=`for i in $$list; do \ | |
258 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
259 done | \ | |
36 | 260 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
261 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
0 | 262 mkid -fID $$unique |
36 | 263 tags: TAGS |
0 | 264 |
265 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
266 $(TAGS_FILES) $(LISP) | |
36 | 267 set x; \ |
0 | 268 here=`pwd`; \ |
269 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
270 unique=`for i in $$list; do \ | |
271 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
272 done | \ | |
36 | 273 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
274 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
275 shift; \ | |
276 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
277 test -n "$$unique" || unique=$$empty_fix; \ | |
278 if test $$# -gt 0; then \ | |
279 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
280 "$$@" $$unique; \ | |
281 else \ | |
282 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
283 $$unique; \ | |
284 fi; \ | |
285 fi | |
286 ctags: CTAGS | |
287 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
288 $(TAGS_FILES) $(LISP) | |
289 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
290 unique=`for i in $$list; do \ | |
291 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
292 done | \ | |
293 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
294 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
295 test -z "$(CTAGS_ARGS)$$unique" \ | |
0 | 296 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
36 | 297 $$unique |
0 | 298 |
299 GTAGS: | |
300 here=`$(am__cd) $(top_builddir) && pwd` \ | |
36 | 301 && $(am__cd) $(top_srcdir) \ |
302 && gtags -i $(GTAGS_ARGS) "$$here" | |
0 | 303 |
304 distclean-tags: | |
305 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
306 | |
307 distdir: $(DISTFILES) | |
36 | 308 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
309 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
310 list='$(DISTFILES)'; \ | |
311 dist_files=`for file in $$list; do echo $$file; done | \ | |
312 sed -e "s|^$$srcdirstrip/||;t" \ | |
313 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
314 case $$dist_files in \ | |
315 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
316 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
317 sort -u` ;; \ | |
318 esac; \ | |
319 for file in $$dist_files; do \ | |
0 | 320 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
36 | 321 if test -d $$d/$$file; then \ |
322 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
323 if test -d "$(distdir)/$$file"; then \ | |
324 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
325 fi; \ | |
326 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
327 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
328 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
329 fi; \ | |
330 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
0 | 331 else \ |
36 | 332 test -f "$(distdir)/$$file" \ |
333 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
0 | 334 || exit 1; \ |
335 fi; \ | |
336 done | |
337 check-am: all-am | |
338 check: check-am | |
339 all-am: Makefile $(LIBRARIES) | |
340 installdirs: | |
341 install: install-am | |
342 install-exec: install-exec-am | |
343 install-data: install-data-am | |
344 uninstall: uninstall-am | |
345 | |
346 install-am: all-am | |
347 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
348 | |
349 installcheck: installcheck-am | |
350 install-strip: | |
351 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
352 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
353 `test -z '$(STRIP)' || \ | |
354 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
355 mostlyclean-generic: | |
356 | |
357 clean-generic: | |
358 | |
359 distclean-generic: | |
36 | 360 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
361 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
0 | 362 |
363 maintainer-clean-generic: | |
364 @echo "This command is intended for maintainers to use" | |
365 @echo "it deletes files that may require special tools to rebuild." | |
366 clean: clean-am | |
367 | |
368 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am | |
369 | |
370 distclean: distclean-am | |
371 -rm -rf ./$(DEPDIR) | |
372 -rm -f Makefile | |
373 distclean-am: clean-am distclean-compile distclean-generic \ | |
374 distclean-tags | |
375 | |
376 dvi: dvi-am | |
377 | |
378 dvi-am: | |
379 | |
36 | 380 html: html-am |
381 | |
382 html-am: | |
383 | |
0 | 384 info: info-am |
385 | |
386 info-am: | |
387 | |
388 install-data-am: | |
389 | |
36 | 390 install-dvi: install-dvi-am |
391 | |
392 install-dvi-am: | |
393 | |
0 | 394 install-exec-am: |
395 | |
36 | 396 install-html: install-html-am |
397 | |
398 install-html-am: | |
399 | |
0 | 400 install-info: install-info-am |
401 | |
36 | 402 install-info-am: |
403 | |
0 | 404 install-man: |
405 | |
36 | 406 install-pdf: install-pdf-am |
407 | |
408 install-pdf-am: | |
409 | |
410 install-ps: install-ps-am | |
411 | |
412 install-ps-am: | |
413 | |
0 | 414 installcheck-am: |
415 | |
416 maintainer-clean: maintainer-clean-am | |
417 -rm -rf ./$(DEPDIR) | |
418 -rm -f Makefile | |
419 maintainer-clean-am: distclean-am maintainer-clean-generic | |
420 | |
421 mostlyclean: mostlyclean-am | |
422 | |
423 mostlyclean-am: mostlyclean-compile mostlyclean-generic | |
424 | |
425 pdf: pdf-am | |
426 | |
427 pdf-am: | |
428 | |
429 ps: ps-am | |
430 | |
431 ps-am: | |
432 | |
36 | 433 uninstall-am: |
434 | |
435 .MAKE: install-am install-strip | |
0 | 436 |
437 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | |
438 clean-noinstLIBRARIES ctags distclean distclean-compile \ | |
36 | 439 distclean-generic distclean-tags distdir dvi dvi-am html \ |
440 html-am info info-am install install-am install-data \ | |
441 install-data-am install-dvi install-dvi-am install-exec \ | |
442 install-exec-am install-html install-html-am install-info \ | |
443 install-info-am install-man install-pdf install-pdf-am \ | |
444 install-ps install-ps-am install-strip installcheck \ | |
445 installcheck-am installdirs maintainer-clean \ | |
446 maintainer-clean-generic mostlyclean mostlyclean-compile \ | |
447 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ | |
448 uninstall-am | |
449 | |
0 | 450 |
451 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
452 # Otherwise a system limit (for SysV at least) may be exceeded. | |
453 .NOEXPORT: |