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@
61AWK = @AWK@
62CC = @CC@
63CPP = @CPP@
64CXX = @CXX@
65DEPDIR = @DEPDIR@
66EXEEXT = @EXEEXT@
67INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
68NETWORK_OBJS = @NETWORK_OBJS@
69OBJEXT = @OBJEXT@
70PACKAGE = @PACKAGE@
71RANLIB = @RANLIB@
72SDL_CFLAGS = @SDL_CFLAGS@
73SDL_CONFIG = @SDL_CONFIG@
74SDL_LIBS = @SDL_LIBS@
75SOUND_OBJS = @SOUND_OBJS@
76VERSION = @VERSION@
77am__include = @am__include@
78am__quote = @am__quote@
79install_sh = @install_sh@
80
81noinst_LIBRARIES = libbase.a
82
83libbase_a_SOURCES = \
84	util.c
85
86
87INCLUDES = \
88	-I$(top_srcdir)/lua/include \
89	-I$(top_srcdir)/nebu/include \
90	-I$(top_srcdir)/src/include
91
92subdir = src/base
93mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94CONFIG_CLEAN_FILES =
95LIBRARIES = $(noinst_LIBRARIES)
96
97libbase_a_AR = $(AR) cru
98libbase_a_LIBADD =
99am_libbase_a_OBJECTS = util.$(OBJEXT)
100libbase_a_OBJECTS = $(am_libbase_a_OBJECTS)
101
102DEFS = @DEFS@
103DEFAULT_INCLUDES =  -I. -I$(srcdir)
104CPPFLAGS = @CPPFLAGS@
105LDFLAGS = @LDFLAGS@
106LIBS = @LIBS@
107depcomp = $(SHELL) $(top_srcdir)/depcomp
108@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/util.Po
109COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
110	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111CCLD = $(CC)
112LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
113CFLAGS = @CFLAGS@
114DIST_SOURCES = $(libbase_a_SOURCES)
115DIST_COMMON = Makefile.am Makefile.in
116SOURCES = $(libbase_a_SOURCES)
117
118all: all-am
119
120.SUFFIXES:
121.SUFFIXES: .c .o .obj
122$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
123	cd $(top_srcdir) && \
124	  $(AUTOMAKE) --foreign  src/base/Makefile
125Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
126	cd $(top_builddir) && \
127	  CONFIG_HEADERS= CONFIG_LINKS= \
128	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
129
130AR = ar
131
132clean-noinstLIBRARIES:
133	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
134libbase.a: $(libbase_a_OBJECTS) $(libbase_a_DEPENDENCIES)
135	-rm -f libbase.a
136	$(libbase_a_AR) libbase.a $(libbase_a_OBJECTS) $(libbase_a_LIBADD)
137	$(RANLIB) libbase.a
138
139mostlyclean-compile:
140	-rm -f *.$(OBJEXT) core *.core
141
142distclean-compile:
143	-rm -f *.tab.c
144
145@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/util.Po@am__quote@
146
147distclean-depend:
148	-rm -rf $(DEPDIR)
149
150.c.o:
151@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
152@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
153@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
154	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
155
156.c.obj:
157@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
158@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
159@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
160	$(COMPILE) -c `cygpath -w $<`
161CCDEPMODE = @CCDEPMODE@
162uninstall-info-am:
163
164tags: TAGS
165
166ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
167	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
168	unique=`for i in $$list; do \
169	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
170	  done | \
171	  $(AWK) '    { files[$$0] = 1; } \
172	       END { for (i in files) print i; }'`; \
173	mkid -fID $$unique $(LISP)
174
175TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
176		$(TAGS_FILES) $(LISP)
177	tags=; \
178	here=`pwd`; \
179	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
180	unique=`for i in $$list; do \
181	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
182	  done | \
183	  $(AWK) '    { files[$$0] = 1; } \
184	       END { for (i in files) print i; }'`; \
185	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
186	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
187
188GTAGS:
189	here=`CDPATH=: && cd $(top_builddir) && pwd` \
190	  && cd $(top_srcdir) \
191	  && gtags -i $(GTAGS_ARGS) $$here
192
193distclean-tags:
194	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
195
196DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
197
198top_distdir = ../..
199distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
200
201distdir: $(DISTFILES)
202	@for file in $(DISTFILES); do \
203	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
204	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
205	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
206	    $(mkinstalldirs) "$(distdir)/$$dir"; \
207	  fi; \
208	  if test -d $$d/$$file; then \
209	    cp -pR $$d/$$file $(distdir) \
210	    || exit 1; \
211	  else \
212	    test -f $(distdir)/$$file \
213	    || cp -p $$d/$$file $(distdir)/$$file \
214	    || exit 1; \
215	  fi; \
216	done
217check-am: all-am
218check: check-am
219all-am: Makefile $(LIBRARIES)
220
221installdirs:
222
223install: install-am
224install-exec: install-exec-am
225install-data: install-data-am
226uninstall: uninstall-am
227
228install-am: all-am
229	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
230
231installcheck: installcheck-am
232install-strip:
233	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
234	  `test -z '$(STRIP)' || \
235	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
236mostlyclean-generic:
237
238clean-generic:
239
240distclean-generic:
241	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
242
243maintainer-clean-generic:
244	@echo "This command is intended for maintainers to use"
245	@echo "it deletes files that may require special tools to rebuild."
246clean: clean-am
247
248clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
249
250distclean: distclean-am
251
252distclean-am: clean-am distclean-compile distclean-depend \
253	distclean-generic distclean-tags
254
255dvi: dvi-am
256
257dvi-am:
258
259info: info-am
260
261info-am:
262
263install-data-am:
264
265install-exec-am:
266
267install-info: install-info-am
268
269install-man:
270
271installcheck-am:
272
273maintainer-clean: maintainer-clean-am
274
275maintainer-clean-am: distclean-am maintainer-clean-generic
276
277mostlyclean: mostlyclean-am
278
279mostlyclean-am: mostlyclean-compile mostlyclean-generic
280
281uninstall-am: uninstall-info-am
282
283.PHONY: GTAGS all all-am check check-am clean clean-generic \
284	clean-noinstLIBRARIES distclean distclean-compile \
285	distclean-depend distclean-generic distclean-tags distdir dvi \
286	dvi-am info info-am install install-am install-data \
287	install-data-am install-exec install-exec-am install-info \
288	install-info-am install-man install-strip installcheck \
289	installcheck-am installdirs maintainer-clean \
290	maintainer-clean-generic mostlyclean mostlyclean-compile \
291	mostlyclean-generic tags uninstall uninstall-am \
292	uninstall-info-am
293
294# Tell versions [3.59,3.63) of GNU make to not export all variables.
295# Otherwise a system limit (for SysV at least) may be exceeded.
296.NOEXPORT:
297