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