ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/servlink/Makefile.in
Revision: 967
Committed: Sun Aug 2 18:05:28 2009 UTC (14 years, 8 months ago) by michael
File size: 16672 byte(s)
Log Message:
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

File Contents

# Content
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
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.
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@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = :
35 build_triplet = @build@
36 host_triplet = @host@
37 bin_PROGRAMS = servlink$(EXEEXT)
38 subdir = servlink
39 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
42 $(top_srcdir)/configure.ac
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 $(ACLOCAL_M4)
45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = $(top_builddir)/config.h
47 CONFIG_CLEAN_FILES =
48 CONFIG_CLEAN_VPATH_FILES =
49 am__installdirs = "$(DESTDIR)$(bindir)"
50 PROGRAMS = $(bin_PROGRAMS)
51 am_servlink_OBJECTS = servlink.$(OBJEXT) io.$(OBJEXT) \
52 control.$(OBJEXT)
53 servlink_OBJECTS = $(am_servlink_OBJECTS)
54 servlink_LDADD = $(LDADD)
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 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
62 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64 CCLD = $(CC)
65 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
66 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
67 $(LDFLAGS) -o $@
68 SOURCES = $(servlink_SOURCES)
69 DIST_SOURCES = $(servlink_SOURCES)
70 ETAGS = etags
71 CTAGS = ctags
72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73 ACLOCAL = @ACLOCAL@
74 AMTAR = @AMTAR@
75 AR = @AR@
76 ARGZ_H = @ARGZ_H@
77 AUTOCONF = @AUTOCONF@
78 AUTOHEADER = @AUTOHEADER@
79 AUTOMAKE = @AUTOMAKE@
80 AWK = @AWK@
81 CC = @CC@
82 CCDEPMODE = @CCDEPMODE@
83 CFLAGS = @CFLAGS@
84 CPP = @CPP@
85 CPPFLAGS = @CPPFLAGS@
86 CYGPATH_W = @CYGPATH_W@
87 DATADIR = @DATADIR@
88 DEFS = @DEFS@
89 DEPDIR = @DEPDIR@
90 DSYMUTIL = @DSYMUTIL@
91 DUMPBIN = @DUMPBIN@
92 ECHO_C = @ECHO_C@
93 ECHO_N = @ECHO_N@
94 ECHO_T = @ECHO_T@
95 EGREP = @EGREP@
96 EXEEXT = @EXEEXT@
97 FGREP = @FGREP@
98 GREP = @GREP@
99 INCLTDL = @INCLTDL@
100 INSTALL = @INSTALL@
101 INSTALL_DATA = @INSTALL_DATA@
102 INSTALL_PROGRAM = @INSTALL_PROGRAM@
103 INSTALL_SCRIPT = @INSTALL_SCRIPT@
104 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
105 LD = @LD@
106 LDFLAGS = @LDFLAGS@
107 LEX = @LEX@
108 LEXLIB = @LEXLIB@
109 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
110 LIBADD_DL = @LIBADD_DL@
111 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
112 LIBADD_DLOPEN = @LIBADD_DLOPEN@
113 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
114 LIBDIR = @LIBDIR@
115 LIBLTDL = @LIBLTDL@
116 LIBOBJS = @LIBOBJS@
117 LIBS = @LIBS@
118 LIBTOOL = @LIBTOOL@
119 LIPO = @LIPO@
120 LN_S = @LN_S@
121 LOCALSTATEDIR = @LOCALSTATEDIR@
122 LTDLDEPS = @LTDLDEPS@
123 LTDLINCL = @LTDLINCL@
124 LTDLOPEN = @LTDLOPEN@
125 LTLIBOBJS = @LTLIBOBJS@
126 LT_CONFIG_H = @LT_CONFIG_H@
127 LT_DLLOADERS = @LT_DLLOADERS@
128 LT_DLPREOPEN = @LT_DLPREOPEN@
129 MAINT = @MAINT@
130 MAKEINFO = @MAKEINFO@
131 MKDIR_P = @MKDIR_P@
132 NM = @NM@
133 NMEDIT = @NMEDIT@
134 OBJDUMP = @OBJDUMP@
135 OBJEXT = @OBJEXT@
136 OTOOL = @OTOOL@
137 OTOOL64 = @OTOOL64@
138 PACKAGE = @PACKAGE@
139 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140 PACKAGE_NAME = @PACKAGE_NAME@
141 PACKAGE_STRING = @PACKAGE_STRING@
142 PACKAGE_TARNAME = @PACKAGE_TARNAME@
143 PACKAGE_URL = @PACKAGE_URL@
144 PACKAGE_VERSION = @PACKAGE_VERSION@
145 PATH_SEPARATOR = @PATH_SEPARATOR@
146 PREFIX = @PREFIX@
147 RANLIB = @RANLIB@
148 SED = @SED@
149 SET_MAKE = @SET_MAKE@
150 SHELL = @SHELL@
151 STRIP = @STRIP@
152 SYSCONFDIR = @SYSCONFDIR@
153 VERSION = @VERSION@
154 YACC = @YACC@
155 YFLAGS = @YFLAGS@
156 abs_builddir = @abs_builddir@
157 abs_srcdir = @abs_srcdir@
158 abs_top_builddir = @abs_top_builddir@
159 abs_top_srcdir = @abs_top_srcdir@
160 ac_ct_CC = @ac_ct_CC@
161 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
162 am__include = @am__include@
163 am__leading_dot = @am__leading_dot@
164 am__quote = @am__quote@
165 am__tar = @am__tar@
166 am__untar = @am__untar@
167 bindir = @bindir@
168 build = @build@
169 build_alias = @build_alias@
170 build_cpu = @build_cpu@
171 build_os = @build_os@
172 build_vendor = @build_vendor@
173 builddir = @builddir@
174 datadir = @datadir@
175 datarootdir = @datarootdir@
176 docdir = @docdir@
177 dvidir = @dvidir@
178 exec_prefix = @exec_prefix@
179 host = @host@
180 host_alias = @host_alias@
181 host_cpu = @host_cpu@
182 host_os = @host_os@
183 host_vendor = @host_vendor@
184 htmldir = @htmldir@
185 includedir = @includedir@
186 infodir = @infodir@
187 install_sh = @install_sh@
188 libdir = @libdir@
189 libexecdir = @libexecdir@
190 localedir = @localedir@
191 localstatedir = @localstatedir@
192 lt_ECHO = @lt_ECHO@
193 ltdl_LIBOBJS = @ltdl_LIBOBJS@
194 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
195 mandir = @mandir@
196 mkdir_p = @mkdir_p@
197 oldincludedir = @oldincludedir@
198 pdfdir = @pdfdir@
199 prefix = @prefix@
200 program_transform_name = @program_transform_name@
201 psdir = @psdir@
202 sbindir = @sbindir@
203 sharedstatedir = @sharedstatedir@
204 srcdir = @srcdir@
205 subdirs = @subdirs@
206 sys_symbol_underscore = @sys_symbol_underscore@
207 sysconfdir = @sysconfdir@
208 target_alias = @target_alias@
209 top_build_prefix = @top_build_prefix@
210 top_builddir = @top_builddir@
211 top_srcdir = @top_srcdir@
212 AUTOMAKE_OPTIONS = foreign
213 AM_CPPFLAGS = -I$(top_srcdir)/include
214 servlink_SOURCES = servlink.c io.c control.c
215 all: all-am
216
217 .SUFFIXES:
218 .SUFFIXES: .c .lo .o .obj
219 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
220 @for dep in $?; do \
221 case '$(am__configure_deps)' in \
222 *$$dep*) \
223 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
224 && { if test -f $@; then exit 0; else break; fi; }; \
225 exit 1;; \
226 esac; \
227 done; \
228 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign servlink/Makefile'; \
229 $(am__cd) $(top_srcdir) && \
230 $(AUTOMAKE) --foreign servlink/Makefile
231 .PRECIOUS: Makefile
232 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
233 @case '$?' in \
234 *config.status*) \
235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
236 *) \
237 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
238 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
239 esac;
240
241 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
242 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243
244 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
247 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248 $(am__aclocal_m4_deps):
249 install-binPROGRAMS: $(bin_PROGRAMS)
250 @$(NORMAL_INSTALL)
251 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
252 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
253 for p in $$list; do echo "$$p $$p"; done | \
254 sed 's/$(EXEEXT)$$//' | \
255 while read p p1; do if test -f $$p || test -f $$p1; \
256 then echo "$$p"; echo "$$p"; else :; fi; \
257 done | \
258 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
259 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
260 sed 'N;N;N;s,\n, ,g' | \
261 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
262 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
263 if ($$2 == $$4) files[d] = files[d] " " $$1; \
264 else { print "f", $$3 "/" $$4, $$1; } } \
265 END { for (d in files) print "f", d, files[d] }' | \
266 while read type dir files; do \
267 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
268 test -z "$$files" || { \
269 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
270 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
271 } \
272 ; done
273
274 uninstall-binPROGRAMS:
275 @$(NORMAL_UNINSTALL)
276 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
277 files=`for p in $$list; do echo "$$p"; done | \
278 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
279 -e 's/$$/$(EXEEXT)/' `; \
280 test -n "$$list" || exit 0; \
281 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
282 cd "$(DESTDIR)$(bindir)" && rm -f $$files
283
284 clean-binPROGRAMS:
285 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
286 echo " rm -f" $$list; \
287 rm -f $$list || exit $$?; \
288 test -n "$(EXEEXT)" || exit 0; \
289 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
290 echo " rm -f" $$list; \
291 rm -f $$list
292 servlink$(EXEEXT): $(servlink_OBJECTS) $(servlink_DEPENDENCIES)
293 @rm -f servlink$(EXEEXT)
294 $(LINK) $(servlink_OBJECTS) $(servlink_LDADD) $(LIBS)
295
296 mostlyclean-compile:
297 -rm -f *.$(OBJEXT)
298
299 distclean-compile:
300 -rm -f *.tab.c
301
302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control.Po@am__quote@
303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@
304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/servlink.Po@am__quote@
305
306 .c.o:
307 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
308 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
309 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
310 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
312
313 .c.obj:
314 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
315 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
316 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
319
320 .c.lo:
321 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
322 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
326
327 mostlyclean-libtool:
328 -rm -f *.lo
329
330 clean-libtool:
331 -rm -rf .libs _libs
332
333 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
334 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335 unique=`for i in $$list; do \
336 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337 done | \
338 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
339 END { if (nonempty) { for (i in files) print i; }; }'`; \
340 mkid -fID $$unique
341 tags: TAGS
342
343 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
344 $(TAGS_FILES) $(LISP)
345 set x; \
346 here=`pwd`; \
347 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
348 unique=`for i in $$list; do \
349 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350 done | \
351 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352 END { if (nonempty) { for (i in files) print i; }; }'`; \
353 shift; \
354 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355 test -n "$$unique" || unique=$$empty_fix; \
356 if test $$# -gt 0; then \
357 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
358 "$$@" $$unique; \
359 else \
360 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
361 $$unique; \
362 fi; \
363 fi
364 ctags: CTAGS
365 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
366 $(TAGS_FILES) $(LISP)
367 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
368 unique=`for i in $$list; do \
369 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370 done | \
371 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372 END { if (nonempty) { for (i in files) print i; }; }'`; \
373 test -z "$(CTAGS_ARGS)$$unique" \
374 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375 $$unique
376
377 GTAGS:
378 here=`$(am__cd) $(top_builddir) && pwd` \
379 && $(am__cd) $(top_srcdir) \
380 && gtags -i $(GTAGS_ARGS) "$$here"
381
382 distclean-tags:
383 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
384
385 distdir: $(DISTFILES)
386 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
387 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388 list='$(DISTFILES)'; \
389 dist_files=`for file in $$list; do echo $$file; done | \
390 sed -e "s|^$$srcdirstrip/||;t" \
391 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
392 case $$dist_files in \
393 */*) $(MKDIR_P) `echo "$$dist_files" | \
394 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
395 sort -u` ;; \
396 esac; \
397 for file in $$dist_files; do \
398 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
399 if test -d $$d/$$file; then \
400 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
401 if test -d "$(distdir)/$$file"; then \
402 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
403 fi; \
404 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
405 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
406 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
407 fi; \
408 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
409 else \
410 test -f "$(distdir)/$$file" \
411 || cp -p $$d/$$file "$(distdir)/$$file" \
412 || exit 1; \
413 fi; \
414 done
415 check-am: all-am
416 check: check-am
417 all-am: Makefile $(PROGRAMS)
418 installdirs:
419 for dir in "$(DESTDIR)$(bindir)"; do \
420 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
421 done
422 install: install-am
423 install-exec: install-exec-am
424 install-data: install-data-am
425 uninstall: uninstall-am
426
427 install-am: all-am
428 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
429
430 installcheck: installcheck-am
431 install-strip:
432 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
433 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
434 `test -z '$(STRIP)' || \
435 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
436 mostlyclean-generic:
437
438 clean-generic:
439
440 distclean-generic:
441 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
442 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
443
444 maintainer-clean-generic:
445 @echo "This command is intended for maintainers to use"
446 @echo "it deletes files that may require special tools to rebuild."
447 clean: clean-am
448
449 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
450
451 distclean: distclean-am
452 -rm -rf ./$(DEPDIR)
453 -rm -f Makefile
454 distclean-am: clean-am distclean-compile distclean-generic \
455 distclean-tags
456
457 dvi: dvi-am
458
459 dvi-am:
460
461 html: html-am
462
463 html-am:
464
465 info: info-am
466
467 info-am:
468
469 install-data-am:
470
471 install-dvi: install-dvi-am
472
473 install-dvi-am:
474
475 install-exec-am: install-binPROGRAMS
476
477 install-html: install-html-am
478
479 install-html-am:
480
481 install-info: install-info-am
482
483 install-info-am:
484
485 install-man:
486
487 install-pdf: install-pdf-am
488
489 install-pdf-am:
490
491 install-ps: install-ps-am
492
493 install-ps-am:
494
495 installcheck-am:
496
497 maintainer-clean: maintainer-clean-am
498 -rm -rf ./$(DEPDIR)
499 -rm -f Makefile
500 maintainer-clean-am: distclean-am maintainer-clean-generic
501
502 mostlyclean: mostlyclean-am
503
504 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
505 mostlyclean-libtool
506
507 pdf: pdf-am
508
509 pdf-am:
510
511 ps: ps-am
512
513 ps-am:
514
515 uninstall-am: uninstall-binPROGRAMS
516
517 .MAKE: install-am install-strip
518
519 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
520 clean-generic clean-libtool ctags distclean distclean-compile \
521 distclean-generic distclean-libtool distclean-tags distdir dvi \
522 dvi-am html html-am info info-am install install-am \
523 install-binPROGRAMS install-data install-data-am install-dvi \
524 install-dvi-am install-exec install-exec-am install-html \
525 install-html-am install-info install-info-am install-man \
526 install-pdf install-pdf-am install-ps install-ps-am \
527 install-strip installcheck installcheck-am installdirs \
528 maintainer-clean maintainer-clean-generic mostlyclean \
529 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
530 pdf pdf-am ps ps-am tags uninstall uninstall-am \
531 uninstall-binPROGRAMS
532
533
534 # Tell versions [3.59,3.63) of GNU make to not export all variables.
535 # Otherwise a system limit (for SysV at least) may be exceeded.
536 .NOEXPORT: