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@
62 HAVE_UNISTD_H = @HAVE_UNISTD_H@
67 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
68 UNCOMPRESS = @UNCOMPRESS@
71 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
73 bin_PROGRAMS = simple_viewer PreLoaderTemplate
75 simple_viewer_SOURCES = simple_viewer.c
76 simple_viewer_LDADD = ../lib/librfxswf.a
77 PreLoaderTemplate_SOURCES = PreLoaderTemplate.c
78 PreLoaderTemplate_LDADD = ../lib/librfxswf.a
80 pkgdata_DATA = simple_viewer.swf PreLoaderTemplate.swf swft_loader.swf tessel_loader.swf
81 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82 CONFIG_HEADER = ../config.h
84 bin_PROGRAMS = simple_viewer$(EXEEXT) PreLoaderTemplate$(EXEEXT)
85 PROGRAMS = $(bin_PROGRAMS)
88 DEFS = @DEFS@ -I. -I$(srcdir) -I..
92 simple_viewer_OBJECTS = simple_viewer.o
93 simple_viewer_DEPENDENCIES = ../lib/librfxswf.a
94 simple_viewer_LDFLAGS =
95 PreLoaderTemplate_OBJECTS = PreLoaderTemplate.o
96 PreLoaderTemplate_DEPENDENCIES = ../lib/librfxswf.a
97 PreLoaderTemplate_LDFLAGS =
99 CC = @CC@ $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
102 DATA = $(pkgdata_DATA)
104 DIST_COMMON = Makefile.in
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111 DEP_FILES = .deps/simple_viewer.P .deps/PreLoaderTemplate.P
112 SOURCES = $(simple_viewer_SOURCES) $(PreLoaderTemplate_SOURCES)
113 OBJECTS = $(simple_viewer_OBJECTS) $(PreLoaderTemplate_OBJECTS)
117 .SUFFIXES: .S .c .o .s
119 mostlyclean-binPROGRAMS:
122 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
124 distclean-binPROGRAMS:
126 simple_viewer.swf: simple_viewer
127 echo Calling ./simple_viewer to create simple_viewer.swf
129 PreLoaderTemplate.swf: PreLoaderTemplate
130 echo Calling ./PreLoaderTemplate to create PreLoaderTemplate.swf
140 -rm -f *.o core *.core
147 simple_viewer$(EXEEXT): $(simple_viewer_OBJECTS) $(simple_viewer_DEPENDENCIES)
148 @rm -f simple_viewer$(EXEEXT)
149 $(LINK) $(simple_viewer_LDFLAGS) $(simple_viewer_OBJECTS) $(simple_viewer_LDADD) $(LIBS)
151 PreLoaderTemplate$(EXEEXT): $(PreLoaderTemplate_OBJECTS) $(PreLoaderTemplate_DEPENDENCIES)
152 @rm -f PreLoaderTemplate$(EXEEXT)
153 $(LINK) $(PreLoaderTemplate_LDFLAGS) $(PreLoaderTemplate_OBJECTS) $(PreLoaderTemplate_LDADD) $(LIBS)
155 install-pkgdataDATA: $(pkgdata_DATA)
157 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
158 @list='$(pkgdata_DATA)'; for p in $$list; do \
159 if test -f $(srcdir)/$$p; then \
160 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
161 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
162 else if test -f $$p; then \
163 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
164 $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
167 test -f $(DESTDIR)$(pkgdatadir)/default_viewer.swf || \
168 $(LN_S) $(DESTDIR)$(pkgdatadir)/simple_viewer.swf $(DESTDIR)$(pkgdatadir)/default_viewer.swf; \
169 test -f $(DESTDIR)$(pkgdatadir)/default_loader.swf || \
170 $(LN_S) $(DESTDIR)$(pkgdatadir)/tessel_loader.swf $(DESTDIR)$(pkgdatadir)/default_loader.swf; \
172 uninstall-binPROGRAMS:
174 uninstall-pkgdataDATA:
176 list='$(pkgdata_DATA)'; for p in $$list; do \
177 rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
179 rm -f $(DESTDIR)$(pkgdatadir)/default_viewer.swf
180 rm -f $(DESTDIR)$(pkgdatadir)/default_loader.swf
184 ID: $(HEADERS) $(SOURCES) $(LISP)
185 list='$(SOURCES) $(HEADERS)'; \
186 unique=`for i in $$list; do echo $$i; done | \
187 awk ' { files[$$0] = 1; } \
188 END { for (i in files) print i; }'`; \
189 here=`pwd` && cd $(srcdir) \
190 && mkid -f$$here/ID $$unique $(LISP)
192 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
195 list='$(SOURCES) $(HEADERS)'; \
196 unique=`for i in $$list; do echo $$i; done | \
197 awk ' { files[$$0] = 1; } \
198 END { for (i in files) print i; }'`; \
199 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
200 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
209 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
213 distdir: $(DISTFILES)
214 here=`cd $(top_builddir) && pwd`; \
215 top_distdir=`cd $(top_distdir) && pwd`; \
216 distdir=`cd $(distdir) && pwd`; \
217 @for file in $(DISTFILES); do \
219 if test -d $$d/$$file; then \
220 cp -pr $$d/$$file $(distdir)/$$file; \
222 test -f $(distdir)/$$file \
223 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
224 || cp -p $$d/$$file $(distdir)/$$file || :; \
228 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
238 @echo '$(CC) -c $<'; \
239 $(CC) -Wp,-MD,.deps/$(*F).pp -c $<
240 @-cp .deps/$(*F).pp .deps/$(*F).P; \
241 tr ' ' '\012' < .deps/$(*F).pp \
242 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
253 installcheck: installcheck-am
255 install-data-am: install-pkgdataDATA
256 install-data: install-data-am
259 @$(MAKE) $(AM_MAKEFLAGS) install-data-am
261 uninstall-am: uninstall-binPROGRAMS uninstall-pkgdataDATA
262 uninstall: uninstall-am
263 all-am: Makefile $(PROGRAMS) $(DATA)
266 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
268 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir)
276 -rm -f Makefile $(CONFIG_CLEAN_FILES)
277 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
279 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
280 mostlyclean-tags mostlyclean-depend mostlyclean-generic
282 mostlyclean: mostlyclean-am
284 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
285 clean-generic mostlyclean-am
289 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
290 distclean-depend distclean-generic clean-am
292 distclean: distclean-am
294 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
295 maintainer-clean-binPROGRAMS \
296 mostlyclean-compile distclean-compile clean-compile \
297 maintainer-clean-compile uninstall-pkgdataDATA install-pkgdataDATA tags \
298 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
299 distdir mostlyclean-depend distclean-depend clean-depend \
300 maintainer-clean-depend info-am info dvi-am dvi check check-am \
301 installcheck-am installcheck \
302 install-data-am install-data install-am install uninstall-am uninstall \
303 all-redirect all-am all installdirs mostlyclean-generic \
304 distclean-generic clean-generic maintainer-clean-generic clean \
305 mostlyclean distclean maintainer-clean
308 # Tell versions [3.59,3.63) of GNU make to not export all variables.
309 # Otherwise a system limit (for SysV at least) may be exceeded.