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