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