1 # Makefile.in generated automatically by automake 1.4 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@
58 HAVE_UNISTD_H = @HAVE_UNISTD_H@
65 pkgdata_DATA = PreLoaderTemplate.swf simple_viewer.swf swft_loader.swf tessel_loader.swf
67 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
69 DATA = $(pkgdata_DATA)
71 DIST_COMMON = Makefile.in
74 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
81 install-pkgdataDATA: $(pkgdata_DATA)
83 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
84 @list='$(pkgdata_DATA)'; for p in $$list; do \
85 if test -f $(srcdir)/$$p; then \
86 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
87 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
88 else if test -f $$p; then \
89 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
90 $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
93 $(LN_S) -f $(DESTDIR)$(pkgdatadir)/simple_viewer.swf $(DESTDIR)$(pkgdatadir)/default_viewer.swf
94 $(LN_S) -f $(DESTDIR)$(pkgdatadir)/tessel_loader.swf $(DESTDIR)$(pkgdatadir)/default_loader.swf
96 uninstall-pkgdataDATA:
98 list='$(pkgdata_DATA)'; for p in $$list; do \
99 rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
101 rm $(DESTDIR)$(pkgdatadir)/default_*.swf
106 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
110 distdir: $(DISTFILES)
111 here=`cd $(top_builddir) && pwd`; \
112 top_distdir=`cd $(top_distdir) && pwd`; \
113 distdir=`cd $(distdir) && pwd`; \
114 @for file in $(DISTFILES); do \
116 if test -d $$d/$$file; then \
117 cp -pr $$d/$$file $(distdir)/$$file; \
119 test -f $(distdir)/$$file \
120 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
121 || cp -p $$d/$$file $(distdir)/$$file || :; \
131 installcheck: installcheck-am
133 install-exec: install-exec-am
135 install-data-am: install-pkgdataDATA
136 install-data: install-data-am
139 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
141 uninstall-am: uninstall-pkgdataDATA
142 uninstall: uninstall-am
143 all-am: Makefile $(DATA)
146 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
148 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
156 -rm -f Makefile $(CONFIG_CLEAN_FILES)
157 -rm -f config.cache config.log
159 maintainer-clean-generic:
160 mostlyclean-am: mostlyclean-generic
162 mostlyclean: mostlyclean-am
164 clean-am: clean-generic mostlyclean-am
168 distclean-am: distclean-generic clean-am
170 distclean: distclean-am
172 maintainer-clean-am: maintainer-clean-generic distclean-am
173 @echo "This command is intended for maintainers to use;"
174 @echo "it deletes files that may require special tools to rebuild."
176 maintainer-clean: maintainer-clean-am
178 .PHONY: uninstall-pkgdataDATA install-pkgdataDATA tags distdir info-am \
179 info dvi-am dvi check check-am installcheck-am installcheck \
180 install-exec-am install-exec install-data-am install-data install-am \
181 install uninstall-am uninstall all-redirect all-am all installdirs \
182 mostlyclean-generic distclean-generic clean-generic \
183 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
186 # Tell versions [3.59,3.63) of GNU make to not export all variables.
187 # Otherwise a system limit (for SysV at least) may be exceeded.