dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / dnscrypt / src / hostip / Makefile.in
blob990f8305ff05ecbb875fa00edbf23b82a2ef8819
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, 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.
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.
16 @SET_MAKE@
18 VPATH = @srcdir@
19 am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 bin_PROGRAMS = hostip$(EXEEXT)
55 subdir = src/hostip
56 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/m4/argz.m4 \
59 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
60 $(top_srcdir)/m4/ax_check_link_flag.m4 \
61 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \
62 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
63 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
64 $(top_srcdir)/configure.ac
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66 $(ACLOCAL_M4)
67 mkinstalldirs = $(install_sh) -d
68 CONFIG_HEADER = $(top_builddir)/config.h
69 CONFIG_CLEAN_FILES =
70 CONFIG_CLEAN_VPATH_FILES =
71 am__installdirs = "$(DESTDIR)$(bindir)"
72 PROGRAMS = $(bin_PROGRAMS)
73 am_hostip_OBJECTS = app.$(OBJEXT) options.$(OBJEXT)
74 hostip_OBJECTS = $(am_hostip_OBJECTS)
75 hostip_DEPENDENCIES = ../libevent-modified/libevent_extra.la \
76 ../libevent-modified/libevent_core.la
77 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
78 depcomp = $(SHELL) $(top_srcdir)/libltdl/config/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 = $(hostip_SOURCES)
91 DIST_SOURCES = $(hostip_SOURCES)
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 CWFLAGS = @CWFLAGS@
114 CYGPATH_W = @CYGPATH_W@
115 DEFS = @DEFS@
116 DEPDIR = @DEPDIR@
117 DLLTOOL = @DLLTOOL@
118 DSYMUTIL = @DSYMUTIL@
119 DTRACE = @DTRACE@
120 DUMPBIN = @DUMPBIN@
121 ECHO_C = @ECHO_C@
122 ECHO_N = @ECHO_N@
123 ECHO_T = @ECHO_T@
124 EGREP = @EGREP@
125 EXEEXT = @EXEEXT@
126 FGREP = @FGREP@
127 GREP = @GREP@
128 INCLTDL = @INCLTDL@
129 INSTALL = @INSTALL@
130 INSTALL_DATA = @INSTALL_DATA@
131 INSTALL_PROGRAM = @INSTALL_PROGRAM@
132 INSTALL_SCRIPT = @INSTALL_SCRIPT@
133 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134 ISODATE = @ISODATE@
135 LD = @LD@
136 LDFLAGS = @LDFLAGS@
137 LDNS_LIBS = @LDNS_LIBS@
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 LIBLTDL = @LIBLTDL@
143 LIBOBJS = @LIBOBJS@
144 LIBS = @LIBS@
145 LIBTOOL = @LIBTOOL@
146 LIBTOOL_DEPS = @LIBTOOL_DEPS@
147 LIPO = @LIPO@
148 LN_S = @LN_S@
149 LTDLDEPS = @LTDLDEPS@
150 LTDLINCL = @LTDLINCL@
151 LTDLOPEN = @LTDLOPEN@
152 LTLIBOBJS = @LTLIBOBJS@
153 LT_CONFIG_H = @LT_CONFIG_H@
154 LT_DLLOADERS = @LT_DLLOADERS@
155 LT_DLPREOPEN = @LT_DLPREOPEN@
156 MAINT = @MAINT@
157 MAKEINFO = @MAKEINFO@
158 MANIFEST_TOOL = @MANIFEST_TOOL@
159 MKDIR_P = @MKDIR_P@
160 NM = @NM@
161 NMEDIT = @NMEDIT@
162 OBJDUMP = @OBJDUMP@
163 OBJEXT = @OBJEXT@
164 OTOOL = @OTOOL@
165 OTOOL64 = @OTOOL64@
166 PACKAGE = @PACKAGE@
167 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
168 PACKAGE_NAME = @PACKAGE_NAME@
169 PACKAGE_STRING = @PACKAGE_STRING@
170 PACKAGE_TARNAME = @PACKAGE_TARNAME@
171 PACKAGE_URL = @PACKAGE_URL@
172 PACKAGE_VERSION = @PACKAGE_VERSION@
173 PATH_SEPARATOR = @PATH_SEPARATOR@
174 PROBES_SOURCE = @PROBES_SOURCE@
175 RANLIB = @RANLIB@
176 RONN = @RONN@
177 SAFECODE_HOME = @SAFECODE_HOME@
178 SED = @SED@
179 SET_MAKE = @SET_MAKE@
180 SHELL = @SHELL@
181 SIXJACK = @SIXJACK@
182 STRIP = @STRIP@
183 VERSION = @VERSION@
184 abs_builddir = @abs_builddir@
185 abs_srcdir = @abs_srcdir@
186 abs_top_builddir = @abs_top_builddir@
187 abs_top_srcdir = @abs_top_srcdir@
188 ac_ct_AR = @ac_ct_AR@
189 ac_ct_CC = @ac_ct_CC@
190 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
191 am__include = @am__include@
192 am__leading_dot = @am__leading_dot@
193 am__quote = @am__quote@
194 am__tar = @am__tar@
195 am__untar = @am__untar@
196 bindir = @bindir@
197 build = @build@
198 build_alias = @build_alias@
199 build_cpu = @build_cpu@
200 build_os = @build_os@
201 build_vendor = @build_vendor@
202 builddir = @builddir@
203 datadir = @datadir@
204 datarootdir = @datarootdir@
205 docdir = @docdir@
206 dvidir = @dvidir@
207 exec_prefix = @exec_prefix@
208 host = @host@
209 host_alias = @host_alias@
210 host_cpu = @host_cpu@
211 host_os = @host_os@
212 host_vendor = @host_vendor@
213 htmldir = @htmldir@
214 includedir = @includedir@
215 infodir = @infodir@
216 install_sh = @install_sh@
217 libdir = @libdir@
218 libexecdir = @libexecdir@
219 localedir = @localedir@
220 localstatedir = @localstatedir@
221 ltdl_LIBOBJS = @ltdl_LIBOBJS@
222 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
223 mandir = @mandir@
224 mkdir_p = @mkdir_p@
225 oldincludedir = @oldincludedir@
226 pdfdir = @pdfdir@
227 prefix = @prefix@
228 program_transform_name = @program_transform_name@
229 psdir = @psdir@
230 sbindir = @sbindir@
231 sharedstatedir = @sharedstatedir@
232 srcdir = @srcdir@
233 subdirs = @subdirs@
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 hostip_SOURCES = \
241 app.c \
242 app.h \
243 options.c \
244 options.h
246 AM_CFLAGS = @CWFLAGS@
247 AM_CPPFLAGS = \
248 -I../libevent-modified/include
250 hostip_LDADD = \
251 ../libevent-modified/libevent_extra.la \
252 ../libevent-modified/libevent_core.la
254 all: all-am
256 .SUFFIXES:
257 .SUFFIXES: .c .lo .o .obj
258 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
259 @for dep in $?; do \
260 case '$(am__configure_deps)' in \
261 *$$dep*) \
262 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
263 && { if test -f $@; then exit 0; else break; fi; }; \
264 exit 1;; \
265 esac; \
266 done; \
267 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/hostip/Makefile'; \
268 $(am__cd) $(top_srcdir) && \
269 $(AUTOMAKE) --gnu src/hostip/Makefile
270 .PRECIOUS: Makefile
271 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272 @case '$?' in \
273 *config.status*) \
274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
275 *) \
276 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
277 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
278 esac;
280 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
286 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287 $(am__aclocal_m4_deps):
288 install-binPROGRAMS: $(bin_PROGRAMS)
289 @$(NORMAL_INSTALL)
290 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
291 if test -n "$$list"; then \
292 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
293 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
294 fi; \
295 for p in $$list; do echo "$$p $$p"; done | \
296 sed 's/$(EXEEXT)$$//' | \
297 while read p p1; do if test -f $$p || test -f $$p1; \
298 then echo "$$p"; echo "$$p"; else :; fi; \
299 done | \
300 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
301 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
302 sed 'N;N;N;s,\n, ,g' | \
303 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
304 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
305 if ($$2 == $$4) files[d] = files[d] " " $$1; \
306 else { print "f", $$3 "/" $$4, $$1; } } \
307 END { for (d in files) print "f", d, files[d] }' | \
308 while read type dir files; do \
309 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
310 test -z "$$files" || { \
311 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
312 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
314 ; done
316 uninstall-binPROGRAMS:
317 @$(NORMAL_UNINSTALL)
318 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
319 files=`for p in $$list; do echo "$$p"; done | \
320 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
321 -e 's/$$/$(EXEEXT)/' `; \
322 test -n "$$list" || exit 0; \
323 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
324 cd "$(DESTDIR)$(bindir)" && rm -f $$files
326 clean-binPROGRAMS:
327 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
328 echo " rm -f" $$list; \
329 rm -f $$list || exit $$?; \
330 test -n "$(EXEEXT)" || exit 0; \
331 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
332 echo " rm -f" $$list; \
333 rm -f $$list
334 hostip$(EXEEXT): $(hostip_OBJECTS) $(hostip_DEPENDENCIES) $(EXTRA_hostip_DEPENDENCIES)
335 @rm -f hostip$(EXEEXT)
336 $(LINK) $(hostip_OBJECTS) $(hostip_LDADD) $(LIBS)
338 mostlyclean-compile:
339 -rm -f *.$(OBJEXT)
341 distclean-compile:
342 -rm -f *.tab.c
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app.Po@am__quote@
345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
347 .c.o:
348 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
349 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
350 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
354 .c.obj:
355 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
356 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
357 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
361 .c.lo:
362 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
363 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
364 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
365 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
368 mostlyclean-libtool:
369 -rm -f *.lo
371 clean-libtool:
372 -rm -rf .libs _libs
374 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
375 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
376 unique=`for i in $$list; do \
377 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378 done | \
379 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380 END { if (nonempty) { for (i in files) print i; }; }'`; \
381 mkid -fID $$unique
382 tags: TAGS
384 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
385 $(TAGS_FILES) $(LISP)
386 set x; \
387 here=`pwd`; \
388 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
389 unique=`for i in $$list; do \
390 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391 done | \
392 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393 END { if (nonempty) { for (i in files) print i; }; }'`; \
394 shift; \
395 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
396 test -n "$$unique" || unique=$$empty_fix; \
397 if test $$# -gt 0; then \
398 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399 "$$@" $$unique; \
400 else \
401 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402 $$unique; \
403 fi; \
405 ctags: CTAGS
406 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
407 $(TAGS_FILES) $(LISP)
408 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
409 unique=`for i in $$list; do \
410 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411 done | \
412 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413 END { if (nonempty) { for (i in files) print i; }; }'`; \
414 test -z "$(CTAGS_ARGS)$$unique" \
415 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
416 $$unique
418 GTAGS:
419 here=`$(am__cd) $(top_builddir) && pwd` \
420 && $(am__cd) $(top_srcdir) \
421 && gtags -i $(GTAGS_ARGS) "$$here"
423 distclean-tags:
424 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426 distdir: $(DISTFILES)
427 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
428 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
429 list='$(DISTFILES)'; \
430 dist_files=`for file in $$list; do echo $$file; done | \
431 sed -e "s|^$$srcdirstrip/||;t" \
432 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
433 case $$dist_files in \
434 */*) $(MKDIR_P) `echo "$$dist_files" | \
435 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
436 sort -u` ;; \
437 esac; \
438 for file in $$dist_files; do \
439 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
440 if test -d $$d/$$file; then \
441 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
442 if test -d "$(distdir)/$$file"; then \
443 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
444 fi; \
445 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
446 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
447 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
448 fi; \
449 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
450 else \
451 test -f "$(distdir)/$$file" \
452 || cp -p $$d/$$file "$(distdir)/$$file" \
453 || exit 1; \
454 fi; \
455 done
456 check-am: all-am
457 check: check-am
458 all-am: Makefile $(PROGRAMS)
459 installdirs:
460 for dir in "$(DESTDIR)$(bindir)"; do \
461 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
462 done
463 install: install-am
464 install-exec: install-exec-am
465 install-data: install-data-am
466 uninstall: uninstall-am
468 install-am: all-am
469 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
471 installcheck: installcheck-am
472 install-strip:
473 if test -z '$(STRIP)'; then \
474 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
475 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
476 install; \
477 else \
478 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
479 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
480 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
482 mostlyclean-generic:
484 clean-generic:
486 distclean-generic:
487 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
488 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
490 maintainer-clean-generic:
491 @echo "This command is intended for maintainers to use"
492 @echo "it deletes files that may require special tools to rebuild."
493 clean: clean-am
495 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
497 distclean: distclean-am
498 -rm -rf ./$(DEPDIR)
499 -rm -f Makefile
500 distclean-am: clean-am distclean-compile distclean-generic \
501 distclean-tags
503 dvi: dvi-am
505 dvi-am:
507 html: html-am
509 html-am:
511 info: info-am
513 info-am:
515 install-data-am:
517 install-dvi: install-dvi-am
519 install-dvi-am:
521 install-exec-am: install-binPROGRAMS
523 install-html: install-html-am
525 install-html-am:
527 install-info: install-info-am
529 install-info-am:
531 install-man:
533 install-pdf: install-pdf-am
535 install-pdf-am:
537 install-ps: install-ps-am
539 install-ps-am:
541 installcheck-am:
543 maintainer-clean: maintainer-clean-am
544 -rm -rf ./$(DEPDIR)
545 -rm -f Makefile
546 maintainer-clean-am: distclean-am maintainer-clean-generic
548 mostlyclean: mostlyclean-am
550 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
551 mostlyclean-libtool
553 pdf: pdf-am
555 pdf-am:
557 ps: ps-am
559 ps-am:
561 uninstall-am: uninstall-binPROGRAMS
563 .MAKE: install-am install-strip
565 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
566 clean-generic clean-libtool ctags distclean distclean-compile \
567 distclean-generic distclean-libtool distclean-tags distdir dvi \
568 dvi-am html html-am info info-am install install-am \
569 install-binPROGRAMS install-data install-data-am install-dvi \
570 install-dvi-am install-exec install-exec-am install-html \
571 install-html-am install-info install-info-am install-man \
572 install-pdf install-pdf-am install-ps install-ps-am \
573 install-strip installcheck installcheck-am installdirs \
574 maintainer-clean maintainer-clean-generic mostlyclean \
575 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
576 pdf pdf-am ps ps-am tags uninstall uninstall-am \
577 uninstall-binPROGRAMS
580 # Tell versions [3.59,3.63) of GNU make to not export all variables.
581 # Otherwise a system limit (for SysV at least) may be exceeded.
582 .NOEXPORT: