]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/openbsm/bsm/Makefile.in
Upgrade Unbound to 1.7.1.
[FreeBSD/FreeBSD.git] / contrib / openbsm / bsm / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = bsm
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
94         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
95         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
96         $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98         $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(openbsm_HEADERS) \
100         $(am__DIST_COMMON)
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = $(top_builddir)/config/config.h
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
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 SOURCES =
118 DIST_SOURCES =
119 am__can_run_installinfo = \
120   case $$AM_UPDATE_INFO_DIR in \
121     n|no|NO) false;; \
122     *) (install-info --version) >/dev/null 2>&1;; \
123   esac
124 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
125 am__vpath_adj = case $$p in \
126     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
127     *) f=$$p;; \
128   esac;
129 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
130 am__install_max = 40
131 am__nobase_strip_setup = \
132   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
133 am__nobase_strip = \
134   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
135 am__nobase_list = $(am__nobase_strip_setup); \
136   for p in $$list; do echo "$$p $$p"; done | \
137   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
138   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
139     if (++n[$$2] == $(am__install_max)) \
140       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
141     END { for (dir in files) print dir, files[dir] }'
142 am__base_list = \
143   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
144   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
145 am__uninstall_files_from_dir = { \
146   test -z "$$files" \
147     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
148     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
149          $(am__cd) "$$dir" && rm -f $$files; }; \
150   }
151 am__installdirs = "$(DESTDIR)$(openbsmdir)"
152 HEADERS = $(openbsm_HEADERS)
153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154 # Read a list of newline-separated strings from the standard input,
155 # and print each of them once, without duplicates.  Input order is
156 # *not* preserved.
157 am__uniquify_input = $(AWK) '\
158   BEGIN { nonempty = 0; } \
159   { items[$$0] = 1; nonempty = 1; } \
160   END { if (nonempty) { for (i in items) print i; }; } \
161 '
162 # Make sure the list of sources is unique.  This is necessary because,
163 # e.g., the same source file might be shared among _SOURCES variables
164 # for different programs/libraries.
165 am__define_uniq_tagged_files = \
166   list='$(am__tagged_files)'; \
167   unique=`for i in $$list; do \
168     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
169   done | $(am__uniquify_input)`
170 ETAGS = etags
171 CTAGS = ctags
172 am__DIST_COMMON = $(srcdir)/Makefile.in
173 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174 ACLOCAL = @ACLOCAL@
175 AMTAR = @AMTAR@
176 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
177 AR = @AR@
178 AUTOCONF = @AUTOCONF@
179 AUTOHEADER = @AUTOHEADER@
180 AUTOMAKE = @AUTOMAKE@
181 AWK = @AWK@
182 CC = @CC@
183 CCDEPMODE = @CCDEPMODE@
184 CFLAGS = @CFLAGS@
185 CPP = @CPP@
186 CPPFLAGS = @CPPFLAGS@
187 CYGPATH_W = @CYGPATH_W@
188 DEFS = @DEFS@
189 DEPDIR = @DEPDIR@
190 DLLTOOL = @DLLTOOL@
191 DSYMUTIL = @DSYMUTIL@
192 DUMPBIN = @DUMPBIN@
193 ECHO_C = @ECHO_C@
194 ECHO_N = @ECHO_N@
195 ECHO_T = @ECHO_T@
196 EGREP = @EGREP@
197 EXEEXT = @EXEEXT@
198 FGREP = @FGREP@
199 GREP = @GREP@
200 INSTALL = @INSTALL@
201 INSTALL_DATA = @INSTALL_DATA@
202 INSTALL_PROGRAM = @INSTALL_PROGRAM@
203 INSTALL_SCRIPT = @INSTALL_SCRIPT@
204 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
205 LD = @LD@
206 LDFLAGS = @LDFLAGS@
207 LEX = @LEX@
208 LEXLIB = @LEXLIB@
209 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
210 LIBOBJS = @LIBOBJS@
211 LIBS = @LIBS@
212 LIBTOOL = @LIBTOOL@
213 LIPO = @LIPO@
214 LN_S = @LN_S@
215 LTLIBOBJS = @LTLIBOBJS@
216 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
217 MAINT = @MAINT@
218 MAKEINFO = @MAKEINFO@
219 MANIFEST_TOOL = @MANIFEST_TOOL@
220 MIG = @MIG@
221 MKDIR_P = @MKDIR_P@
222 NM = @NM@
223 NMEDIT = @NMEDIT@
224 OBJDUMP = @OBJDUMP@
225 OBJEXT = @OBJEXT@
226 OTOOL = @OTOOL@
227 OTOOL64 = @OTOOL64@
228 PACKAGE = @PACKAGE@
229 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
230 PACKAGE_NAME = @PACKAGE_NAME@
231 PACKAGE_STRING = @PACKAGE_STRING@
232 PACKAGE_TARNAME = @PACKAGE_TARNAME@
233 PACKAGE_URL = @PACKAGE_URL@
234 PACKAGE_VERSION = @PACKAGE_VERSION@
235 PATH_SEPARATOR = @PATH_SEPARATOR@
236 RANLIB = @RANLIB@
237 SED = @SED@
238 SET_MAKE = @SET_MAKE@
239 SHELL = @SHELL@
240 STRIP = @STRIP@
241 VERSION = @VERSION@
242 YACC = @YACC@
243 YFLAGS = @YFLAGS@
244 abs_builddir = @abs_builddir@
245 abs_srcdir = @abs_srcdir@
246 abs_top_builddir = @abs_top_builddir@
247 abs_top_srcdir = @abs_top_srcdir@
248 ac_ct_AR = @ac_ct_AR@
249 ac_ct_CC = @ac_ct_CC@
250 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
251 am__include = @am__include@
252 am__leading_dot = @am__leading_dot@
253 am__quote = @am__quote@
254 am__tar = @am__tar@
255 am__untar = @am__untar@
256 bindir = @bindir@
257 build = @build@
258 build_alias = @build_alias@
259 build_cpu = @build_cpu@
260 build_os = @build_os@
261 build_vendor = @build_vendor@
262 builddir = @builddir@
263 datadir = @datadir@
264 datarootdir = @datarootdir@
265 docdir = @docdir@
266 dvidir = @dvidir@
267 exec_prefix = @exec_prefix@
268 host = @host@
269 host_alias = @host_alias@
270 host_cpu = @host_cpu@
271 host_os = @host_os@
272 host_vendor = @host_vendor@
273 htmldir = @htmldir@
274 includedir = @includedir@
275 infodir = @infodir@
276 install_sh = @install_sh@
277 libdir = @libdir@
278 libexecdir = @libexecdir@
279 localedir = @localedir@
280 localstatedir = @localstatedir@
281 mandir = @mandir@
282 mkdir_p = @mkdir_p@
283 oldincludedir = @oldincludedir@
284 pdfdir = @pdfdir@
285 prefix = @prefix@
286 program_transform_name = @program_transform_name@
287 psdir = @psdir@
288 sbindir = @sbindir@
289 sharedstatedir = @sharedstatedir@
290 srcdir = @srcdir@
291 sysconfdir = @sysconfdir@
292 target_alias = @target_alias@
293 top_build_prefix = @top_build_prefix@
294 top_builddir = @top_builddir@
295 top_srcdir = @top_srcdir@
296 openbsmdir = $(includedir)/bsm
297 openbsm_HEADERS = \
298         audit_filter.h          \
299         audit_uevents.h         \
300         auditd_lib.h            \
301         libbsm.h
302
303 all: all-am
304
305 .SUFFIXES:
306 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
307         @for dep in $?; do \
308           case '$(am__configure_deps)' in \
309             *$$dep*) \
310               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
311                 && { if test -f $@; then exit 0; else break; fi; }; \
312               exit 1;; \
313           esac; \
314         done; \
315         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bsm/Makefile'; \
316         $(am__cd) $(top_srcdir) && \
317           $(AUTOMAKE) --foreign bsm/Makefile
318 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
319         @case '$?' in \
320           *config.status*) \
321             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
322           *) \
323             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
324             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
325         esac;
326
327 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
328         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329
330 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
331         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
333         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334 $(am__aclocal_m4_deps):
335
336 mostlyclean-libtool:
337         -rm -f *.lo
338
339 clean-libtool:
340         -rm -rf .libs _libs
341 install-openbsmHEADERS: $(openbsm_HEADERS)
342         @$(NORMAL_INSTALL)
343         @list='$(openbsm_HEADERS)'; test -n "$(openbsmdir)" || list=; \
344         if test -n "$$list"; then \
345           echo " $(MKDIR_P) '$(DESTDIR)$(openbsmdir)'"; \
346           $(MKDIR_P) "$(DESTDIR)$(openbsmdir)" || exit 1; \
347         fi; \
348         for p in $$list; do \
349           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
350           echo "$$d$$p"; \
351         done | $(am__base_list) | \
352         while read files; do \
353           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(openbsmdir)'"; \
354           $(INSTALL_HEADER) $$files "$(DESTDIR)$(openbsmdir)" || exit $$?; \
355         done
356
357 uninstall-openbsmHEADERS:
358         @$(NORMAL_UNINSTALL)
359         @list='$(openbsm_HEADERS)'; test -n "$(openbsmdir)" || list=; \
360         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
361         dir='$(DESTDIR)$(openbsmdir)'; $(am__uninstall_files_from_dir)
362
363 ID: $(am__tagged_files)
364         $(am__define_uniq_tagged_files); mkid -fID $$unique
365 tags: tags-am
366 TAGS: tags
367
368 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
369         set x; \
370         here=`pwd`; \
371         $(am__define_uniq_tagged_files); \
372         shift; \
373         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
374           test -n "$$unique" || unique=$$empty_fix; \
375           if test $$# -gt 0; then \
376             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377               "$$@" $$unique; \
378           else \
379             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380               $$unique; \
381           fi; \
382         fi
383 ctags: ctags-am
384
385 CTAGS: ctags
386 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
387         $(am__define_uniq_tagged_files); \
388         test -z "$(CTAGS_ARGS)$$unique" \
389           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
390              $$unique
391
392 GTAGS:
393         here=`$(am__cd) $(top_builddir) && pwd` \
394           && $(am__cd) $(top_srcdir) \
395           && gtags -i $(GTAGS_ARGS) "$$here"
396 cscopelist: cscopelist-am
397
398 cscopelist-am: $(am__tagged_files)
399         list='$(am__tagged_files)'; \
400         case "$(srcdir)" in \
401           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
402           *) sdir=$(subdir)/$(srcdir) ;; \
403         esac; \
404         for i in $$list; do \
405           if test -f "$$i"; then \
406             echo "$(subdir)/$$i"; \
407           else \
408             echo "$$sdir/$$i"; \
409           fi; \
410         done >> $(top_builddir)/cscope.files
411
412 distclean-tags:
413         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
414
415 distdir: $(DISTFILES)
416         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
417         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
418         list='$(DISTFILES)'; \
419           dist_files=`for file in $$list; do echo $$file; done | \
420           sed -e "s|^$$srcdirstrip/||;t" \
421               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
422         case $$dist_files in \
423           */*) $(MKDIR_P) `echo "$$dist_files" | \
424                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
425                            sort -u` ;; \
426         esac; \
427         for file in $$dist_files; do \
428           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
429           if test -d $$d/$$file; then \
430             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
431             if test -d "$(distdir)/$$file"; then \
432               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
433             fi; \
434             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
435               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
436               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437             fi; \
438             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
439           else \
440             test -f "$(distdir)/$$file" \
441             || cp -p $$d/$$file "$(distdir)/$$file" \
442             || exit 1; \
443           fi; \
444         done
445 check-am: all-am
446 check: check-am
447 all-am: Makefile $(HEADERS)
448 installdirs:
449         for dir in "$(DESTDIR)$(openbsmdir)"; do \
450           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
451         done
452 install: install-am
453 install-exec: install-exec-am
454 install-data: install-data-am
455 uninstall: uninstall-am
456
457 install-am: all-am
458         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
459
460 installcheck: installcheck-am
461 install-strip:
462         if test -z '$(STRIP)'; then \
463           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465               install; \
466         else \
467           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
470         fi
471 mostlyclean-generic:
472
473 clean-generic:
474
475 distclean-generic:
476         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
477         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
478
479 maintainer-clean-generic:
480         @echo "This command is intended for maintainers to use"
481         @echo "it deletes files that may require special tools to rebuild."
482 clean: clean-am
483
484 clean-am: clean-generic clean-libtool mostlyclean-am
485
486 distclean: distclean-am
487         -rm -f Makefile
488 distclean-am: clean-am distclean-generic distclean-tags
489
490 dvi: dvi-am
491
492 dvi-am:
493
494 html: html-am
495
496 html-am:
497
498 info: info-am
499
500 info-am:
501
502 install-data-am: install-openbsmHEADERS
503
504 install-dvi: install-dvi-am
505
506 install-dvi-am:
507
508 install-exec-am:
509
510 install-html: install-html-am
511
512 install-html-am:
513
514 install-info: install-info-am
515
516 install-info-am:
517
518 install-man:
519
520 install-pdf: install-pdf-am
521
522 install-pdf-am:
523
524 install-ps: install-ps-am
525
526 install-ps-am:
527
528 installcheck-am:
529
530 maintainer-clean: maintainer-clean-am
531         -rm -f Makefile
532 maintainer-clean-am: distclean-am maintainer-clean-generic
533
534 mostlyclean: mostlyclean-am
535
536 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
537
538 pdf: pdf-am
539
540 pdf-am:
541
542 ps: ps-am
543
544 ps-am:
545
546 uninstall-am: uninstall-openbsmHEADERS
547
548 .MAKE: install-am install-strip
549
550 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
551         clean-libtool cscopelist-am ctags ctags-am distclean \
552         distclean-generic distclean-libtool distclean-tags distdir dvi \
553         dvi-am html html-am info info-am install install-am \
554         install-data install-data-am install-dvi install-dvi-am \
555         install-exec install-exec-am install-html install-html-am \
556         install-info install-info-am install-man \
557         install-openbsmHEADERS install-pdf install-pdf-am install-ps \
558         install-ps-am install-strip installcheck installcheck-am \
559         installdirs maintainer-clean maintainer-clean-generic \
560         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
561         ps ps-am tags tags-am uninstall uninstall-am \
562         uninstall-openbsmHEADERS
563
564 .PRECIOUS: Makefile
565
566
567 # Tell versions [3.59,3.63) of GNU make to not export all variables.
568 # Otherwise a system limit (for SysV at least) may be exceeded.
569 .NOEXPORT: