1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
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.
10
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.
15
16@SET_MAKE@
17
18#
19#  OpenVPN -- An application to securely tunnel IP networks
20#             over a single UDP port, with support for SSL/TLS-based
21#             session authentication and key exchange,
22#             packet encryption, packet authentication, and
23#             packet compression.
24#
25#  Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
26#  Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
27#
28
29VPATH = @srcdir@
30am__make_dryrun = \
31  { \
32    am__dry=no; \
33    case $$MAKEFLAGS in \
34      *\\[\ \	]*) \
35        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
36          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
37      *) \
38        for am__flg in $$MAKEFLAGS; do \
39          case $$am__flg in \
40            *=*|--*) ;; \
41            *n*) am__dry=yes; break;; \
42          esac; \
43        done;; \
44    esac; \
45    test $$am__dry = yes; \
46  }
47pkgdatadir = $(datadir)/@PACKAGE@
48pkgincludedir = $(includedir)/@PACKAGE@
49pkglibdir = $(libdir)/@PACKAGE@
50pkglibexecdir = $(libexecdir)/@PACKAGE@
51am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52install_sh_DATA = $(install_sh) -c -m 644
53install_sh_PROGRAM = $(install_sh) -c
54install_sh_SCRIPT = $(install_sh) -c
55INSTALL_HEADER = $(INSTALL_DATA)
56transform = $(program_transform_name)
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
63build_triplet = @build@
64host_triplet = @host@
65subdir = include
66DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
67	$(srcdir)/Makefile.in
68ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69am__aclocal_m4_deps = $(top_srcdir)/m4/ax_emptyarray.m4 \
70	$(top_srcdir)/m4/ax_socklen_t.m4 \
71	$(top_srcdir)/m4/ax_varargs.m4 $(top_srcdir)/m4/libtool.m4 \
72	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
73	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
74	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/version.m4 \
75	$(top_srcdir)/compat.m4 $(top_srcdir)/configure.ac
76am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77	$(ACLOCAL_M4)
78mkinstalldirs = $(install_sh) -d
79CONFIG_HEADER = $(top_builddir)/config.h
80CONFIG_CLEAN_FILES =
81CONFIG_CLEAN_VPATH_FILES =
82SOURCES =
83DIST_SOURCES =
84am__can_run_installinfo = \
85  case $$AM_UPDATE_INFO_DIR in \
86    n|no|NO) false;; \
87    *) (install-info --version) >/dev/null 2>&1;; \
88  esac
89am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
90am__vpath_adj = case $$p in \
91    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92    *) f=$$p;; \
93  esac;
94am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
95am__install_max = 40
96am__nobase_strip_setup = \
97  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
98am__nobase_strip = \
99  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
100am__nobase_list = $(am__nobase_strip_setup); \
101  for p in $$list; do echo "$$p $$p"; done | \
102  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
103  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
104    if (++n[$$2] == $(am__install_max)) \
105      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
106    END { for (dir in files) print dir, files[dir] }'
107am__base_list = \
108  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
109  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
110am__uninstall_files_from_dir = { \
111  test -z "$$files" \
112    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
113    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
114         $(am__cd) "$$dir" && rm -f $$files; }; \
115  }
116am__installdirs = "$(DESTDIR)$(includedir)"
117HEADERS = $(include_HEADERS)
118ETAGS = etags
119CTAGS = ctags
120DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121ACLOCAL = @ACLOCAL@
122AMTAR = @AMTAR@
123AR = @AR@
124AS = @AS@
125AUTOCONF = @AUTOCONF@
126AUTOHEADER = @AUTOHEADER@
127AUTOMAKE = @AUTOMAKE@
128AWK = @AWK@
129CC = @CC@
130CCDEPMODE = @CCDEPMODE@
131CFLAGS = @CFLAGS@
132CPP = @CPP@
133CPPFLAGS = @CPPFLAGS@
134CYGPATH_W = @CYGPATH_W@
135DEFS = @DEFS@
136DEPDIR = @DEPDIR@
137DLLTOOL = @DLLTOOL@
138DL_LIBS = @DL_LIBS@
139DSYMUTIL = @DSYMUTIL@
140DUMPBIN = @DUMPBIN@
141ECHO_C = @ECHO_C@
142ECHO_N = @ECHO_N@
143ECHO_T = @ECHO_T@
144EGREP = @EGREP@
145EXEEXT = @EXEEXT@
146FGREP = @FGREP@
147GIT = @GIT@
148GREP = @GREP@
149IFCONFIG = @IFCONFIG@
150INSTALL = @INSTALL@
151INSTALL_DATA = @INSTALL_DATA@
152INSTALL_PROGRAM = @INSTALL_PROGRAM@
153INSTALL_SCRIPT = @INSTALL_SCRIPT@
154INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
155IPROUTE = @IPROUTE@
156LD = @LD@
157LDFLAGS = @LDFLAGS@
158LIBOBJS = @LIBOBJS@
159LIBPAM_CFLAGS = @LIBPAM_CFLAGS@
160LIBPAM_LIBS = @LIBPAM_LIBS@
161LIBS = @LIBS@
162LIBTOOL = @LIBTOOL@
163LIPO = @LIPO@
164LN_S = @LN_S@
165LTLIBOBJS = @LTLIBOBJS@
166LZO_CFLAGS = @LZO_CFLAGS@
167LZO_LIBS = @LZO_LIBS@
168MAKEINFO = @MAKEINFO@
169MAN2HTML = @MAN2HTML@
170MANIFEST_TOOL = @MANIFEST_TOOL@
171MKDIR_P = @MKDIR_P@
172NETSTAT = @NETSTAT@
173NM = @NM@
174NMEDIT = @NMEDIT@
175OBJDUMP = @OBJDUMP@
176OBJEXT = @OBJEXT@
177OPENSSL_CRYPTO_CFLAGS = @OPENSSL_CRYPTO_CFLAGS@
178OPENSSL_CRYPTO_LIBS = @OPENSSL_CRYPTO_LIBS@
179OPENSSL_SSL_CFLAGS = @OPENSSL_SSL_CFLAGS@
180OPENSSL_SSL_LIBS = @OPENSSL_SSL_LIBS@
181OPTIONAL_CRYPTO_CFLAGS = @OPTIONAL_CRYPTO_CFLAGS@
182OPTIONAL_CRYPTO_LIBS = @OPTIONAL_CRYPTO_LIBS@
183OPTIONAL_DL_LIBS = @OPTIONAL_DL_LIBS@
184OPTIONAL_LZO_CFLAGS = @OPTIONAL_LZO_CFLAGS@
185OPTIONAL_LZO_LIBS = @OPTIONAL_LZO_LIBS@
186OPTIONAL_PKCS11_HELPER_CFLAGS = @OPTIONAL_PKCS11_HELPER_CFLAGS@
187OPTIONAL_PKCS11_HELPER_LIBS = @OPTIONAL_PKCS11_HELPER_LIBS@
188OPTIONAL_SELINUX_LIBS = @OPTIONAL_SELINUX_LIBS@
189OTOOL = @OTOOL@
190OTOOL64 = @OTOOL64@
191PACKAGE = @PACKAGE@
192PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193PACKAGE_NAME = @PACKAGE_NAME@
194PACKAGE_STRING = @PACKAGE_STRING@
195PACKAGE_TARNAME = @PACKAGE_TARNAME@
196PACKAGE_URL = @PACKAGE_URL@
197PACKAGE_VERSION = @PACKAGE_VERSION@
198PATH_SEPARATOR = @PATH_SEPARATOR@
199PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
200PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
201PKG_CONFIG = @PKG_CONFIG@
202PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
203PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
204PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
205PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
206POLARSSL_CFLAGS = @POLARSSL_CFLAGS@
207POLARSSL_LIBS = @POLARSSL_LIBS@
208RANLIB = @RANLIB@
209RC = @RC@
210ROUTE = @ROUTE@
211SED = @SED@
212SELINUX_LIBS = @SELINUX_LIBS@
213SET_MAKE = @SET_MAKE@
214SHELL = @SHELL@
215SOCKETS_LIBS = @SOCKETS_LIBS@
216STRIP = @STRIP@
217TAP_CFLAGS = @TAP_CFLAGS@
218TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
219TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
220TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
221VERSION = @VERSION@
222abs_builddir = @abs_builddir@
223abs_srcdir = @abs_srcdir@
224abs_top_builddir = @abs_top_builddir@
225abs_top_srcdir = @abs_top_srcdir@
226ac_ct_AR = @ac_ct_AR@
227ac_ct_CC = @ac_ct_CC@
228ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
229am__include = @am__include@
230am__leading_dot = @am__leading_dot@
231am__quote = @am__quote@
232am__tar = @am__tar@
233am__untar = @am__untar@
234bindir = @bindir@
235build = @build@
236build_alias = @build_alias@
237build_cpu = @build_cpu@
238build_os = @build_os@
239build_vendor = @build_vendor@
240builddir = @builddir@
241datadir = @datadir@
242datarootdir = @datarootdir@
243docdir = @docdir@
244dvidir = @dvidir@
245exec_prefix = @exec_prefix@
246host = @host@
247host_alias = @host_alias@
248host_cpu = @host_cpu@
249host_os = @host_os@
250host_vendor = @host_vendor@
251htmldir = @htmldir@
252includedir = @includedir@
253infodir = @infodir@
254install_sh = @install_sh@
255libdir = @libdir@
256libexecdir = @libexecdir@
257localedir = @localedir@
258localstatedir = @localstatedir@
259mandir = @mandir@
260mkdir_p = @mkdir_p@
261oldincludedir = @oldincludedir@
262pdfdir = @pdfdir@
263plugindir = @plugindir@
264prefix = @prefix@
265program_transform_name = @program_transform_name@
266psdir = @psdir@
267sampledir = @sampledir@
268sbindir = @sbindir@
269sharedstatedir = @sharedstatedir@
270srcdir = @srcdir@
271sysconfdir = @sysconfdir@
272target_alias = @target_alias@
273top_build_prefix = @top_build_prefix@
274top_builddir = @top_builddir@
275top_srcdir = @top_srcdir@
276MAINTAINERCLEANFILES = \
277	$(srcdir)/Makefile.in
278
279include_HEADERS = openvpn-plugin.h
280all: all-am
281
282.SUFFIXES:
283$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
284	@for dep in $?; do \
285	  case '$(am__configure_deps)' in \
286	    *$$dep*) \
287	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
288	        && { if test -f $@; then exit 0; else break; fi; }; \
289	      exit 1;; \
290	  esac; \
291	done; \
292	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
293	$(am__cd) $(top_srcdir) && \
294	  $(AUTOMAKE) --gnu include/Makefile
295.PRECIOUS: Makefile
296Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297	@case '$?' in \
298	  *config.status*) \
299	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
300	  *) \
301	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
302	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
303	esac;
304
305$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
306	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
308$(top_srcdir)/configure:  $(am__configure_deps)
309	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
311	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312$(am__aclocal_m4_deps):
313
314mostlyclean-libtool:
315	-rm -f *.lo
316
317clean-libtool:
318	-rm -rf .libs _libs
319install-includeHEADERS: $(include_HEADERS)
320	@$(NORMAL_INSTALL)
321	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
322	if test -n "$$list"; then \
323	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
324	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
325	fi; \
326	for p in $$list; do \
327	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
328	  echo "$$d$$p"; \
329	done | $(am__base_list) | \
330	while read files; do \
331	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
332	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
333	done
334
335uninstall-includeHEADERS:
336	@$(NORMAL_UNINSTALL)
337	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
338	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
339	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
340
341ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
342	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
343	unique=`for i in $$list; do \
344	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345	  done | \
346	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
347	      END { if (nonempty) { for (i in files) print i; }; }'`; \
348	mkid -fID $$unique
349tags: TAGS
350
351TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
352		$(TAGS_FILES) $(LISP)
353	set x; \
354	here=`pwd`; \
355	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
356	unique=`for i in $$list; do \
357	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358	  done | \
359	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
360	      END { if (nonempty) { for (i in files) print i; }; }'`; \
361	shift; \
362	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
363	  test -n "$$unique" || unique=$$empty_fix; \
364	  if test $$# -gt 0; then \
365	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366	      "$$@" $$unique; \
367	  else \
368	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369	      $$unique; \
370	  fi; \
371	fi
372ctags: CTAGS
373CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
374		$(TAGS_FILES) $(LISP)
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	test -z "$(CTAGS_ARGS)$$unique" \
382	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
383	     $$unique
384
385GTAGS:
386	here=`$(am__cd) $(top_builddir) && pwd` \
387	  && $(am__cd) $(top_srcdir) \
388	  && gtags -i $(GTAGS_ARGS) "$$here"
389
390distclean-tags:
391	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
392
393distdir: $(DISTFILES)
394	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
396	list='$(DISTFILES)'; \
397	  dist_files=`for file in $$list; do echo $$file; done | \
398	  sed -e "s|^$$srcdirstrip/||;t" \
399	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
400	case $$dist_files in \
401	  */*) $(MKDIR_P) `echo "$$dist_files" | \
402			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
403			   sort -u` ;; \
404	esac; \
405	for file in $$dist_files; do \
406	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
407	  if test -d $$d/$$file; then \
408	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
409	    if test -d "$(distdir)/$$file"; then \
410	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411	    fi; \
412	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
413	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
414	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
415	    fi; \
416	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
417	  else \
418	    test -f "$(distdir)/$$file" \
419	    || cp -p $$d/$$file "$(distdir)/$$file" \
420	    || exit 1; \
421	  fi; \
422	done
423check-am: all-am
424check: check-am
425all-am: Makefile $(HEADERS)
426installdirs:
427	for dir in "$(DESTDIR)$(includedir)"; do \
428	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
429	done
430install: install-am
431install-exec: install-exec-am
432install-data: install-data-am
433uninstall: uninstall-am
434
435install-am: all-am
436	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
437
438installcheck: installcheck-am
439install-strip:
440	if test -z '$(STRIP)'; then \
441	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
442	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
443	      install; \
444	else \
445	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
446	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
447	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
448	fi
449mostlyclean-generic:
450
451clean-generic:
452
453distclean-generic:
454	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
455	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
456
457maintainer-clean-generic:
458	@echo "This command is intended for maintainers to use"
459	@echo "it deletes files that may require special tools to rebuild."
460	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
461clean: clean-am
462
463clean-am: clean-generic clean-libtool mostlyclean-am
464
465distclean: distclean-am
466	-rm -f Makefile
467distclean-am: clean-am distclean-generic distclean-tags
468
469dvi: dvi-am
470
471dvi-am:
472
473html: html-am
474
475html-am:
476
477info: info-am
478
479info-am:
480
481install-data-am: install-includeHEADERS
482
483install-dvi: install-dvi-am
484
485install-dvi-am:
486
487install-exec-am:
488
489install-html: install-html-am
490
491install-html-am:
492
493install-info: install-info-am
494
495install-info-am:
496
497install-man:
498
499install-pdf: install-pdf-am
500
501install-pdf-am:
502
503install-ps: install-ps-am
504
505install-ps-am:
506
507installcheck-am:
508
509maintainer-clean: maintainer-clean-am
510	-rm -f Makefile
511maintainer-clean-am: distclean-am maintainer-clean-generic
512
513mostlyclean: mostlyclean-am
514
515mostlyclean-am: mostlyclean-generic mostlyclean-libtool
516
517pdf: pdf-am
518
519pdf-am:
520
521ps: ps-am
522
523ps-am:
524
525uninstall-am: uninstall-includeHEADERS
526
527.MAKE: install-am install-strip
528
529.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
530	clean-libtool ctags distclean distclean-generic \
531	distclean-libtool distclean-tags distdir dvi dvi-am html \
532	html-am info info-am install install-am install-data \
533	install-data-am install-dvi install-dvi-am install-exec \
534	install-exec-am install-html install-html-am \
535	install-includeHEADERS install-info install-info-am \
536	install-man install-pdf install-pdf-am install-ps \
537	install-ps-am install-strip installcheck installcheck-am \
538	installdirs maintainer-clean maintainer-clean-generic \
539	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
540	ps ps-am tags uninstall uninstall-am uninstall-includeHEADERS
541
542
543# Tell versions [3.59,3.63) of GNU make to not export all variables.
544# Otherwise a system limit (for SysV at least) may be exceeded.
545.NOEXPORT:
546