1# Makefile.in generated by automake 1.11.5 from Makefile.am.
2# etc/psf/Makefile.  Generated from Makefile.in by configure.
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
17
18# Makefile.am for etc/psf/
19
20
21
22
23am__make_dryrun = \
24  { \
25    am__dry=no; \
26    case $$MAKEFLAGS in \
27      *\\[\ \	]*) \
28        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
29          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
30      *) \
31        for am__flg in $$MAKEFLAGS; do \
32          case $$am__flg in \
33            *=*|--*) ;; \
34            *n*) am__dry=yes; break;; \
35          esac; \
36        done;; \
37    esac; \
38    test $$am__dry = yes; \
39  }
40pkgdatadir = $(datadir)/netatalk
41pkgincludedir = $(includedir)/netatalk
42pkglibdir = $(libdir)/netatalk
43pkglibexecdir = $(libexecdir)/netatalk
44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45install_sh_DATA = $(install_sh) -c -m 644
46install_sh_PROGRAM = $(install_sh) -c
47install_sh_SCRIPT = $(install_sh) -c
48INSTALL_HEADER = $(INSTALL_DATA)
49transform = $(program_transform_name)
50NORMAL_INSTALL = :
51PRE_INSTALL = :
52POST_INSTALL = :
53NORMAL_UNINSTALL = :
54PRE_UNINSTALL = :
55POST_UNINSTALL = :
56build_triplet = mipsel-uclibc-linux-gnu26
57host_triplet = mipsel-uclibc-linux-gnu
58target_triplet = mipsel-uclibc-linux-gnu
59libexec_PROGRAMS = psf$(EXEEXT) psa$(EXEEXT)
60subdir = etc/psf
61DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
64	$(top_srcdir)/macros/cnid-backend.m4 \
65	$(top_srcdir)/macros/config-checks.m4 \
66	$(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
67	$(top_srcdir)/macros/grep-check.m4 \
68	$(top_srcdir)/macros/gssapi-check.m4 \
69	$(top_srcdir)/macros/iconv.m4 \
70	$(top_srcdir)/macros/largefile-check.m4 \
71	$(top_srcdir)/macros/libgcrypt.m4 \
72	$(top_srcdir)/macros/libtool.m4 \
73	$(top_srcdir)/macros/ltoptions.m4 \
74	$(top_srcdir)/macros/ltsugar.m4 \
75	$(top_srcdir)/macros/ltversion.m4 \
76	$(top_srcdir)/macros/lt~obsolete.m4 \
77	$(top_srcdir)/macros/pam-check.m4 \
78	$(top_srcdir)/macros/perl-check.m4 \
79	$(top_srcdir)/macros/ps-check.m4 \
80	$(top_srcdir)/macros/quota-check.m4 \
81	$(top_srcdir)/macros/snprintf-check.m4 \
82	$(top_srcdir)/macros/srvloc.m4 \
83	$(top_srcdir)/macros/ssl-check.m4 \
84	$(top_srcdir)/macros/summary.m4 \
85	$(top_srcdir)/macros/tcp-wrappers.m4 \
86	$(top_srcdir)/macros/util.m4 $(top_srcdir)/macros/webmin.m4 \
87	$(top_srcdir)/macros/zeroconf.m4 $(top_srcdir)/configure.ac
88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89	$(ACLOCAL_M4)
90mkinstalldirs = $(install_sh) -d
91CONFIG_HEADER = $(top_builddir)/config.h
92CONFIG_CLEAN_FILES =
93CONFIG_CLEAN_VPATH_FILES =
94am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(libexecdir)" \
95	"$(DESTDIR)$(pkgdatadir)"
96PROGRAMS = $(libexec_PROGRAMS)
97am_psa_OBJECTS = psa.$(OBJEXT)
98psa_OBJECTS = $(am_psa_OBJECTS)
99psa_LDADD = $(LDADD)
100am_psf_OBJECTS = psf.$(OBJEXT)
101psf_OBJECTS = $(am_psf_OBJECTS)
102psf_LDADD = $(LDADD)
103am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
104am__vpath_adj = case $$p in \
105    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
106    *) f=$$p;; \
107  esac;
108am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
109am__install_max = 40
110am__nobase_strip_setup = \
111  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
112am__nobase_strip = \
113  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
114am__nobase_list = $(am__nobase_strip_setup); \
115  for p in $$list; do echo "$$p $$p"; done | \
116  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
117  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
118    if (++n[$$2] == $(am__install_max)) \
119      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
120    END { for (dir in files) print dir, files[dir] }'
121am__base_list = \
122  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
123  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
124am__uninstall_files_from_dir = { \
125  test -z "$$files" \
126    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
127    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
128         $(am__cd) "$$dir" && rm -f $$files; }; \
129  }
130SCRIPTS = $(libexec_SCRIPTS)
131DEFAULT_INCLUDES = -I. -I$(top_builddir)
132depcomp = $(SHELL) $(top_srcdir)/depcomp
133am__depfiles_maybe = depfiles
134am__mv = mv -f
135COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
138	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
139	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140CCLD = $(CC)
141LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
142	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
143	$(LDFLAGS) -o $@
144SOURCES = $(psa_SOURCES) $(psf_SOURCES)
145DIST_SOURCES = $(psa_SOURCES) $(psf_SOURCES)
146am__can_run_installinfo = \
147  case $$AM_UPDATE_INFO_DIR in \
148    n|no|NO) false;; \
149    *) (install-info --version) >/dev/null 2>&1;; \
150  esac
151DATA = $(pkgdata_DATA)
152ETAGS = etags
153CTAGS = ctags
154DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
155ACLOCAL = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run aclocal-1.11
156ACL_LIBS = 
157AFS_CFLAGS = 
158AFS_LIBS = 
159AMTAR = $${TAR-tar}
160AR = mipsel-linux-uclibc-ar
161AUTOCONF = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoconf
162AUTOHEADER = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoheader
163AUTOMAKE = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run automake-1.11
164AVAHI_CFLAGS = 
165AVAHI_LIBS = 
166AVAHI_TPOLL_CFLAGS = 
167AVAHI_TPOLL_LIBS = 
168AWK = gawk
169BDB_BIN = /usr/bin
170BDB_CFLAGS = 
171BDB_LIBS =  -ldb-4.7
172BDB_PATH = /usr
173CC = mipsel-linux-uclibc-gcc
174CCDEPMODE = depmode=gcc3
175CFLAGS = -I$(top_srcdir)/include -D_U_="__attribute__((unused))" -O2 -DBCMNVRAM -DBCMWPA2 -DRESTART_ALL_PROCESSES -D__CONFIG_USBAP__ -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DWLPROBSUP -DSUPPORT_REMOTE_HTTPS -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DU12H189 -DWNDR4500REV -DWNDR4500v2 -DMULTIPLE_SSID -DENABLE_ML -DBCM53125 -DCONFIG_RUSSIA_IPTV -DINCLUDE_UCP -DDLNA -DHTTP_ACCESS_USB -DSAMBA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DFIRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURITY -DNEW_BCM_WPS_IPC -DSTA_MODE -DEXT_ACS -DINCLUDE_AFP -Os -DLINUX26 -I/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/include -std=gnu99 -D_U_="__attribute__((unused))" -I$(top_srcdir)/sys
176COMPILE_64BIT_KMODULE = 
177COMPILE_KERNEL_GCC = 
178CPP = mipsel-linux-uclibc-gcc -E
179CPPFLAGS = 
180CRYPT_LIBS = -lcrypt 
181CUPS_CFLAGS = 
182CUPS_CONFIG = /usr/bin/cups-config
183CUPS_LDFLAGS = 
184CUPS_LIBS = -lcups -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lz -lpthread -lm -lcrypt
185CYGPATH_W = echo
186DEFAULT_CNID_SCHEME = dbd
187DEFS = -DHAVE_CONFIG_H
188DEPDIR = .deps
189DLLTOOL = false
190DSYMUTIL = 
191DUMPBIN = 
192ECHO_C = 
193ECHO_N = -n
194ECHO_T = 
195EGREP = /bin/grep -E
196EXEEXT = 
197FGREP = /bin/grep -F
198GREP = /bin/grep
199GSSAPI_CFLAGS = 
200GSSAPI_LDFLAGS = 
201GSSAPI_LIBS = 
202ICONV_CFLAGS = 
203ICONV_LIBS =  -liconv
204INSTALL = /usr/bin/install -c
205INSTALL_DATA = ${INSTALL} -m 644
206INSTALL_PROGRAM = ${INSTALL}
207INSTALL_SCRIPT = ${INSTALL}
208INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
209KCFLAGS = 
210KLDFLAGS = 
211KRB5_CONFIG = 
212LD = mipsel-linux-uclibc-ld
213LDFLAGS = -L/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/lib
214LIBADD_DL = -ldl 
215LIBADD_DLD_LINK = 
216LIBADD_DLOPEN = -ldl
217LIBADD_SHL_LOAD = 
218LIBGCRYPT_CFLAGS = 
219LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
220LIBGCRYPT_LIBS = -lgcrypt -lgpg-error
221LIBOBJS =  ${LIBOBJDIR}memcmp$U.o
222LIBS = -lpthread -ldl  -L$(top_srcdir)/libatalk
223LIBTOOL = $(SHELL) $(top_builddir)/libtool
224LIPO = 
225LN_S = ln -s
226LTLIBOBJS =  ${LIBOBJDIR}memcmp$U.lo
227LT_DLLOADERS =  dlopen.la
228LT_DLPREOPEN = -dlpreopen dlopen.la 
229MAINT = 
230MAKEINFO = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run makeinfo
231MANIFEST_TOOL = :
232MKDIR_P = /bin/mkdir -p
233NETATALK_VERSION = 2.2.5
234NM = mipsel-linux-uclibc-nm
235NMEDIT = 
236OBJDUMP = mipsel-linux-uclibc-objdump
237OBJEXT = o
238OTOOL = 
239OTOOL64 = 
240OVERWRITE_CONFIG = no
241PACKAGE = netatalk
242PACKAGE_BUGREPORT = 
243PACKAGE_NAME = 
244PACKAGE_STRING = 
245PACKAGE_TARNAME = 
246PACKAGE_URL = 
247PACKAGE_VERSION = 
248PAMDIR = /
249PAM_ACCOUNT = system-auth
250PAM_AUTH = system-auth
251PAM_CFLAGS = 
252PAM_DIRECTIVE = include
253PAM_LIBS = 
254PAM_PASSWORD = system-auth
255PAM_SESSION = system-auth
256PATH_SEPARATOR = :
257PERL = perl
258PKGCONFDIR = ${prefix}/etc/netatalk
259PKG_CONFIG = /usr/bin/pkg-config
260PS = /bin/ps
261PTHREAD_LIBS = -lpthread
262QUOTA_LIBS = 
263RANLIB = mipsel-linux-uclibc-ranlib
264SED = /bin/sed
265SERVERTEXT = ${prefix}/etc/netatalk/msg
266SET_MAKE = 
267SHELL = /bin/sh
268SLP_CFLAGS = 
269SLP_LIBS = 
270SPOOLDIR = ${prefix}/var/spool/netatalk
271SSL_CFLAGS =  -I/usr/include/openssl
272SSL_LIBS =  -lcrypto
273STRIP = mipsel-linux-uclibc-strip
274UAMS_PATH = ${prefix}/etc/netatalk/uams
275VERSION = 2.2.5
276WEBMIN_PASS = 
277WEBMIN_PATH = 
278WEBMIN_PORT = 
279WEBMIN_USER = 
280WEBMIN_VERSION = 
281WRAP_LIBS = 
282ZEROCONF_CFLAGS = 
283ZEROCONF_LIBS = 
284abs_builddir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/etc/psf
285abs_srcdir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/etc/psf
286abs_top_builddir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5
287abs_top_srcdir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5
288ac_ct_AR = 
289ac_ct_CC = 
290ac_ct_DUMPBIN = 
291am__include = include
292am__leading_dot = .
293am__quote = 
294am__tar = $${TAR-tar} chof - "$$tardir"
295am__untar = $${TAR-tar} xf -
296bindir = ${exec_prefix}/bin
297build = mipsel-uclibc-linux-gnu26
298build_alias = mipsel-uclibc-linux-gnu26
299build_cpu = mipsel
300build_os = linux-gnu26
301build_vendor = uclibc
302builddir = .
303compiled_backends =  dbd last tdb
304datadir = ${datarootdir}
305datarootdir = ${prefix}/share
306docdir = ${datarootdir}/doc/${PACKAGE}
307dvidir = ${docdir}
308exec_prefix = ${prefix}
309host = mipsel-uclibc-linux-gnu
310host_alias = mipsel-uclibc-linux
311host_cpu = mipsel
312host_os = linux-gnu
313host_vendor = uclibc
314htmldir = ${docdir}
315includedir = ${prefix}/include
316infodir = ${datarootdir}/info
317install_sh = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/install-sh
318libdir = ${exec_prefix}/lib
319libexecdir = ${exec_prefix}/libexec
320localedir = ${datarootdir}/locale
321localstatedir = ${prefix}/var
322mandir = ${datarootdir}/man
323mkdir_p = /bin/mkdir -p
324oldincludedir = /usr/include
325pdfdir = ${docdir}
326prefix = /usr/local
327program_transform_name = s,x,x,
328psdir = ${docdir}
329sbindir = ${exec_prefix}/sbin
330sharedstatedir = ${prefix}/com
331srcdir = .
332sys_symbol_underscore = no
333sysconfdir = ${prefix}/etc
334target = mipsel-uclibc-linux-gnu
335target_alias = 
336target_cpu = mipsel
337target_os = linux-gnu
338target_vendor = uclibc
339top_build_prefix = ../../
340top_builddir = ../..
341top_srcdir = ../..
342libexec_SCRIPTS = etc2ps.sh
343pkgdata_DATA = pagecount.ps
344psf_SOURCES = psf.c
345psa_SOURCES = psa.c
346AM_CFLAGS = -DZEROWIDTH \
347	-D_PATH_PAP=\"$(bindir)/pap\" \
348	-D_PATH_PSORDER=\"$(bindir)/psorder\" \
349	-D_PATH_PSA=\"$(libexecdir)/psa\" \
350	-D_PATH_PSFILTER=\"$(libexecdir)/etc2ps.sh\" \
351	-D_PATH_PAGECOUNT=\"$(pkgdatadir)/pagecount.ps\"
352
353EXTRA_DIST = $(libexec_SCRIPTS) $(pkgdata_DATA)
354
355# declare links
356psf_LINKS = ofpap ifpap tfpap ifpaprev tfpaprev ofwpap ifwpap \
357	 tfwpap ifwpaprev tfwpaprev ofmpap ifmpap tfmpap ifmpaprev \
358	 tfmpaprev ofwmpap ifwmpap tfwmpap ifwmpaprev tfwmpaprev
359
360
361#
362# cleanup
363#
364CLEANFILES = $(psf_LINKS)
365all: all-am
366
367.SUFFIXES:
368.SUFFIXES: .c .lo .o .obj
369$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
370	@for dep in $?; do \
371	  case '$(am__configure_deps)' in \
372	    *$$dep*) \
373	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
374	        && { if test -f $@; then exit 0; else break; fi; }; \
375	      exit 1;; \
376	  esac; \
377	done; \
378	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign etc/psf/Makefile'; \
379	$(am__cd) $(top_srcdir) && \
380	  $(AUTOMAKE) --foreign etc/psf/Makefile
381.PRECIOUS: Makefile
382Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
383	@case '$?' in \
384	  *config.status*) \
385	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
386	  *) \
387	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
388	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
389	esac;
390
391$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
392	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393
394$(top_srcdir)/configure:  $(am__configure_deps)
395	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
397	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398$(am__aclocal_m4_deps):
399install-libexecPROGRAMS: $(libexec_PROGRAMS)
400	@$(NORMAL_INSTALL)
401	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
402	if test -n "$$list"; then \
403	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
404	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
405	fi; \
406	for p in $$list; do echo "$$p $$p"; done | \
407	sed 's/$(EXEEXT)$$//' | \
408	while read p p1; do if test -f $$p || test -f $$p1; \
409	  then echo "$$p"; echo "$$p"; else :; fi; \
410	done | \
411	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
412	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
413	sed 'N;N;N;s,\n, ,g' | \
414	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
415	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
416	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
417	    else { print "f", $$3 "/" $$4, $$1; } } \
418	  END { for (d in files) print "f", d, files[d] }' | \
419	while read type dir files; do \
420	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
421	    test -z "$$files" || { \
422	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
423	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
424	    } \
425	; done
426
427uninstall-libexecPROGRAMS:
428	@$(NORMAL_UNINSTALL)
429	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
430	files=`for p in $$list; do echo "$$p"; done | \
431	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
432	      -e 's/$$/$(EXEEXT)/' `; \
433	test -n "$$list" || exit 0; \
434	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
435	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
436
437clean-libexecPROGRAMS:
438	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
439	echo " rm -f" $$list; \
440	rm -f $$list || exit $$?; \
441	test -n "$(EXEEXT)" || exit 0; \
442	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
443	echo " rm -f" $$list; \
444	rm -f $$list
445psa$(EXEEXT): $(psa_OBJECTS) $(psa_DEPENDENCIES) $(EXTRA_psa_DEPENDENCIES) 
446	@rm -f psa$(EXEEXT)
447	$(LINK) $(psa_OBJECTS) $(psa_LDADD) $(LIBS)
448psf$(EXEEXT): $(psf_OBJECTS) $(psf_DEPENDENCIES) $(EXTRA_psf_DEPENDENCIES) 
449	@rm -f psf$(EXEEXT)
450	$(LINK) $(psf_OBJECTS) $(psf_LDADD) $(LIBS)
451install-libexecSCRIPTS: $(libexec_SCRIPTS)
452	@$(NORMAL_INSTALL)
453	@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
454	if test -n "$$list"; then \
455	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
456	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
457	fi; \
458	for p in $$list; do \
459	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
460	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
461	done | \
462	sed -e 'p;s,.*/,,;n' \
463	    -e 'h;s|.*|.|' \
464	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
465	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
466	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
467	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
468	      if (++n[d] == $(am__install_max)) { \
469		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
470	    else { print "f", d "/" $$4, $$1 } } \
471	  END { for (d in files) print "f", d, files[d] }' | \
472	while read type dir files; do \
473	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
474	     test -z "$$files" || { \
475	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
476	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
477	     } \
478	; done
479
480uninstall-libexecSCRIPTS:
481	@$(NORMAL_UNINSTALL)
482	@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
483	files=`for p in $$list; do echo "$$p"; done | \
484	       sed -e 's,.*/,,;$(transform)'`; \
485	dir='$(DESTDIR)$(libexecdir)'; $(am__uninstall_files_from_dir)
486
487mostlyclean-compile:
488	-rm -f *.$(OBJEXT)
489
490distclean-compile:
491	-rm -f *.tab.c
492
493include ./$(DEPDIR)/psa.Po
494include ./$(DEPDIR)/psf.Po
495
496.c.o:
497	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
498	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
499#	source='$<' object='$@' libtool=no \
500#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
501#	$(COMPILE) -c $<
502
503.c.obj:
504	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
505	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
506#	source='$<' object='$@' libtool=no \
507#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
508#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
509
510.c.lo:
511	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
512	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
513#	source='$<' object='$@' libtool=yes \
514#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
515#	$(LTCOMPILE) -c -o $@ $<
516
517mostlyclean-libtool:
518	-rm -f *.lo
519
520clean-libtool:
521	-rm -rf .libs _libs
522install-pkgdataDATA: $(pkgdata_DATA)
523	@$(NORMAL_INSTALL)
524	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
525	if test -n "$$list"; then \
526	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
527	  $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
528	fi; \
529	for p in $$list; do \
530	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
531	  echo "$$d$$p"; \
532	done | $(am__base_list) | \
533	while read files; do \
534	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
535	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
536	done
537
538uninstall-pkgdataDATA:
539	@$(NORMAL_UNINSTALL)
540	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
541	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
542	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
543
544ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
545	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
546	unique=`for i in $$list; do \
547	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
548	  done | \
549	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
550	      END { if (nonempty) { for (i in files) print i; }; }'`; \
551	mkid -fID $$unique
552tags: TAGS
553
554TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
555		$(TAGS_FILES) $(LISP)
556	set x; \
557	here=`pwd`; \
558	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
559	unique=`for i in $$list; do \
560	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
561	  done | \
562	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
563	      END { if (nonempty) { for (i in files) print i; }; }'`; \
564	shift; \
565	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
566	  test -n "$$unique" || unique=$$empty_fix; \
567	  if test $$# -gt 0; then \
568	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
569	      "$$@" $$unique; \
570	  else \
571	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
572	      $$unique; \
573	  fi; \
574	fi
575ctags: CTAGS
576CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
577		$(TAGS_FILES) $(LISP)
578	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
579	unique=`for i in $$list; do \
580	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
581	  done | \
582	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
583	      END { if (nonempty) { for (i in files) print i; }; }'`; \
584	test -z "$(CTAGS_ARGS)$$unique" \
585	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
586	     $$unique
587
588GTAGS:
589	here=`$(am__cd) $(top_builddir) && pwd` \
590	  && $(am__cd) $(top_srcdir) \
591	  && gtags -i $(GTAGS_ARGS) "$$here"
592
593distclean-tags:
594	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
595
596distdir: $(DISTFILES)
597	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
598	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
599	list='$(DISTFILES)'; \
600	  dist_files=`for file in $$list; do echo $$file; done | \
601	  sed -e "s|^$$srcdirstrip/||;t" \
602	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
603	case $$dist_files in \
604	  */*) $(MKDIR_P) `echo "$$dist_files" | \
605			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
606			   sort -u` ;; \
607	esac; \
608	for file in $$dist_files; do \
609	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
610	  if test -d $$d/$$file; then \
611	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
612	    if test -d "$(distdir)/$$file"; then \
613	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
614	    fi; \
615	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
616	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
617	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
618	    fi; \
619	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
620	  else \
621	    test -f "$(distdir)/$$file" \
622	    || cp -p $$d/$$file "$(distdir)/$$file" \
623	    || exit 1; \
624	  fi; \
625	done
626check-am: all-am
627check: check-am
628all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA)
629installdirs:
630	for dir in "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(pkgdatadir)"; do \
631	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
632	done
633install: install-am
634install-exec: install-exec-am
635install-data: install-data-am
636uninstall: uninstall-am
637
638install-am: all-am
639	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
640
641installcheck: installcheck-am
642install-strip:
643	if test -z '$(STRIP)'; then \
644	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
645	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
646	      install; \
647	else \
648	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
649	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
650	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
651	fi
652mostlyclean-generic:
653
654clean-generic:
655	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
656
657distclean-generic:
658	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
659	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
660
661maintainer-clean-generic:
662	@echo "This command is intended for maintainers to use"
663	@echo "it deletes files that may require special tools to rebuild."
664clean: clean-am
665
666clean-am: clean-generic clean-libexecPROGRAMS clean-libtool \
667	mostlyclean-am
668
669distclean: distclean-am
670	-rm -rf ./$(DEPDIR)
671	-rm -f Makefile
672distclean-am: clean-am distclean-compile distclean-generic \
673	distclean-tags
674
675dvi: dvi-am
676
677dvi-am:
678
679html: html-am
680
681html-am:
682
683info: info-am
684
685info-am:
686
687install-data-am: install-pkgdataDATA
688
689install-dvi: install-dvi-am
690
691install-dvi-am:
692
693install-exec-am: install-libexecPROGRAMS install-libexecSCRIPTS
694	@$(NORMAL_INSTALL)
695	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
696install-html: install-html-am
697
698install-html-am:
699
700install-info: install-info-am
701
702install-info-am:
703
704install-man:
705
706install-pdf: install-pdf-am
707
708install-pdf-am:
709
710install-ps: install-ps-am
711
712install-ps-am:
713
714installcheck-am:
715
716maintainer-clean: maintainer-clean-am
717	-rm -rf ./$(DEPDIR)
718	-rm -f Makefile
719maintainer-clean-am: distclean-am maintainer-clean-generic
720
721mostlyclean: mostlyclean-am
722
723mostlyclean-am: mostlyclean-compile mostlyclean-generic \
724	mostlyclean-libtool
725
726pdf: pdf-am
727
728pdf-am:
729
730ps: ps-am
731
732ps-am:
733
734uninstall-am: uninstall-libexecPROGRAMS uninstall-libexecSCRIPTS \
735	uninstall-pkgdataDATA
736	@$(NORMAL_INSTALL)
737	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
738.MAKE: install-am install-exec-am install-strip uninstall-am
739
740.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
741	clean-libexecPROGRAMS clean-libtool ctags distclean \
742	distclean-compile distclean-generic distclean-libtool \
743	distclean-tags distdir dvi dvi-am html html-am info info-am \
744	install install-am install-data install-data-am install-dvi \
745	install-dvi-am install-exec install-exec-am install-exec-hook \
746	install-html install-html-am install-info install-info-am \
747	install-libexecPROGRAMS install-libexecSCRIPTS install-man \
748	install-pdf install-pdf-am install-pkgdataDATA install-ps \
749	install-ps-am install-strip installcheck installcheck-am \
750	installdirs maintainer-clean maintainer-clean-generic \
751	mostlyclean mostlyclean-compile mostlyclean-generic \
752	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
753	uninstall-am uninstall-hook uninstall-libexecPROGRAMS \
754	uninstall-libexecSCRIPTS uninstall-pkgdataDATA
755
756
757#
758# install sections for links
759#
760
761install-exec-hook:
762	@list='$(psf_LINKS)'; for l in $$list; do \
763		rm $(DESTDIR)$(libexecdir)/$$l 2>/dev/null || true; \
764		(cd $(DESTDIR)$(libexecdir) && $(LN_S) psf $$l);  \
765	done
766
767#
768# uninstall sections for links
769#
770
771uninstall-hook:
772	@list='$(psf_LINKS)'; for l in $$list; do \
773		rm -f $(DESTDIR)$(libexecdir)/$$l; \
774	done
775
776# Tell versions [3.59,3.63) of GNU make to not export all variables.
777# Otherwise a system limit (for SysV at least) may be exceeded.
778.NOEXPORT:
779