]> git.ipfire.org Git - thirdparty/dhcp.git/blob - dst/Makefile.in
- Use newer auto* tool packages and turn on RFC_3542 support on Mac OS.
[thirdparty/dhcp.git] / dst / Makefile.in
1 # Makefile.in generated by automake 1.13.1 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 subdir = dst
54 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
55 $(top_srcdir)/depcomp
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59 $(ACLOCAL_M4)
60 mkinstalldirs = $(install_sh) -d
61 CONFIG_HEADER = $(top_builddir)/includes/config.h
62 CONFIG_CLEAN_FILES =
63 CONFIG_CLEAN_VPATH_FILES =
64 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65 am__vpath_adj = case $$p in \
66 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67 *) f=$$p;; \
68 esac;
69 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
70 am__install_max = 40
71 am__nobase_strip_setup = \
72 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
73 am__nobase_strip = \
74 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
75 am__nobase_list = $(am__nobase_strip_setup); \
76 for p in $$list; do echo "$$p $$p"; done | \
77 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
78 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
79 if (++n[$$2] == $(am__install_max)) \
80 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81 END { for (dir in files) print dir, files[dir] }'
82 am__base_list = \
83 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
85 am__uninstall_files_from_dir = { \
86 test -z "$$files" \
87 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
88 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
89 $(am__cd) "$$dir" && rm -f $$files; }; \
90 }
91 am__installdirs = "$(DESTDIR)$(libdir)"
92 LIBRARIES = $(lib_LIBRARIES)
93 AR = ar
94 ARFLAGS = cru
95 AM_V_AR = $(am__v_AR_@AM_V@)
96 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
97 am__v_AR_0 = @echo " AR " $@;
98 am__v_AR_1 =
99 libdst_a_AR = $(AR) $(ARFLAGS)
100 libdst_a_LIBADD =
101 am_libdst_a_OBJECTS = dst_support.$(OBJEXT) dst_api.$(OBJEXT) \
102 hmac_link.$(OBJEXT) md5_dgst.$(OBJEXT) base64.$(OBJEXT) \
103 prandom.$(OBJEXT)
104 libdst_a_OBJECTS = $(am_libdst_a_OBJECTS)
105 AM_V_P = $(am__v_P_@AM_V@)
106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107 am__v_P_0 = false
108 am__v_P_1 = :
109 AM_V_GEN = $(am__v_GEN_@AM_V@)
110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111 am__v_GEN_0 = @echo " GEN " $@;
112 am__v_GEN_1 =
113 AM_V_at = $(am__v_at_@AM_V@)
114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115 am__v_at_0 = @
116 am__v_at_1 =
117 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
118 depcomp = $(SHELL) $(top_srcdir)/depcomp
119 am__depfiles_maybe = depfiles
120 am__mv = mv -f
121 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
122 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123 AM_V_CC = $(am__v_CC_@AM_V@)
124 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
125 am__v_CC_0 = @echo " CC " $@;
126 am__v_CC_1 =
127 CCLD = $(CC)
128 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
129 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
130 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
131 am__v_CCLD_0 = @echo " CCLD " $@;
132 am__v_CCLD_1 =
133 SOURCES = $(libdst_a_SOURCES)
134 DIST_SOURCES = $(libdst_a_SOURCES)
135 am__can_run_installinfo = \
136 case $$AM_UPDATE_INFO_DIR in \
137 n|no|NO) false;; \
138 *) (install-info --version) >/dev/null 2>&1;; \
139 esac
140 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
141 # Read a list of newline-separated strings from the standard input,
142 # and print each of them once, without duplicates. Input order is
143 # *not* preserved.
144 am__uniquify_input = $(AWK) '\
145 BEGIN { nonempty = 0; } \
146 { items[$$0] = 1; nonempty = 1; } \
147 END { if (nonempty) { for (i in items) print i; }; } \
148 '
149 # Make sure the list of sources is unique. This is necessary because,
150 # e.g., the same source file might be shared among _SOURCES variables
151 # for different programs/libraries.
152 am__define_uniq_tagged_files = \
153 list='$(am__tagged_files)'; \
154 unique=`for i in $$list; do \
155 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
156 done | $(am__uniquify_input)`
157 ETAGS = etags
158 CTAGS = ctags
159 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160 ACLOCAL = @ACLOCAL@
161 AMTAR = @AMTAR@
162 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
163 ATF_CFLAGS = @ATF_CFLAGS@
164 ATF_LDFLAGS = @ATF_LDFLAGS@
165 AUTOCONF = @AUTOCONF@
166 AUTOHEADER = @AUTOHEADER@
167 AUTOMAKE = @AUTOMAKE@
168 AWK = @AWK@
169 CC = @CC@
170 CCDEPMODE = @CCDEPMODE@
171 CFLAGS = @CFLAGS@
172 CPP = @CPP@
173 CPPFLAGS = @CPPFLAGS@
174 CYGPATH_W = @CYGPATH_W@
175 DEFS = @DEFS@
176 DEPDIR = @DEPDIR@
177 ECHO_C = @ECHO_C@
178 ECHO_N = @ECHO_N@
179 ECHO_T = @ECHO_T@
180 EGREP = @EGREP@
181 EXEEXT = @EXEEXT@
182 GREP = @GREP@
183 INSTALL = @INSTALL@
184 INSTALL_DATA = @INSTALL_DATA@
185 INSTALL_PROGRAM = @INSTALL_PROGRAM@
186 INSTALL_SCRIPT = @INSTALL_SCRIPT@
187 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
188 LDAP_CFLAGS = @LDAP_CFLAGS@
189 LDFLAGS = @LDFLAGS@
190 LIBOBJS = @LIBOBJS@
191 LIBS = @LIBS@
192 LTLIBOBJS = @LTLIBOBJS@
193 MAINT = @MAINT@
194 MAKEINFO = @MAKEINFO@
195 MKDIR_P = @MKDIR_P@
196 OBJEXT = @OBJEXT@
197 PACKAGE = @PACKAGE@
198 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
199 PACKAGE_NAME = @PACKAGE_NAME@
200 PACKAGE_STRING = @PACKAGE_STRING@
201 PACKAGE_TARNAME = @PACKAGE_TARNAME@
202 PACKAGE_URL = @PACKAGE_URL@
203 PACKAGE_VERSION = @PACKAGE_VERSION@
204 PATH_SEPARATOR = @PATH_SEPARATOR@
205 RANLIB = @RANLIB@
206 SET_MAKE = @SET_MAKE@
207 SHELL = @SHELL@
208 STRIP = @STRIP@
209 VERSION = @VERSION@
210 abs_builddir = @abs_builddir@
211 abs_srcdir = @abs_srcdir@
212 abs_top_builddir = @abs_top_builddir@
213 abs_top_srcdir = @abs_top_srcdir@
214 ac_ct_CC = @ac_ct_CC@
215 ac_prefix_program = @ac_prefix_program@
216 am__include = @am__include@
217 am__leading_dot = @am__leading_dot@
218 am__quote = @am__quote@
219 am__tar = @am__tar@
220 am__untar = @am__untar@
221 bindir = @bindir@
222 build = @build@
223 build_alias = @build_alias@
224 build_cpu = @build_cpu@
225 build_os = @build_os@
226 build_vendor = @build_vendor@
227 builddir = @builddir@
228 byte_order = @byte_order@
229 datadir = @datadir@
230 datarootdir = @datarootdir@
231 docdir = @docdir@
232 dvidir = @dvidir@
233 exec_prefix = @exec_prefix@
234 host = @host@
235 host_alias = @host_alias@
236 host_cpu = @host_cpu@
237 host_os = @host_os@
238 host_vendor = @host_vendor@
239 htmldir = @htmldir@
240 includedir = @includedir@
241 infodir = @infodir@
242 install_sh = @install_sh@
243 libdir = @libdir@
244 libexecdir = @libexecdir@
245 localedir = @localedir@
246 localstatedir = @localstatedir@
247 mandir = @mandir@
248 mkdir_p = @mkdir_p@
249 oldincludedir = @oldincludedir@
250 pdfdir = @pdfdir@
251 prefix = @prefix@
252 program_transform_name = @program_transform_name@
253 psdir = @psdir@
254 sbindir = @sbindir@
255 sharedstatedir = @sharedstatedir@
256 srcdir = @srcdir@
257 sysconfdir = @sysconfdir@
258 target_alias = @target_alias@
259 top_build_prefix = @top_build_prefix@
260 top_builddir = @top_builddir@
261 top_srcdir = @top_srcdir@
262 AM_CPPFLAGS = -DMINIRES_LIB -DHMAC_MD5
263 lib_LIBRARIES = libdst.a
264 libdst_a_SOURCES = dst_support.c dst_api.c hmac_link.c md5_dgst.c \
265 base64.c prandom.c
266
267 EXTRA_DIST = dst_internal.h md5.h md5_locl.h
268 all: all-am
269
270 .SUFFIXES:
271 .SUFFIXES: .c .o .obj
272 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
273 @for dep in $?; do \
274 case '$(am__configure_deps)' in \
275 *$$dep*) \
276 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
277 && { if test -f $@; then exit 0; else break; fi; }; \
278 exit 1;; \
279 esac; \
280 done; \
281 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign dst/Makefile'; \
282 $(am__cd) $(top_srcdir) && \
283 $(AUTOMAKE) --foreign dst/Makefile
284 .PRECIOUS: Makefile
285 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
286 @case '$?' in \
287 *config.status*) \
288 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
289 *) \
290 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
291 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
292 esac;
293
294 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
295 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296
297 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
298 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301 $(am__aclocal_m4_deps):
302 install-libLIBRARIES: $(lib_LIBRARIES)
303 @$(NORMAL_INSTALL)
304 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
305 list2=; for p in $$list; do \
306 if test -f $$p; then \
307 list2="$$list2 $$p"; \
308 else :; fi; \
309 done; \
310 test -z "$$list2" || { \
311 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
312 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
313 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
314 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
315 @$(POST_INSTALL)
316 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
317 for p in $$list; do \
318 if test -f $$p; then \
319 $(am__strip_dir) \
320 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
321 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
322 else :; fi; \
323 done
324
325 uninstall-libLIBRARIES:
326 @$(NORMAL_UNINSTALL)
327 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
328 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
329 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
330
331 clean-libLIBRARIES:
332 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
333 libdst.a: $(libdst_a_OBJECTS) $(libdst_a_DEPENDENCIES) $(EXTRA_libdst_a_DEPENDENCIES)
334 $(AM_V_at)-rm -f libdst.a
335 $(AM_V_AR)$(libdst_a_AR) libdst.a $(libdst_a_OBJECTS) $(libdst_a_LIBADD)
336 $(AM_V_at)$(RANLIB) libdst.a
337
338 mostlyclean-compile:
339 -rm -f *.$(OBJEXT)
340
341 distclean-compile:
342 -rm -f *.tab.c
343
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Po@am__quote@
345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dst_api.Po@am__quote@
346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dst_support.Po@am__quote@
347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac_link.Po@am__quote@
348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5_dgst.Po@am__quote@
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prandom.Po@am__quote@
350
351 .c.o:
352 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
353 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
354 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
355 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
357
358 .c.obj:
359 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
360 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
361 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
362 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
364
365 ID: $(am__tagged_files)
366 $(am__define_uniq_tagged_files); mkid -fID $$unique
367 tags: tags-am
368 TAGS: tags
369
370 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
371 set x; \
372 here=`pwd`; \
373 $(am__define_uniq_tagged_files); \
374 shift; \
375 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
376 test -n "$$unique" || unique=$$empty_fix; \
377 if test $$# -gt 0; then \
378 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379 "$$@" $$unique; \
380 else \
381 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382 $$unique; \
383 fi; \
384 fi
385 ctags: ctags-am
386
387 CTAGS: ctags
388 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
389 $(am__define_uniq_tagged_files); \
390 test -z "$(CTAGS_ARGS)$$unique" \
391 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
392 $$unique
393
394 GTAGS:
395 here=`$(am__cd) $(top_builddir) && pwd` \
396 && $(am__cd) $(top_srcdir) \
397 && gtags -i $(GTAGS_ARGS) "$$here"
398 cscopelist: cscopelist-am
399
400 cscopelist-am: $(am__tagged_files)
401 list='$(am__tagged_files)'; \
402 case "$(srcdir)" in \
403 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
404 *) sdir=$(subdir)/$(srcdir) ;; \
405 esac; \
406 for i in $$list; do \
407 if test -f "$$i"; then \
408 echo "$(subdir)/$$i"; \
409 else \
410 echo "$$sdir/$$i"; \
411 fi; \
412 done >> $(top_builddir)/cscope.files
413
414 distclean-tags:
415 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
416
417 distdir: $(DISTFILES)
418 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
420 list='$(DISTFILES)'; \
421 dist_files=`for file in $$list; do echo $$file; done | \
422 sed -e "s|^$$srcdirstrip/||;t" \
423 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
424 case $$dist_files in \
425 */*) $(MKDIR_P) `echo "$$dist_files" | \
426 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
427 sort -u` ;; \
428 esac; \
429 for file in $$dist_files; do \
430 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
431 if test -d $$d/$$file; then \
432 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
433 if test -d "$(distdir)/$$file"; then \
434 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435 fi; \
436 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
437 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
438 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
439 fi; \
440 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
441 else \
442 test -f "$(distdir)/$$file" \
443 || cp -p $$d/$$file "$(distdir)/$$file" \
444 || exit 1; \
445 fi; \
446 done
447 check-am: all-am
448 check: check-am
449 all-am: Makefile $(LIBRARIES)
450 installdirs:
451 for dir in "$(DESTDIR)$(libdir)"; do \
452 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
453 done
454 install: install-am
455 install-exec: install-exec-am
456 install-data: install-data-am
457 uninstall: uninstall-am
458
459 install-am: all-am
460 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
461
462 installcheck: installcheck-am
463 install-strip:
464 if test -z '$(STRIP)'; then \
465 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
466 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
467 install; \
468 else \
469 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
470 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
471 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
472 fi
473 mostlyclean-generic:
474
475 clean-generic:
476
477 distclean-generic:
478 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
479 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
480
481 maintainer-clean-generic:
482 @echo "This command is intended for maintainers to use"
483 @echo "it deletes files that may require special tools to rebuild."
484 clean: clean-am
485
486 clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
487
488 distclean: distclean-am
489 -rm -rf ./$(DEPDIR)
490 -rm -f Makefile
491 distclean-am: clean-am distclean-compile distclean-generic \
492 distclean-tags
493
494 dvi: dvi-am
495
496 dvi-am:
497
498 html: html-am
499
500 html-am:
501
502 info: info-am
503
504 info-am:
505
506 install-data-am:
507
508 install-dvi: install-dvi-am
509
510 install-dvi-am:
511
512 install-exec-am: install-libLIBRARIES
513
514 install-html: install-html-am
515
516 install-html-am:
517
518 install-info: install-info-am
519
520 install-info-am:
521
522 install-man:
523
524 install-pdf: install-pdf-am
525
526 install-pdf-am:
527
528 install-ps: install-ps-am
529
530 install-ps-am:
531
532 installcheck-am:
533
534 maintainer-clean: maintainer-clean-am
535 -rm -rf ./$(DEPDIR)
536 -rm -f Makefile
537 maintainer-clean-am: distclean-am maintainer-clean-generic
538
539 mostlyclean: mostlyclean-am
540
541 mostlyclean-am: mostlyclean-compile mostlyclean-generic
542
543 pdf: pdf-am
544
545 pdf-am:
546
547 ps: ps-am
548
549 ps-am:
550
551 uninstall-am: uninstall-libLIBRARIES
552
553 .MAKE: install-am install-strip
554
555 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
556 clean-libLIBRARIES cscopelist-am ctags ctags-am distclean \
557 distclean-compile distclean-generic distclean-tags distdir dvi \
558 dvi-am html html-am info info-am install install-am \
559 install-data install-data-am install-dvi install-dvi-am \
560 install-exec install-exec-am install-html install-html-am \
561 install-info install-info-am install-libLIBRARIES install-man \
562 install-pdf install-pdf-am install-ps install-ps-am \
563 install-strip installcheck installcheck-am installdirs \
564 maintainer-clean maintainer-clean-generic mostlyclean \
565 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
566 tags tags-am uninstall uninstall-am uninstall-libLIBRARIES
567
568
569 # Tell versions [3.59,3.63) of GNU make to not export all variables.
570 # Otherwise a system limit (for SysV at least) may be exceeded.
571 .NOEXPORT: