1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@/swfs
42 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
43 INSTALL_DATA = @INSTALL_DATA@
44 INSTALL_SCRIPT = @INSTALL_SCRIPT@
45 transform = @program_transform_name@
53 build_alias = @build_alias@
54 build_triplet = @build@
55 host_alias = @host_alias@
57 target_alias = @target_alias@
58 target_triplet = @target@
63 HAVE_UNISTD_H = @HAVE_UNISTD_H@
68 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
69 UNCOMPRESS = @UNCOMPRESS@
72 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
74 bin_PROGRAMS = simple_viewer PreLoaderTemplate
76 simple_viewer_SOURCES = simple_viewer.c
77 simple_viewer_LDADD = ../lib/librfxswf.a
78 PreLoaderTemplate_SOURCES = PreLoaderTemplate.c
79 PreLoaderTemplate_LDADD = ../lib/librfxswf.a
81 pkgdata_DATA = simple_viewer.swf PreLoaderTemplate.swf swft_loader.swf tessel_loader.swf
82 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
83 CONFIG_HEADER = ../config.h
85 bin_PROGRAMS = simple_viewer$(EXEEXT) PreLoaderTemplate$(EXEEXT)
86 PROGRAMS = $(bin_PROGRAMS)
89 DEFS = @DEFS@ -I. -I$(srcdir) -I..
93 simple_viewer_OBJECTS = simple_viewer.o
94 simple_viewer_DEPENDENCIES = ../lib/librfxswf.a
95 simple_viewer_LDFLAGS =
96 PreLoaderTemplate_OBJECTS = PreLoaderTemplate.o
97 PreLoaderTemplate_DEPENDENCIES = ../lib/librfxswf.a
98 PreLoaderTemplate_LDFLAGS =
100 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
103 DATA = $(pkgdata_DATA)
105 DIST_COMMON = Makefile.in
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112 DEP_FILES = .deps/simple_viewer.P .deps/PreLoaderTemplate.P
113 SOURCES = $(simple_viewer_SOURCES) $(PreLoaderTemplate_SOURCES)
114 OBJECTS = $(simple_viewer_OBJECTS) $(PreLoaderTemplate_OBJECTS)
118 .SUFFIXES: .S .c .o .s
120 mostlyclean-binPROGRAMS:
123 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
125 distclean-binPROGRAMS:
127 maintainer-clean-binPROGRAMS:
129 simple_viewer.swf: simple_viewer
130 echo Calling ./simple_viewer to create simple_viewer.swf
132 PreLoaderTemplate.swf: PreLoaderTemplate
133 echo Calling ./PreLoaderTemplate to create PreLoaderTemplate.swf
143 -rm -f *.o core *.core
150 maintainer-clean-compile:
152 simple_viewer$(EXEEXT): $(simple_viewer_OBJECTS) $(simple_viewer_DEPENDENCIES)
153 @rm -f simple_viewer$(EXEEXT)
154 $(LINK) $(simple_viewer_LDFLAGS) $(simple_viewer_OBJECTS) $(simple_viewer_LDADD) $(LIBS)
156 PreLoaderTemplate$(EXEEXT): $(PreLoaderTemplate_OBJECTS) $(PreLoaderTemplate_DEPENDENCIES)
157 @rm -f PreLoaderTemplate$(EXEEXT)
158 $(LINK) $(PreLoaderTemplate_LDFLAGS) $(PreLoaderTemplate_OBJECTS) $(PreLoaderTemplate_LDADD) $(LIBS)
160 install-pkgdataDATA: $(pkgdata_DATA)
162 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
163 @list='$(pkgdata_DATA)'; for p in $$list; do \
164 if test -f $(srcdir)/$$p; then \
165 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
166 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
167 else if test -f $$p; then \
168 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
169 $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
172 test -f $(DESTDIR)$(pkgdatadir)/default_viewer.swf || \
173 $(LN_S) $(DESTDIR)$(pkgdatadir)/simple_viewer.swf $(DESTDIR)$(pkgdatadir)/default_viewer.swf; \
174 test -f $(DESTDIR)$(pkgdatadir)/default_loader.swf || \
175 $(LN_S) $(DESTDIR)$(pkgdatadir)/tessel_loader.swf $(DESTDIR)$(pkgdatadir)/default_loader.swf; \
177 uninstall-pkgdataDATA:
179 list='$(pkgdata_DATA)'; for p in $$list; do \
180 rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
182 rm -f $(DESTDIR)$(pkgdatadir)/default_viewer.swf
183 rm -f $(DESTDIR)$(pkgdatadir)/default_loader.swf
187 ID: $(HEADERS) $(SOURCES) $(LISP)
188 list='$(SOURCES) $(HEADERS)'; \
189 unique=`for i in $$list; do echo $$i; done | \
190 awk ' { files[$$0] = 1; } \
191 END { for (i in files) print i; }'`; \
192 here=`pwd` && cd $(srcdir) \
193 && mkid -f$$here/ID $$unique $(LISP)
195 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
198 list='$(SOURCES) $(HEADERS)'; \
199 unique=`for i in $$list; do echo $$i; done | \
200 awk ' { files[$$0] = 1; } \
201 END { for (i in files) print i; }'`; \
202 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
203 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
212 maintainer-clean-tags:
214 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
218 distdir: $(DISTFILES)
219 here=`cd $(top_builddir) && pwd`; \
220 top_distdir=`cd $(top_distdir) && pwd`; \
221 distdir=`cd $(distdir) && pwd`; \
222 @for file in $(DISTFILES); do \
224 if test -d $$d/$$file; then \
225 cp -pr $$d/$$file $(distdir)/$$file; \
227 test -f $(distdir)/$$file \
228 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
229 || cp -p $$d/$$file $(distdir)/$$file || :; \
233 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
235 -include $(DEP_FILES)
244 maintainer-clean-depend:
247 @echo '$(COMPILE) -c $<'; \
248 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
249 @-cp .deps/$(*F).pp .deps/$(*F).P; \
250 tr ' ' '\012' < .deps/$(*F).pp \
251 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
256 @echo '$(LTCOMPILE) -c $<'; \
257 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
258 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
259 < .deps/$(*F).pp > .deps/$(*F).P; \
260 tr ' ' '\012' < .deps/$(*F).pp \
261 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
271 installcheck: installcheck-am
273 install-data-am: install-pkgdataDATA
274 install-data: install-data-am
277 @$(MAKE) $(AM_MAKEFLAGS) install-data-am
279 uninstall-am: uninstall-binPROGRAMS uninstall-pkgdataDATA
280 uninstall: uninstall-am
281 all-am: Makefile $(PROGRAMS) $(DATA)
284 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
286 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir)
294 -rm -f Makefile $(CONFIG_CLEAN_FILES)
295 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
297 maintainer-clean-generic:
298 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
299 mostlyclean-tags mostlyclean-depend mostlyclean-generic
301 mostlyclean: mostlyclean-am
303 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
304 clean-generic mostlyclean-am
308 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
309 distclean-depend distclean-generic clean-am
311 distclean: distclean-am
313 maintainer-clean-am: maintainer-clean-binPROGRAMS \
314 maintainer-clean-compile maintainer-clean-tags \
315 maintainer-clean-depend maintainer-clean-generic \
317 @echo "This command is intended for maintainers to use;"
318 @echo "it deletes files that may require special tools to rebuild."
320 maintainer-clean: maintainer-clean-am
322 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
323 maintainer-clean-binPROGRAMS \
324 mostlyclean-compile distclean-compile clean-compile \
325 maintainer-clean-compile uninstall-pkgdataDATA install-pkgdataDATA tags \
326 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
327 distdir mostlyclean-depend distclean-depend clean-depend \
328 maintainer-clean-depend info-am info dvi-am dvi check check-am \
329 installcheck-am installcheck \
330 install-data-am install-data install-am install uninstall-am uninstall \
331 all-redirect all-am all installdirs mostlyclean-generic \
332 distclean-generic clean-generic maintainer-clean-generic clean \
333 mostlyclean distclean maintainer-clean
336 # Tell versions [3.59,3.63) of GNU make to not export all variables.
337 # Otherwise a system limit (for SysV at least) may be exceeded.