/[svn]/ircd-hybrid-8/tools/Makefile.in
ViewVC logotype

Contents of /ircd-hybrid-8/tools/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1462 - (show annotations)
Fri Jul 13 19:27:24 2012 UTC (10 years, 8 months ago) by michael
File size: 18249 byte(s)
- automake 1.12.2

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

svnadmin@ircd-hybrid.org
ViewVC Help
Powered by ViewVC 1.1.30