source: trunk/src/3rdparty/libmng/Makefile.in@ 9

Last change on this file since 9 was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 11.6 KB
Line 
1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 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 = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64CPP = @CPP@
65DLLTOOL = @DLLTOOL@
66ECHO = @ECHO@
67EXEEXT = @EXEEXT@
68LIBTOOL = @LIBTOOL@
69LN_S = @LN_S@
70MAKEINFO = @MAKEINFO@
71OBJDUMP = @OBJDUMP@
72OBJEXT = @OBJEXT@
73PACKAGE = @PACKAGE@
74RANLIB = @RANLIB@
75STRIP = @STRIP@
76U = @U@
77VERSION = @VERSION@
78
79AUTOMAKE_OPTIONS = 1.3 foreign no-dependencies
80
81# include the app subdirectories in the distribution
82EXTRA_DIST = makefiles doc contrib Unix
83
84# libmng release @VERSION@
85libmng_la_LDFLAGS = -version-info 1:0:0
86
87lib_LTLIBRARIES = libmng.la
88
89include_HEADERS = libmng.h libmng_conf.h libmng_types.h
90noinst_HEADERS = libmng_chunk_io.h libmng_chunk_prc.h libmng_chunks.h \
91 libmng_cms.h libmng_data.h libmng_display.h libmng_dither.h \
92 libmng_error.h libmng_filter.h libmng_jpeg.h libmng_memory.h \
93 libmng_object_prc.h libmng_objects.h libmng_pixels.h \
94 libmng_read.h libmng_trace.h libmng_write.h libmng_zlib.h
95
96
97libmng_la_SOURCES = libmng_callback_xs.c libmng_chunk_io.c \
98 libmng_chunk_prc.c libmng_chunk_xs.c libmng_cms.c \
99 libmng_display.c libmng_dither.c libmng_error.c \
100 libmng_filter.c libmng_hlapi.c libmng_jpeg.c \
101 libmng_object_prc.c libmng_pixels.c libmng_prop_xs.c \
102 libmng_read.c libmng_trace.c libmng_write.c libmng_zlib.c
103
104ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106CONFIG_CLEAN_FILES =
107LTLIBRARIES = $(lib_LTLIBRARIES)
108
109
110DEFS = @DEFS@ -I. -I$(srcdir)
111CPPFLAGS = @CPPFLAGS@
112LDFLAGS = @LDFLAGS@
113LIBS = @LIBS@
114libmng_la_LIBADD =
115libmng_la_OBJECTS = libmng_callback_xs.lo libmng_chunk_io.lo \
116libmng_chunk_prc.lo libmng_chunk_xs.lo libmng_cms.lo libmng_display.lo \
117libmng_dither.lo libmng_error.lo libmng_filter.lo libmng_hlapi.lo \
118libmng_jpeg.lo libmng_object_prc.lo libmng_pixels.lo libmng_prop_xs.lo \
119libmng_read.lo libmng_trace.lo libmng_write.lo libmng_zlib.lo
120CFLAGS = @CFLAGS@
121COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123CCLD = $(CC)
124LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
125HEADERS = $(include_HEADERS) $(noinst_HEADERS)
126
127DIST_COMMON = README Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
128config.guess config.sub configure configure.in install-sh ltmain.sh \
129missing mkinstalldirs
130
131
132DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
133
134TAR = gtar
135GZIP_ENV = --best
136SOURCES = $(libmng_la_SOURCES)
137OBJECTS = $(libmng_la_OBJECTS)
138
139all: all-redirect
140.SUFFIXES:
141.SUFFIXES: .S .c .lo .o .obj .s
142$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
143 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
144
145Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
146 cd $(top_builddir) \
147 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
148
149$(ACLOCAL_M4): configure.in acinclude.m4
150 cd $(srcdir) && $(ACLOCAL)
151
152config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
153 $(SHELL) ./config.status --recheck
154$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
155 cd $(srcdir) && $(AUTOCONF)
156
157mostlyclean-libLTLIBRARIES:
158
159clean-libLTLIBRARIES:
160 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
161
162distclean-libLTLIBRARIES:
163
164maintainer-clean-libLTLIBRARIES:
165
166install-libLTLIBRARIES: $(lib_LTLIBRARIES)
167 @$(NORMAL_INSTALL)
168 $(mkinstalldirs) $(DESTDIR)$(libdir)
169 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
170 if test -f $$p; then \
171 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
172 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
173 else :; fi; \
174 done
175
176uninstall-libLTLIBRARIES:
177 @$(NORMAL_UNINSTALL)
178 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
179 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
180 done
181
182.c.o:
183 $(COMPILE) -c $<
184
185# FIXME: We should only use cygpath when building on Windows,
186# and only if it is available.
187.c.obj:
188 $(COMPILE) -c `cygpath -w $<`
189
190.s.o:
191 $(COMPILE) -c $<
192
193.S.o:
194 $(COMPILE) -c $<
195
196mostlyclean-compile:
197 -rm -f *.o core *.core
198 -rm -f *.$(OBJEXT)
199
200clean-compile:
201
202distclean-compile:
203 -rm -f *.tab.c
204
205maintainer-clean-compile:
206
207.c.lo:
208 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
209
210.s.lo:
211 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
212
213.S.lo:
214 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
215
216mostlyclean-libtool:
217 -rm -f *.lo
218
219clean-libtool:
220 -rm -rf .libs _libs
221
222distclean-libtool:
223
224maintainer-clean-libtool:
225
226libmng.la: $(libmng_la_OBJECTS) $(libmng_la_DEPENDENCIES)
227 $(LINK) -rpath $(libdir) $(libmng_la_LDFLAGS) $(libmng_la_OBJECTS) $(libmng_la_LIBADD) $(LIBS)
228
229install-includeHEADERS: $(include_HEADERS)
230 @$(NORMAL_INSTALL)
231 $(mkinstalldirs) $(DESTDIR)$(includedir)
232 @list='$(include_HEADERS)'; for p in $$list; do \
233 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
234 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
235 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
236 done
237
238uninstall-includeHEADERS:
239 @$(NORMAL_UNINSTALL)
240 list='$(include_HEADERS)'; for p in $$list; do \
241 rm -f $(DESTDIR)$(includedir)/$$p; \
242 done
243
244tags: TAGS
245
246ID: $(HEADERS) $(SOURCES) $(LISP)
247 list='$(SOURCES) $(HEADERS)'; \
248 unique=`for i in $$list; do echo $$i; done | \
249 awk ' { files[$$0] = 1; } \
250 END { for (i in files) print i; }'`; \
251 here=`pwd` && cd $(srcdir) \
252 && mkid -f$$here/ID $$unique $(LISP)
253
254TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
255 tags=; \
256 here=`pwd`; \
257 list='$(SOURCES) $(HEADERS)'; \
258 unique=`for i in $$list; do echo $$i; done | \
259 awk ' { files[$$0] = 1; } \
260 END { for (i in files) print i; }'`; \
261 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
262 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
263
264mostlyclean-tags:
265
266clean-tags:
267
268distclean-tags:
269 -rm -f TAGS ID
270
271maintainer-clean-tags:
272
273distdir = $(PACKAGE)-$(VERSION)
274top_distdir = $(distdir)
275
276# This target untars the dist file and tries a VPATH configuration. Then
277# it guarantees that the distribution is self-contained by making another
278# tarfile.
279distcheck: dist
280 -rm -rf $(distdir)
281 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
282 mkdir $(distdir)/=build
283 mkdir $(distdir)/=inst
284 dc_install_base=`cd $(distdir)/=inst && pwd`; \
285 cd $(distdir)/=build \
286 && ../configure --srcdir=.. --prefix=$$dc_install_base \
287 && $(MAKE) $(AM_MAKEFLAGS) \
288 && $(MAKE) $(AM_MAKEFLAGS) dvi \
289 && $(MAKE) $(AM_MAKEFLAGS) check \
290 && $(MAKE) $(AM_MAKEFLAGS) install \
291 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
292 && $(MAKE) $(AM_MAKEFLAGS) dist
293 -rm -rf $(distdir)
294 @banner="$(distdir).tar.gz is ready for distribution"; \
295 dashes=`echo "$$banner" | sed s/./=/g`; \
296 echo "$$dashes"; \
297 echo "$$banner"; \
298 echo "$$dashes"
299dist: distdir
300 -chmod -R a+r $(distdir)
301 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
302 -rm -rf $(distdir)
303dist-all: distdir
304 -chmod -R a+r $(distdir)
305 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
306 -rm -rf $(distdir)
307distdir: $(DISTFILES)
308 -rm -rf $(distdir)
309 mkdir $(distdir)
310 -chmod 777 $(distdir)
311 @for file in $(DISTFILES); do \
312 d=$(srcdir); \
313 if test -d $$d/$$file; then \
314 cp -pr $$d/$$file $(distdir)/$$file; \
315 else \
316 test -f $(distdir)/$$file \
317 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
318 || cp -p $$d/$$file $(distdir)/$$file || :; \
319 fi; \
320 done
321info-am:
322info: info-am
323dvi-am:
324dvi: dvi-am
325check-am: all-am
326check: check-am
327installcheck-am:
328installcheck: installcheck-am
329install-exec-am: install-libLTLIBRARIES
330install-exec: install-exec-am
331
332install-data-am: install-includeHEADERS
333install-data: install-data-am
334
335install-am: all-am
336 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
337install: install-am
338uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS
339uninstall: uninstall-am
340all-am: Makefile $(LTLIBRARIES) $(HEADERS)
341all-redirect: all-am
342install-strip:
343 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
344installdirs:
345 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
346
347
348mostlyclean-generic:
349
350clean-generic:
351
352distclean-generic:
353 -rm -f Makefile $(CONFIG_CLEAN_FILES)
354 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
355
356maintainer-clean-generic:
357mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
358 mostlyclean-libtool mostlyclean-tags \
359 mostlyclean-generic
360
361mostlyclean: mostlyclean-am
362
363clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
364 clean-generic mostlyclean-am
365
366clean: clean-am
367
368distclean-am: distclean-libLTLIBRARIES distclean-compile \
369 distclean-libtool distclean-tags distclean-generic \
370 clean-am
371 -rm -f libtool
372
373distclean: distclean-am
374 -rm -f config.status
375
376maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
377 maintainer-clean-compile maintainer-clean-libtool \
378 maintainer-clean-tags maintainer-clean-generic \
379 distclean-am
380 @echo "This command is intended for maintainers to use;"
381 @echo "it deletes files that may require special tools to rebuild."
382
383maintainer-clean: maintainer-clean-am
384 -rm -f config.status
385
386.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
387clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
388uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
389distclean-compile clean-compile maintainer-clean-compile \
390mostlyclean-libtool distclean-libtool clean-libtool \
391maintainer-clean-libtool uninstall-includeHEADERS \
392install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
393maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
394installcheck-am installcheck install-exec-am install-exec \
395install-data-am install-data install-am install uninstall-am uninstall \
396all-redirect all-am all installdirs mostlyclean-generic \
397distclean-generic clean-generic maintainer-clean-generic clean \
398mostlyclean distclean maintainer-clean
399
400
401# Tell versions [3.59,3.63) of GNU make to not export all variables.
402# Otherwise a system limit (for SysV at least) may be exceeded.
403.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.