1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
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.
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@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ../../..
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 host_alias = @host_alias@
70 HAVE_DOXYGEN = @HAVE_DOXYGEN@
79 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
80 PYTHON_INCLUDES = @PYTHON_INCLUDES@
81 PYTHON_PLATFORM = @PYTHON_PLATFORM@
82 PYTHON_PREFIX = @PYTHON_PREFIX@
83 PYTHON_VERSION = @PYTHON_VERSION@
88 pkgpyexecdir = @pkgpyexecdir@
89 pkgpythondir = @pkgpythondir@
90 pyexecdir = @pyexecdir@
91 pythondir = @pythondir@
95 lib_LTLIBRARIES = libgdcmjpg.la
97 libgdcmjpg_la_SOURCES = \
106 libgdcmjpgincludedir = $(includedir)
107 libgdcmjpginclude_HEADERS = \
115 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116 CONFIG_HEADER = ../../../src/config.h
118 LTLIBRARIES = $(lib_LTLIBRARIES)
121 DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src
122 CPPFLAGS = @CPPFLAGS@
125 libgdcmjpg_la_LDFLAGS =
126 libgdcmjpg_la_LIBADD =
127 libgdcmjpg_la_OBJECTS = decomp.lo huffd.lo jpegutil.lo mcu.lo \
130 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
134 HEADERS = $(libgdcmjpginclude_HEADERS)
136 DIST_COMMON = README COPYING.LIB ChangeLog Makefile.am Makefile.in
139 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
143 DEP_FILES = .deps/decomp.P .deps/huffd.P .deps/jpegutil.P .deps/mcu.P \
144 .deps/predict.P .deps/read.P
145 SOURCES = $(libgdcmjpg_la_SOURCES)
146 OBJECTS = $(libgdcmjpg_la_OBJECTS)
150 .SUFFIXES: .S .c .lo .o .obj .s
151 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
152 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/jpeg/ljpg/Makefile
154 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
156 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
159 mostlyclean-libLTLIBRARIES:
161 clean-libLTLIBRARIES:
162 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
164 distclean-libLTLIBRARIES:
166 maintainer-clean-libLTLIBRARIES:
168 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
170 $(mkinstalldirs) $(DESTDIR)$(libdir)
171 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
172 if test -f $$p; then \
173 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
174 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
178 uninstall-libLTLIBRARIES:
180 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
181 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
184 # FIXME: We should only use cygpath when building on Windows,
185 # and only if it is available.
187 $(COMPILE) -c `cygpath -w $<`
196 -rm -f *.o core *.core
204 maintainer-clean-compile:
207 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
210 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
220 maintainer-clean-libtool:
222 libgdcmjpg.la: $(libgdcmjpg_la_OBJECTS) $(libgdcmjpg_la_DEPENDENCIES)
223 $(LINK) -rpath $(libdir) $(libgdcmjpg_la_LDFLAGS) $(libgdcmjpg_la_OBJECTS) $(libgdcmjpg_la_LIBADD) $(LIBS)
225 install-libgdcmjpgincludeHEADERS: $(libgdcmjpginclude_HEADERS)
227 $(mkinstalldirs) $(DESTDIR)$(libgdcmjpgincludedir)
228 @list='$(libgdcmjpginclude_HEADERS)'; for p in $$list; do \
229 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
230 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libgdcmjpgincludedir)/$$p"; \
231 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libgdcmjpgincludedir)/$$p; \
234 uninstall-libgdcmjpgincludeHEADERS:
236 list='$(libgdcmjpginclude_HEADERS)'; for p in $$list; do \
237 rm -f $(DESTDIR)$(libgdcmjpgincludedir)/$$p; \
242 ID: $(HEADERS) $(SOURCES) $(LISP)
243 list='$(SOURCES) $(HEADERS)'; \
244 unique=`for i in $$list; do echo $$i; done | \
245 awk ' { files[$$0] = 1; } \
246 END { for (i in files) print i; }'`; \
247 here=`pwd` && cd $(srcdir) \
248 && mkid -f$$here/ID $$unique $(LISP)
250 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
253 list='$(SOURCES) $(HEADERS)'; \
254 unique=`for i in $$list; do echo $$i; done | \
255 awk ' { files[$$0] = 1; } \
256 END { for (i in files) print i; }'`; \
257 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
258 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
267 maintainer-clean-tags:
269 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
271 subdir = src/jpeg/ljpg
273 distdir: $(DISTFILES)
274 here=`cd $(top_builddir) && pwd`; \
275 top_distdir=`cd $(top_distdir) && pwd`; \
276 distdir=`cd $(distdir) && pwd`; \
278 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/jpeg/ljpg/Makefile
279 @for file in $(DISTFILES); do \
281 if test -d $$d/$$file; then \
282 cp -pr $$d/$$file $(distdir)/$$file; \
284 test -f $(distdir)/$$file \
285 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
286 || cp -p $$d/$$file $(distdir)/$$file || :; \
290 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
292 -include $(DEP_FILES)
301 maintainer-clean-depend:
304 @echo '$(COMPILE) -c $<'; \
305 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
306 @-cp .deps/$(*F).pp .deps/$(*F).P; \
307 tr ' ' '\012' < .deps/$(*F).pp \
308 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
313 @echo '$(LTCOMPILE) -c $<'; \
314 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
315 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
316 < .deps/$(*F).pp > .deps/$(*F).P; \
317 tr ' ' '\012' < .deps/$(*F).pp \
318 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
328 installcheck: installcheck-am
329 install-exec-am: install-libLTLIBRARIES
330 install-exec: install-exec-am
332 install-data-am: install-libgdcmjpgincludeHEADERS
333 install-data: install-data-am
336 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338 uninstall-am: uninstall-libLTLIBRARIES \
339 uninstall-libgdcmjpgincludeHEADERS
340 uninstall: uninstall-am
341 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
344 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
346 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(libgdcmjpgincludedir)
354 -rm -f Makefile $(CONFIG_CLEAN_FILES)
355 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
357 maintainer-clean-generic:
358 mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
359 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
362 mostlyclean: mostlyclean-am
364 clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
365 clean-depend clean-generic mostlyclean-am
369 distclean-am: distclean-libLTLIBRARIES distclean-compile \
370 distclean-libtool distclean-tags distclean-depend \
371 distclean-generic clean-am
374 distclean: distclean-am
376 maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
377 maintainer-clean-compile maintainer-clean-libtool \
378 maintainer-clean-tags maintainer-clean-depend \
379 maintainer-clean-generic distclean-am
380 @echo "This command is intended for maintainers to use;"
381 @echo "it deletes files that may require special tools to rebuild."
383 maintainer-clean: maintainer-clean-am
385 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
386 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
387 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
388 distclean-compile clean-compile maintainer-clean-compile \
389 mostlyclean-libtool distclean-libtool clean-libtool \
390 maintainer-clean-libtool uninstall-libgdcmjpgincludeHEADERS \
391 install-libgdcmjpgincludeHEADERS tags mostlyclean-tags distclean-tags \
392 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
393 distclean-depend clean-depend maintainer-clean-depend info-am info \
394 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
395 install-exec install-data-am install-data install-am install \
396 uninstall-am uninstall all-redirect all-am all installdirs \
397 mostlyclean-generic distclean-generic clean-generic \
398 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
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.