created from simple_viewer.c
[swftools.git] / swfs / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
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.
7
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
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 INSTALL = @INSTALL@
44 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
45 INSTALL_DATA = @INSTALL_DATA@
46 INSTALL_SCRIPT = @INSTALL_SCRIPT@
47 transform = @program_transform_name@
48
49 NORMAL_INSTALL = :
50 PRE_INSTALL = :
51 POST_INSTALL = :
52 NORMAL_UNINSTALL = :
53 PRE_UNINSTALL = :
54 POST_UNINSTALL = :
55 build_alias = @build_alias@
56 build_triplet = @build@
57 host_alias = @host_alias@
58 host_triplet = @host@
59 target_alias = @target_alias@
60 target_triplet = @target@
61 CC = @CC@
62 CPP = @CPP@
63 CXX = @CXX@
64 EXEEXT = @EXEEXT@
65 HAVE_UNISTD_H = @HAVE_UNISTD_H@
66 JPEG2SWF = @JPEG2SWF@
67 LN_S = @LN_S@
68 PACKAGE = @PACKAGE@
69 RANLIB = @RANLIB@
70 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
71 UNCOMPRESS = @UNCOMPRESS@
72 USE_GZIP = @USE_GZIP@
73 VERSION = @VERSION@
74 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
75
76 bin_PROGRAMS = simple_viewer
77 LDADD = 
78 simple_viewer_SOURCES = simple_viewer.c
79 simple_viewer_LDADD = ../lib/rfxswf.o
80 INCLUDES = -I../lib
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
84 CONFIG_CLEAN_FILES = 
85 bin_PROGRAMS =  simple_viewer$(EXEEXT)
86 PROGRAMS =  $(bin_PROGRAMS)
87
88
89 DEFS = @DEFS@ -I. -I$(srcdir) -I..
90 CPPFLAGS = @CPPFLAGS@
91 LDFLAGS = @LDFLAGS@
92 LIBS = @LIBS@
93 simple_viewer_OBJECTS =  simple_viewer.o
94 simple_viewer_DEPENDENCIES =  ../lib/rfxswf.o
95 simple_viewer_LDFLAGS = 
96 CFLAGS = @CFLAGS@
97 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98 CCLD = $(CC)
99 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
100 DATA =  $(pkgdata_DATA)
101
102 DIST_COMMON = Makefile.in
103
104
105 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
107 TAR = tar
108 GZIP_ENV = --best
109 DEP_FILES =  .deps/simple_viewer.P
110 SOURCES = $(simple_viewer_SOURCES)
111 OBJECTS = $(simple_viewer_OBJECTS)
112
113 all: all-redirect
114 .SUFFIXES:
115 .SUFFIXES: .S .c .o .s
116
117 mostlyclean-binPROGRAMS:
118
119 clean-binPROGRAMS:
120         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
121
122 distclean-binPROGRAMS:
123
124 maintainer-clean-binPROGRAMS:
125
126 simple_viewer.swf: simple_viewer
127         echo Calling ./simple_viewer to create simple_viewer.swf
128         ./simple_viewer
129
130 .s.o:
131         $(COMPILE) -c $<
132
133 .S.o:
134         $(COMPILE) -c $<
135
136 mostlyclean-compile:
137         -rm -f *.o core *.core
138
139 clean-compile:
140
141 distclean-compile:
142         -rm -f *.tab.c
143
144 maintainer-clean-compile:
145
146 simple_viewer$(EXEEXT): $(simple_viewer_OBJECTS) $(simple_viewer_DEPENDENCIES)
147         @rm -f simple_viewer$(EXEEXT)
148         $(LINK) $(simple_viewer_LDFLAGS) $(simple_viewer_OBJECTS) $(simple_viewer_LDADD) $(LIBS)
149
150 install-pkgdataDATA: $(pkgdata_DATA)
151         @$(NORMAL_INSTALL)
152         $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
153         @list='$(pkgdata_DATA)'; for p in $$list; do \
154           if test -f $(srcdir)/$$p; then \
155             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
156             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
157           else if test -f $$p; then \
158             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
159             $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
160           fi; fi; \
161         done
162
163 uninstall-pkgdataDATA:
164         @$(NORMAL_UNINSTALL)
165         list='$(pkgdata_DATA)'; for p in $$list; do \
166           rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
167         done
168
169 tags: TAGS
170
171 ID: $(HEADERS) $(SOURCES) $(LISP)
172         list='$(SOURCES) $(HEADERS)'; \
173         unique=`for i in $$list; do echo $$i; done | \
174           awk '    { files[$$0] = 1; } \
175                END { for (i in files) print i; }'`; \
176         here=`pwd` && cd $(srcdir) \
177           && mkid -f$$here/ID $$unique $(LISP)
178
179 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
180         tags=; \
181         here=`pwd`; \
182         list='$(SOURCES) $(HEADERS)'; \
183         unique=`for i in $$list; do echo $$i; done | \
184           awk '    { files[$$0] = 1; } \
185                END { for (i in files) print i; }'`; \
186         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
187           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
188
189 mostlyclean-tags:
190
191 clean-tags:
192
193 distclean-tags:
194         -rm -f TAGS ID
195
196 maintainer-clean-tags:
197
198 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
199
200 subdir = swfs
201
202 distdir: $(DISTFILES)
203         here=`cd $(top_builddir) && pwd`; \
204         top_distdir=`cd $(top_distdir) && pwd`; \
205         distdir=`cd $(distdir) && pwd`; \
206         @for file in $(DISTFILES); do \
207           d=$(srcdir); \
208           if test -d $$d/$$file; then \
209             cp -pr $$d/$$file $(distdir)/$$file; \
210           else \
211             test -f $(distdir)/$$file \
212             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
213             || cp -p $$d/$$file $(distdir)/$$file || :; \
214           fi; \
215         done
216
217 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
218
219 -include $(DEP_FILES)
220
221 mostlyclean-depend:
222
223 clean-depend:
224
225 distclean-depend:
226         -rm -rf .deps
227
228 maintainer-clean-depend:
229
230 %.o: %.c
231         @echo '$(COMPILE) -c $<'; \
232         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
233         @-cp .deps/$(*F).pp .deps/$(*F).P; \
234         tr ' ' '\012' < .deps/$(*F).pp \
235           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
236             >> .deps/$(*F).P; \
237         rm .deps/$(*F).pp
238
239 %.lo: %.c
240         @echo '$(LTCOMPILE) -c $<'; \
241         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
242         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
243           < .deps/$(*F).pp > .deps/$(*F).P; \
244         tr ' ' '\012' < .deps/$(*F).pp \
245           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
246             >> .deps/$(*F).P; \
247         rm -f .deps/$(*F).pp
248 info-am:
249 info: info-am
250 dvi-am:
251 dvi: dvi-am
252 check-am: all-am
253 check: check-am
254 installcheck-am:
255 installcheck: installcheck-am
256
257 install-data-am: install-pkgdataDATA
258 install-data: install-data-am
259
260 install-am: all-am
261         @$(MAKE) $(AM_MAKEFLAGS) install-data-am
262 install: install-am
263 uninstall-am: uninstall-binPROGRAMS uninstall-pkgdataDATA
264 uninstall: uninstall-am
265 all-am: Makefile $(PROGRAMS) $(DATA)
266 all-redirect: all-am
267 install-strip:
268         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
269 installdirs:
270         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir)
271
272
273 mostlyclean-generic:
274
275 clean-generic:
276
277 distclean-generic:
278         -rm -f Makefile $(CONFIG_CLEAN_FILES)
279         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
280
281 maintainer-clean-generic:
282 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
283                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
284
285 mostlyclean: mostlyclean-am
286
287 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
288                 clean-generic mostlyclean-am
289
290 clean: clean-am
291
292 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
293                 distclean-depend distclean-generic clean-am
294
295 distclean: distclean-am
296
297 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
298                 maintainer-clean-compile maintainer-clean-tags \
299                 maintainer-clean-depend maintainer-clean-generic \
300                 distclean-am
301         @echo "This command is intended for maintainers to use;"
302         @echo "it deletes files that may require special tools to rebuild."
303
304 maintainer-clean: maintainer-clean-am
305
306 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
307 maintainer-clean-binPROGRAMS \
308 mostlyclean-compile distclean-compile clean-compile \
309 maintainer-clean-compile uninstall-pkgdataDATA install-pkgdataDATA tags \
310 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
311 distdir mostlyclean-depend distclean-depend clean-depend \
312 maintainer-clean-depend info-am info dvi-am dvi check check-am \
313 installcheck-am installcheck \
314 install-data-am install-data install-am install uninstall-am uninstall \
315 all-redirect all-am all installdirs mostlyclean-generic \
316 distclean-generic clean-generic maintainer-clean-generic clean \
317 mostlyclean distclean maintainer-clean
318
319
320 # Tell versions [3.59,3.63) of GNU make to not export all variables.
321 # Otherwise a system limit (for SysV at least) may be exceeded.
322 .NOEXPORT: