1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60AMTAR = @AMTAR@
61AR = @AR@
62AS = @AS@
63AWK = @AWK@
64CC = @CC@
65CXX = @CXX@
66CXXCPP = @CXXCPP@
67DEPDIR = @DEPDIR@
68DLLTOOL = @DLLTOOL@
69ECHO = @ECHO@
70EGREP = @EGREP@
71EXEEXT = @EXEEXT@
72F77 = @F77@
73GCJ = @GCJ@
74GCJFLAGS = @GCJFLAGS@
75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76LIBTOOL = @LIBTOOL@
77LN_S = @LN_S@
78OBJDUMP = @OBJDUMP@
79OBJEXT = @OBJEXT@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82RC = @RC@
83STRIP = @STRIP@
84VERSION = @VERSION@
85am__include = @am__include@
86am__quote = @am__quote@
87install_sh = @install_sh@
88sslheaders = @sslheaders@
89
90INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)
91
92# libsys is not installed, it's for internal use only
93noinst_LTLIBRARIES = libsys.la
94libsys_la_SOURCES = sys.c
95libsys_la_LDFLAGS = -static
96subdir = libsys
97mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98CONFIG_HEADER = $(top_builddir)/config.h
99CONFIG_CLEAN_FILES =
100LTLIBRARIES = $(noinst_LTLIBRARIES)
101
102libsys_la_LIBADD =
103am_libsys_la_OBJECTS = sys.lo
104libsys_la_OBJECTS = $(am_libsys_la_OBJECTS)
105
106DEFS = @DEFS@
107DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
108CPPFLAGS = @CPPFLAGS@
109LDFLAGS = @LDFLAGS@
110LIBS = @LIBS@
111depcomp = $(SHELL) $(top_srcdir)/depcomp
112@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/sys.Plo
113COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
114	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
116	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
117CCLD = $(CC)
118LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
119	$(AM_LDFLAGS) $(LDFLAGS) -o $@
120CFLAGS = @CFLAGS@
121DIST_SOURCES = $(libsys_la_SOURCES)
122DIST_COMMON = Makefile.am Makefile.in
123SOURCES = $(libsys_la_SOURCES)
124
125all: all-am
126
127.SUFFIXES:
128.SUFFIXES: .c .lo .o .obj
129
130mostlyclean-libtool:
131	-rm -f *.lo
132
133clean-libtool:
134	-rm -rf .libs _libs
135
136distclean-libtool:
137	-rm -f libtool
138$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
139	cd $(top_srcdir) && \
140	  $(AUTOMAKE) --foreign  libsys/Makefile
141Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
142	cd $(top_builddir) && \
143	  CONFIG_HEADERS= CONFIG_LINKS= \
144	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
145
146clean-noinstLTLIBRARIES:
147	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
148libsys.la: $(libsys_la_OBJECTS) $(libsys_la_DEPENDENCIES)
149	$(LINK)  $(libsys_la_LDFLAGS) $(libsys_la_OBJECTS) $(libsys_la_LIBADD) $(LIBS)
150
151mostlyclean-compile:
152	-rm -f *.$(OBJEXT) core *.core
153
154distclean-compile:
155	-rm -f *.tab.c
156
157@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sys.Plo@am__quote@
158
159distclean-depend:
160	-rm -rf $(DEPDIR)
161
162.c.o:
163@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
164@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
165@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
166	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
167
168.c.obj:
169@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
170@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
171@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
172	$(COMPILE) -c `cygpath -w $<`
173
174.c.lo:
175@AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
176@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
177@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
178	$(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
179CCDEPMODE = @CCDEPMODE@
180uninstall-info-am:
181
182tags: TAGS
183
184ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
185	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
186	unique=`for i in $$list; do \
187	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
188	  done | \
189	  $(AWK) '    { files[$$0] = 1; } \
190	       END { for (i in files) print i; }'`; \
191	mkid -fID $$unique $(LISP)
192
193TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
194		$(TAGS_FILES) $(LISP)
195	tags=; \
196	here=`pwd`; \
197	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
198	unique=`for i in $$list; do \
199	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200	  done | \
201	  $(AWK) '    { files[$$0] = 1; } \
202	       END { for (i in files) print i; }'`; \
203	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
204	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
205
206GTAGS:
207	here=`CDPATH=: && cd $(top_builddir) && pwd` \
208	  && cd $(top_srcdir) \
209	  && gtags -i $(GTAGS_ARGS) $$here
210
211distclean-tags:
212	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
213
214DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
215
216top_distdir = ..
217distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
218
219distdir: $(DISTFILES)
220	@for file in $(DISTFILES); do \
221	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
222	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
223	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
224	    $(mkinstalldirs) "$(distdir)/$$dir"; \
225	  fi; \
226	  if test -d $$d/$$file; then \
227	    cp -pR $$d/$$file $(distdir) \
228	    || exit 1; \
229	  else \
230	    test -f $(distdir)/$$file \
231	    || cp -p $$d/$$file $(distdir)/$$file \
232	    || exit 1; \
233	  fi; \
234	done
235check-am: all-am
236check: check-am
237all-am: Makefile $(LTLIBRARIES)
238
239installdirs:
240
241install: install-am
242install-exec: install-exec-am
243install-data: install-data-am
244uninstall: uninstall-am
245
246install-am: all-am
247	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
248
249installcheck: installcheck-am
250install-strip:
251	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
252	  `test -z '$(STRIP)' || \
253	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
254mostlyclean-generic:
255
256clean-generic:
257
258distclean-generic:
259	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
260
261maintainer-clean-generic:
262	@echo "This command is intended for maintainers to use"
263	@echo "it deletes files that may require special tools to rebuild."
264clean: clean-am
265
266clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
267	mostlyclean-am
268
269distclean: distclean-am
270
271distclean-am: clean-am distclean-compile distclean-depend \
272	distclean-generic distclean-libtool distclean-tags
273
274dvi: dvi-am
275
276dvi-am:
277
278info: info-am
279
280info-am:
281
282install-data-am:
283
284install-exec-am:
285
286install-info: install-info-am
287
288install-man:
289
290installcheck-am:
291
292maintainer-clean: maintainer-clean-am
293
294maintainer-clean-am: distclean-am maintainer-clean-generic
295
296mostlyclean: mostlyclean-am
297
298mostlyclean-am: mostlyclean-compile mostlyclean-generic \
299	mostlyclean-libtool
300
301uninstall-am: uninstall-info-am
302
303.PHONY: GTAGS all all-am check check-am clean clean-generic \
304	clean-libtool clean-noinstLTLIBRARIES distclean \
305	distclean-compile distclean-depend distclean-generic \
306	distclean-libtool distclean-tags distdir dvi dvi-am info \
307	info-am install install-am install-data install-data-am \
308	install-exec install-exec-am install-info install-info-am \
309	install-man install-strip installcheck installcheck-am \
310	installdirs maintainer-clean maintainer-clean-generic \
311	mostlyclean mostlyclean-compile mostlyclean-generic \
312	mostlyclean-libtool tags uninstall uninstall-am \
313	uninstall-info-am
314
315# Tell versions [3.59,3.63) of GNU make to not export all variables.
316# Otherwise a system limit (for SysV at least) may be exceeded.
317.NOEXPORT:
318