1# Makefile.in generated automatically by automake 1.4 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60AALIB_CFLAGS = @AALIB_CFLAGS@
61AALIB_CONFIG = @AALIB_CONFIG@
62AALIB_LIBS = @AALIB_LIBS@
63CC = @CC@
64MAKEINFO = @MAKEINFO@
65PACKAGE = @PACKAGE@
66VERSION = @VERSION@
67
68bin_PROGRAMS = aview aaflip
69aview_SOURCES = image.c main.c shrink.c ui.c
70aaflip_SOURCES = flip.c general.c
71bin_SCRIPTS = asciiview
72man_MANS = aview.1 asciiview.1
73EXTRA_DIST = fli.h general.h shrink.h ui.h TODO README.flip ANNOUNCE aview.lsm image.h aview.1 asciiview.1 asciiview
74ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76CONFIG_HEADER = config.h
77CONFIG_CLEAN_FILES =
78PROGRAMS =  $(bin_PROGRAMS)
79
80
81DEFS = @DEFS@ -I. -I$(srcdir) -I.
82CPPFLAGS = @CPPFLAGS@
83LDFLAGS = @LDFLAGS@
84LIBS = @LIBS@
85aview_OBJECTS =  image.o main.o shrink.o ui.o
86aview_LDADD = $(LDADD)
87aview_DEPENDENCIES =
88aview_LDFLAGS =
89aaflip_OBJECTS =  flip.o general.o
90aaflip_LDADD = $(LDADD)
91aaflip_DEPENDENCIES =
92aaflip_LDFLAGS =
93SCRIPTS =  $(bin_SCRIPTS)
94
95CFLAGS = @CFLAGS@
96COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97CCLD = $(CC)
98LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
99man1dir = $(mandir)/man1
100MANS = $(man_MANS)
101
102NROFF = nroff
103DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
104Makefile.am Makefile.in NEWS TODO aclocal.m4 config.h.in configure \
105configure.in install-sh missing mkinstalldirs
106
107
108DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110TAR = tar
111GZIP_ENV = --best
112SOURCES = $(aview_SOURCES) $(aaflip_SOURCES)
113OBJECTS = $(aview_OBJECTS) $(aaflip_OBJECTS)
114
115all: all-redirect
116.SUFFIXES:
117.SUFFIXES: .S .c .o .s
118$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
119	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
120
121Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
122	cd $(top_builddir) \
123	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
124
125$(ACLOCAL_M4):  configure.in
126	cd $(srcdir) && $(ACLOCAL)
127
128config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
129	$(SHELL) ./config.status --recheck
130$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
131	cd $(srcdir) && $(AUTOCONF)
132
133config.h: stamp-h
134	@if test ! -f $@; then \
135		rm -f stamp-h; \
136		$(MAKE) stamp-h; \
137	else :; fi
138stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
139	cd $(top_builddir) \
140	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
141	     $(SHELL) ./config.status
142	@echo timestamp > stamp-h 2> /dev/null
143$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
144	@if test ! -f $@; then \
145		rm -f $(srcdir)/stamp-h.in; \
146		$(MAKE) $(srcdir)/stamp-h.in; \
147	else :; fi
148$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
149	cd $(top_srcdir) && $(AUTOHEADER)
150	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
151
152mostlyclean-hdr:
153
154clean-hdr:
155
156distclean-hdr:
157	-rm -f config.h
158
159maintainer-clean-hdr:
160
161mostlyclean-binPROGRAMS:
162
163clean-binPROGRAMS:
164	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
165
166distclean-binPROGRAMS:
167
168maintainer-clean-binPROGRAMS:
169
170install-binPROGRAMS: $(bin_PROGRAMS)
171	@$(NORMAL_INSTALL)
172	$(mkinstalldirs) $(DESTDIR)$(bindir)
173	@list='$(bin_PROGRAMS)'; for p in $$list; do \
174	  if test -f $$p; then \
175	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
176	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
177	  else :; fi; \
178	done
179
180uninstall-binPROGRAMS:
181	@$(NORMAL_UNINSTALL)
182	list='$(bin_PROGRAMS)'; for p in $$list; do \
183	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
184	done
185
186.c.o:
187	$(COMPILE) -c $<
188
189.s.o:
190	$(COMPILE) -c $<
191
192.S.o:
193	$(COMPILE) -c $<
194
195mostlyclean-compile:
196	-rm -f *.o core *.core
197
198clean-compile:
199
200distclean-compile:
201	-rm -f *.tab.c
202
203maintainer-clean-compile:
204
205aview: $(aview_OBJECTS) $(aview_DEPENDENCIES)
206	@rm -f aview
207	$(LINK) $(aview_LDFLAGS) $(aview_OBJECTS) $(aview_LDADD) $(LIBS)
208
209aaflip: $(aaflip_OBJECTS) $(aaflip_DEPENDENCIES)
210	@rm -f aaflip
211	$(LINK) $(aaflip_LDFLAGS) $(aaflip_OBJECTS) $(aaflip_LDADD) $(LIBS)
212
213install-binSCRIPTS: $(bin_SCRIPTS)
214	@$(NORMAL_INSTALL)
215	$(mkinstalldirs) $(DESTDIR)$(bindir)
216	@list='$(bin_SCRIPTS)'; for p in $$list; do \
217	  if test -f $$p; then \
218	    echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
219	    $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
220	  else if test -f $(srcdir)/$$p; then \
221	    echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
222	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
223	  else :; fi; fi; \
224	done
225
226uninstall-binSCRIPTS:
227	@$(NORMAL_UNINSTALL)
228	list='$(bin_SCRIPTS)'; for p in $$list; do \
229	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
230	done
231
232install-man1:
233	$(mkinstalldirs) $(DESTDIR)$(man1dir)
234	@list='$(man1_MANS)'; \
235	l2='$(man_MANS)'; for i in $$l2; do \
236	  case "$$i" in \
237	    *.1*) list="$$list $$i" ;; \
238	  esac; \
239	done; \
240	for i in $$list; do \
241	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
242	  else file=$$i; fi; \
243	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
244	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
245	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
246	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
247	  $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
248	done
249
250uninstall-man1:
251	@list='$(man1_MANS)'; \
252	l2='$(man_MANS)'; for i in $$l2; do \
253	  case "$$i" in \
254	    *.1*) list="$$list $$i" ;; \
255	  esac; \
256	done; \
257	for i in $$list; do \
258	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
259	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
260	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
261	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
262	  rm -f $(DESTDIR)$(man1dir)/$$inst; \
263	done
264install-man: $(MANS)
265	@$(NORMAL_INSTALL)
266	$(MAKE) $(AM_MAKEFLAGS) install-man1
267uninstall-man:
268	@$(NORMAL_UNINSTALL)
269	$(MAKE) $(AM_MAKEFLAGS) uninstall-man1
270
271tags: TAGS
272
273ID: $(HEADERS) $(SOURCES) $(LISP)
274	list='$(SOURCES) $(HEADERS)'; \
275	unique=`for i in $$list; do echo $$i; done | \
276	  awk '    { files[$$0] = 1; } \
277	       END { for (i in files) print i; }'`; \
278	here=`pwd` && cd $(srcdir) \
279	  && mkid -f$$here/ID $$unique $(LISP)
280
281TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
282	tags=; \
283	here=`pwd`; \
284	list='$(SOURCES) $(HEADERS)'; \
285	unique=`for i in $$list; do echo $$i; done | \
286	  awk '    { files[$$0] = 1; } \
287	       END { for (i in files) print i; }'`; \
288	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
289	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
290
291mostlyclean-tags:
292
293clean-tags:
294
295distclean-tags:
296	-rm -f TAGS ID
297
298maintainer-clean-tags:
299
300distdir = $(PACKAGE)-$(VERSION)
301top_distdir = $(distdir)
302
303# This target untars the dist file and tries a VPATH configuration.  Then
304# it guarantees that the distribution is self-contained by making another
305# tarfile.
306distcheck: dist
307	-rm -rf $(distdir)
308	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
309	mkdir $(distdir)/=build
310	mkdir $(distdir)/=inst
311	dc_install_base=`cd $(distdir)/=inst && pwd`; \
312	cd $(distdir)/=build \
313	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
314	  && $(MAKE) $(AM_MAKEFLAGS) \
315	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
316	  && $(MAKE) $(AM_MAKEFLAGS) check \
317	  && $(MAKE) $(AM_MAKEFLAGS) install \
318	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
319	  && $(MAKE) $(AM_MAKEFLAGS) dist
320	-rm -rf $(distdir)
321	@banner="$(distdir).tar.gz is ready for distribution"; \
322	dashes=`echo "$$banner" | sed s/./=/g`; \
323	echo "$$dashes"; \
324	echo "$$banner"; \
325	echo "$$dashes"
326dist: distdir
327	-chmod -R a+r $(distdir)
328	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
329	-rm -rf $(distdir)
330dist-all: distdir
331	-chmod -R a+r $(distdir)
332	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
333	-rm -rf $(distdir)
334distdir: $(DISTFILES)
335	-rm -rf $(distdir)
336	mkdir $(distdir)
337	-chmod 777 $(distdir)
338	@for file in $(DISTFILES); do \
339	  d=$(srcdir); \
340	  if test -d $$d/$$file; then \
341	    cp -pr $$d/$$file $(distdir)/$$file; \
342	  else \
343	    test -f $(distdir)/$$file \
344	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
345	    || cp -p $$d/$$file $(distdir)/$$file || :; \
346	  fi; \
347	done
348flip.o: flip.c general.h fli.h
349general.o: general.c general.h
350image.o: image.c config.h
351main.o: main.c image.h ui.h config.h
352shrink.o: shrink.c image.h shrink.h
353ui.o: ui.c shrink.h image.h
354
355info-am:
356info: info-am
357dvi-am:
358dvi: dvi-am
359check-am: all-am
360check: check-am
361installcheck-am:
362installcheck: installcheck-am
363all-recursive-am: config.h
364	$(MAKE) $(AM_MAKEFLAGS) all-recursive
365
366install-exec-am: install-binPROGRAMS install-binSCRIPTS
367install-exec: install-exec-am
368
369install-data-am: install-man
370install-data: install-data-am
371
372install-am: all-am
373	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
374install: install-am
375uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS uninstall-man
376uninstall: uninstall-am
377all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) config.h
378all-redirect: all-am
379install-strip:
380	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
381installdirs:
382	$(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) \
383		$(DESTDIR)$(mandir)/man1
384
385
386mostlyclean-generic:
387
388clean-generic:
389
390distclean-generic:
391	-rm -f Makefile $(CONFIG_CLEAN_FILES)
392	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
393
394maintainer-clean-generic:
395mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
396		mostlyclean-compile mostlyclean-tags \
397		mostlyclean-generic
398
399mostlyclean: mostlyclean-am
400
401clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
402		clean-generic mostlyclean-am
403
404clean: clean-am
405
406distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
407		distclean-tags distclean-generic clean-am
408
409distclean: distclean-am
410	-rm -f config.status
411
412maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
413		maintainer-clean-compile maintainer-clean-tags \
414		maintainer-clean-generic distclean-am
415	@echo "This command is intended for maintainers to use;"
416	@echo "it deletes files that may require special tools to rebuild."
417
418maintainer-clean: maintainer-clean-am
419	-rm -f config.status
420
421.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
422mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
423maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
424mostlyclean-compile distclean-compile clean-compile \
425maintainer-clean-compile uninstall-binSCRIPTS install-binSCRIPTS \
426install-man1 uninstall-man1 install-man uninstall-man tags \
427mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
428distdir info-am info dvi-am dvi check check-am installcheck-am \
429installcheck all-recursive-am install-exec-am install-exec \
430install-data-am install-data install-am install uninstall-am uninstall \
431all-redirect all-am all installdirs mostlyclean-generic \
432distclean-generic clean-generic maintainer-clean-generic clean \
433mostlyclean distclean maintainer-clean
434
435
436# Tell versions [3.59,3.63) of GNU make to not export all variables.
437# Otherwise a system limit (for SysV at least) may be exceeded.
438.NOEXPORT:
439