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