1# Makefile.in generated by automake 1.7.6 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38host_triplet = @host@
39ACLOCAL = @ACLOCAL@
40AMDEP_FALSE = @AMDEP_FALSE@
41AMDEP_TRUE = @AMDEP_TRUE@
42AMTAR = @AMTAR@
43AUTOCONF = @AUTOCONF@
44AUTOHEADER = @AUTOHEADER@
45AUTOMAKE = @AUTOMAKE@
46AWK = @AWK@
47CC = @CC@
48CCDEPMODE = @CCDEPMODE@
49CFLAGS = @CFLAGS@
50CPP = @CPP@
51CPPFLAGS = @CPPFLAGS@
52CYGPATH_W = @CYGPATH_W@
53DEFS = @DEFS@
54DEPDIR = @DEPDIR@
55ECHO_C = @ECHO_C@
56ECHO_N = @ECHO_N@
57ECHO_T = @ECHO_T@
58EGREP = @EGREP@
59EXEEXT = @EXEEXT@
60INSTALL_DATA = @INSTALL_DATA@
61INSTALL_PROGRAM = @INSTALL_PROGRAM@
62INSTALL_SCRIPT = @INSTALL_SCRIPT@
63INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
64LDFLAGS = @LDFLAGS@
65LIBOBJS = @LIBOBJS@
66LIBS = @LIBS@
67LTLIBOBJS = @LTLIBOBJS@
68MAKEINFO = @MAKEINFO@
69OBJEXT = @OBJEXT@
70PACKAGE = @PACKAGE@
71PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
72PACKAGE_NAME = @PACKAGE_NAME@
73PACKAGE_STRING = @PACKAGE_STRING@
74PACKAGE_TARNAME = @PACKAGE_TARNAME@
75PACKAGE_VERSION = @PACKAGE_VERSION@
76PATH_SEPARATOR = @PATH_SEPARATOR@
77SDL_CFLAGS = @SDL_CFLAGS@
78SDL_CONFIG = @SDL_CONFIG@
79SDL_LIBS = @SDL_LIBS@
80SET_MAKE = @SET_MAKE@
81SHELL = @SHELL@
82STRIP = @STRIP@
83VERSION = @VERSION@
84ac_ct_CC = @ac_ct_CC@
85ac_ct_STRIP = @ac_ct_STRIP@
86am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
87am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
88am__include = @am__include@
89am__leading_dot = @am__leading_dot@
90am__quote = @am__quote@
91bindir = @bindir@
92build = @build@
93build_alias = @build_alias@
94build_cpu = @build_cpu@
95build_os = @build_os@
96build_vendor = @build_vendor@
97datadir = @datadir@
98exec_prefix = @exec_prefix@
99host = @host@
100host_alias = @host_alias@
101host_cpu = @host_cpu@
102host_os = @host_os@
103host_vendor = @host_vendor@
104includedir = @includedir@
105infodir = @infodir@
106install_sh = @install_sh@
107libdir = @libdir@
108libexecdir = @libexecdir@
109localstatedir = @localstatedir@
110mandir = @mandir@
111oldincludedir = @oldincludedir@
112prefix = @prefix@
113program_transform_name = @program_transform_name@
114sbindir = @sbindir@
115sharedstatedir = @sharedstatedir@
116sysconfdir = @sysconfdir@
117target = @target@
118target_alias = @target_alias@
119target_cpu = @target_cpu@
120target_os = @target_os@
121target_vendor = @target_vendor@
122bin_PROGRAMS = torrent
123torrent_SOURCES = torrent.c sound.c sound.h logo.c logo.h gfx.c gfx.h pointer.h pointer.c ShiftyEngine.c ShiftyEngine.h
124subdir = src
125ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
126mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
127CONFIG_CLEAN_FILES =
128bin_PROGRAMS = torrent$(EXEEXT)
129PROGRAMS = $(bin_PROGRAMS)
130
131am_torrent_OBJECTS = torrent.$(OBJEXT) sound.$(OBJEXT) logo.$(OBJEXT) \
132	gfx.$(OBJEXT) pointer.$(OBJEXT) ShiftyEngine.$(OBJEXT)
133torrent_OBJECTS = $(am_torrent_OBJECTS)
134torrent_LDADD = $(LDADD)
135torrent_DEPENDENCIES =
136torrent_LDFLAGS =
137
138DEFAULT_INCLUDES =  -I. -I$(srcdir)
139depcomp = $(SHELL) $(top_srcdir)/depcomp
140am__depfiles_maybe = depfiles
141@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/ShiftyEngine.Po ./$(DEPDIR)/gfx.Po \
142@AMDEP_TRUE@	./$(DEPDIR)/logo.Po ./$(DEPDIR)/pointer.Po \
143@AMDEP_TRUE@	./$(DEPDIR)/sound.Po ./$(DEPDIR)/torrent.Po
144COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
145	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
146CCLD = $(CC)
147LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
148DIST_SOURCES = $(torrent_SOURCES)
149DIST_COMMON = Makefile.am Makefile.in
150SOURCES = $(torrent_SOURCES)
151
152all: all-am
153
154.SUFFIXES:
155.SUFFIXES: .c .o .obj
156$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
157	cd $(top_srcdir) && \
158	  $(AUTOMAKE) --gnu  src/Makefile
159Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
160	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
161binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
162install-binPROGRAMS: $(bin_PROGRAMS)
163	@$(NORMAL_INSTALL)
164	$(mkinstalldirs) $(DESTDIR)$(bindir)
165	@list='$(bin_PROGRAMS)'; for p in $$list; do \
166	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
167	  if test -f $$p \
168	  ; then \
169	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
170	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
171	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
172	  else :; fi; \
173	done
174
175uninstall-binPROGRAMS:
176	@$(NORMAL_UNINSTALL)
177	@list='$(bin_PROGRAMS)'; for p in $$list; do \
178	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
179	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
180	  rm -f $(DESTDIR)$(bindir)/$$f; \
181	done
182
183clean-binPROGRAMS:
184	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
185torrent$(EXEEXT): $(torrent_OBJECTS) $(torrent_DEPENDENCIES)
186	@rm -f torrent$(EXEEXT)
187	$(LINK) $(torrent_LDFLAGS) $(torrent_OBJECTS) $(torrent_LDADD) $(LIBS)
188
189mostlyclean-compile:
190	-rm -f *.$(OBJEXT) core *.core
191
192distclean-compile:
193	-rm -f *.tab.c
194
195@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ShiftyEngine.Po@am__quote@
196@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfx.Po@am__quote@
197@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logo.Po@am__quote@
198@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pointer.Po@am__quote@
199@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sound.Po@am__quote@
200@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/torrent.Po@am__quote@
201
202distclean-depend:
203	-rm -rf ./$(DEPDIR)
204
205.c.o:
206@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
207@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
208@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
209@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
210@am__fastdepCC_TRUE@	fi
211@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
212@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
213@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
214@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
215
216.c.obj:
217@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
218@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
219@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
220@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
221@am__fastdepCC_TRUE@	fi
222@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
223@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
224@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
225@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
226uninstall-info-am:
227
228ETAGS = etags
229ETAGSFLAGS =
230
231CTAGS = ctags
232CTAGSFLAGS =
233
234tags: TAGS
235
236ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
237	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
238	unique=`for i in $$list; do \
239	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
240	  done | \
241	  $(AWK) '    { files[$$0] = 1; } \
242	       END { for (i in files) print i; }'`; \
243	mkid -fID $$unique
244
245TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
246		$(TAGS_FILES) $(LISP)
247	tags=; \
248	here=`pwd`; \
249	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
250	unique=`for i in $$list; do \
251	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
252	  done | \
253	  $(AWK) '    { files[$$0] = 1; } \
254	       END { for (i in files) print i; }'`; \
255	test -z "$(ETAGS_ARGS)$$tags$$unique" \
256	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
257	     $$tags $$unique
258
259ctags: CTAGS
260CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
261		$(TAGS_FILES) $(LISP)
262	tags=; \
263	here=`pwd`; \
264	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
265	unique=`for i in $$list; do \
266	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
267	  done | \
268	  $(AWK) '    { files[$$0] = 1; } \
269	       END { for (i in files) print i; }'`; \
270	test -z "$(CTAGS_ARGS)$$tags$$unique" \
271	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
272	     $$tags $$unique
273
274GTAGS:
275	here=`$(am__cd) $(top_builddir) && pwd` \
276	  && cd $(top_srcdir) \
277	  && gtags -i $(GTAGS_ARGS) $$here
278
279distclean-tags:
280	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
281DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
282
283top_distdir = ..
284distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
285
286distdir: $(DISTFILES)
287	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
288	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
289	list='$(DISTFILES)'; for file in $$list; do \
290	  case $$file in \
291	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
292	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
293	  esac; \
294	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
295	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
296	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
297	    dir="/$$dir"; \
298	    $(mkinstalldirs) "$(distdir)$$dir"; \
299	  else \
300	    dir=''; \
301	  fi; \
302	  if test -d $$d/$$file; then \
303	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
304	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
305	    fi; \
306	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
307	  else \
308	    test -f $(distdir)/$$file \
309	    || cp -p $$d/$$file $(distdir)/$$file \
310	    || exit 1; \
311	  fi; \
312	done
313check-am: all-am
314check: check-am
315all-am: Makefile $(PROGRAMS)
316
317installdirs:
318	$(mkinstalldirs) $(DESTDIR)$(bindir)
319install: install-am
320install-exec: install-exec-am
321install-data: install-data-am
322uninstall: uninstall-am
323
324install-am: all-am
325	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
326
327installcheck: installcheck-am
328install-strip:
329	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
330	  INSTALL_STRIP_FLAG=-s \
331	  `test -z '$(STRIP)' || \
332	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
333mostlyclean-generic:
334
335clean-generic:
336
337distclean-generic:
338	-rm -f Makefile $(CONFIG_CLEAN_FILES)
339
340maintainer-clean-generic:
341	@echo "This command is intended for maintainers to use"
342	@echo "it deletes files that may require special tools to rebuild."
343clean: clean-am
344
345clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
346
347distclean: distclean-am
348
349distclean-am: clean-am distclean-compile distclean-depend \
350	distclean-generic distclean-tags
351
352dvi: dvi-am
353
354dvi-am:
355
356info: info-am
357
358info-am:
359
360install-data-am:
361
362install-exec-am: install-binPROGRAMS
363
364install-info: install-info-am
365
366install-man:
367
368installcheck-am:
369
370maintainer-clean: maintainer-clean-am
371
372maintainer-clean-am: distclean-am maintainer-clean-generic
373
374mostlyclean: mostlyclean-am
375
376mostlyclean-am: mostlyclean-compile mostlyclean-generic
377
378pdf: pdf-am
379
380pdf-am:
381
382ps: ps-am
383
384ps-am:
385
386uninstall-am: uninstall-binPROGRAMS uninstall-info-am
387
388.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
389	clean-generic ctags distclean distclean-compile \
390	distclean-depend distclean-generic distclean-tags distdir dvi \
391	dvi-am info info-am install install-am install-binPROGRAMS \
392	install-data install-data-am install-exec install-exec-am \
393	install-info install-info-am install-man install-strip \
394	installcheck installcheck-am installdirs maintainer-clean \
395	maintainer-clean-generic mostlyclean mostlyclean-compile \
396	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
397	uninstall-am uninstall-binPROGRAMS uninstall-info-am
398
399# Tell versions [3.59,3.63) of GNU make to not export all variables.
400# Otherwise a system limit (for SysV at least) may be exceeded.
401.NOEXPORT:
402