]> Creatis software - gdcm.git/blob - src/jpeg/ljpg/Makefile.in
add the files for 'xmedcon' Jpeg Lossless library
[gdcm.git] / src / jpeg / ljpg / Makefile.in
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
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 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 CPP = @CPP@
65 CXX = @CXX@
66 DLLTOOL = @DLLTOOL@
67 DOXYGEN = @DOXYGEN@
68 ECHO = @ECHO@
69 EXEEXT = @EXEEXT@
70 HAVE_DOXYGEN = @HAVE_DOXYGEN@
71 LIBTOOL = @LIBTOOL@
72 LN_S = @LN_S@
73 MAINT = @MAINT@
74 MAKEINFO = @MAKEINFO@
75 OBJDUMP = @OBJDUMP@
76 OBJEXT = @OBJEXT@
77 PACKAGE = @PACKAGE@
78 PYTHON = @PYTHON@
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@
84 RANLIB = @RANLIB@
85 STRIP = @STRIP@
86 SWIG = @SWIG@
87 VERSION = @VERSION@
88 pkgpyexecdir = @pkgpyexecdir@
89 pkgpythondir = @pkgpythondir@
90 pyexecdir = @pyexecdir@
91 pythondir = @pythondir@
92
93 LTVERSION = 0:1:0
94
95 lib_LTLIBRARIES = libgdcmjpg.la
96
97 libgdcmjpg_la_SOURCES = \
98  decomp.c   \
99  huffd.c    \
100  jpegutil.c \
101  mcu.c      \
102  predict.c  \
103  read.c
104
105
106 libgdcmjpgincludedir = $(includedir)
107 libgdcmjpginclude_HEADERS = \
108  io.h       \
109  jpeg.h     \
110  jpegless.h \
111  mcu.h      \
112  predict.h  \
113  proto.h
114
115 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116 CONFIG_HEADER = ../../../src/config.h
117 CONFIG_CLEAN_FILES = 
118 LTLIBRARIES =  $(lib_LTLIBRARIES)
119
120
121 DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src
122 CPPFLAGS = @CPPFLAGS@
123 LDFLAGS = @LDFLAGS@
124 LIBS = @LIBS@
125 libgdcmjpg_la_LDFLAGS = 
126 libgdcmjpg_la_LIBADD = 
127 libgdcmjpg_la_OBJECTS =  decomp.lo huffd.lo jpegutil.lo mcu.lo \
128 predict.lo read.lo
129 CFLAGS = @CFLAGS@
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)
132 CCLD = $(CC)
133 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
134 HEADERS =  $(libgdcmjpginclude_HEADERS)
135
136 DIST_COMMON =  README COPYING.LIB ChangeLog Makefile.am Makefile.in
137
138
139 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
140
141 TAR = gtar
142 GZIP_ENV = --best
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)
147
148 all: all-redirect
149 .SUFFIXES:
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
153
154 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
155         cd $(top_builddir) \
156           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
157
158
159 mostlyclean-libLTLIBRARIES:
160
161 clean-libLTLIBRARIES:
162         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
163
164 distclean-libLTLIBRARIES:
165
166 maintainer-clean-libLTLIBRARIES:
167
168 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
169         @$(NORMAL_INSTALL)
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; \
175           else :; fi; \
176         done
177
178 uninstall-libLTLIBRARIES:
179         @$(NORMAL_UNINSTALL)
180         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
181           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
182         done
183
184 # FIXME: We should only use cygpath when building on Windows,
185 # and only if it is available.
186 .c.obj:
187         $(COMPILE) -c `cygpath -w $<`
188
189 .s.o:
190         $(COMPILE) -c $<
191
192 .S.o:
193         $(COMPILE) -c $<
194
195 mostlyclean-compile:
196         -rm -f *.o core *.core
197         -rm -f *.$(OBJEXT)
198
199 clean-compile:
200
201 distclean-compile:
202         -rm -f *.tab.c
203
204 maintainer-clean-compile:
205
206 .s.lo:
207         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
208
209 .S.lo:
210         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
211
212 mostlyclean-libtool:
213         -rm -f *.lo
214
215 clean-libtool:
216         -rm -rf .libs _libs
217
218 distclean-libtool:
219
220 maintainer-clean-libtool:
221
222 libgdcmjpg.la: $(libgdcmjpg_la_OBJECTS) $(libgdcmjpg_la_DEPENDENCIES)
223         $(LINK) -rpath $(libdir) $(libgdcmjpg_la_LDFLAGS) $(libgdcmjpg_la_OBJECTS) $(libgdcmjpg_la_LIBADD) $(LIBS)
224
225 install-libgdcmjpgincludeHEADERS: $(libgdcmjpginclude_HEADERS)
226         @$(NORMAL_INSTALL)
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; \
232         done
233
234 uninstall-libgdcmjpgincludeHEADERS:
235         @$(NORMAL_UNINSTALL)
236         list='$(libgdcmjpginclude_HEADERS)'; for p in $$list; do \
237           rm -f $(DESTDIR)$(libgdcmjpgincludedir)/$$p; \
238         done
239
240 tags: TAGS
241
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)
249
250 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
251         tags=; \
252         here=`pwd`; \
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)
259
260 mostlyclean-tags:
261
262 clean-tags:
263
264 distclean-tags:
265         -rm -f TAGS ID
266
267 maintainer-clean-tags:
268
269 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
270
271 subdir = src/jpeg/ljpg
272
273 distdir: $(DISTFILES)
274         here=`cd $(top_builddir) && pwd`; \
275         top_distdir=`cd $(top_distdir) && pwd`; \
276         distdir=`cd $(distdir) && pwd`; \
277         cd $(top_srcdir) \
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 \
280           d=$(srcdir); \
281           if test -d $$d/$$file; then \
282             cp -pr $$d/$$file $(distdir)/$$file; \
283           else \
284             test -f $(distdir)/$$file \
285             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
286             || cp -p $$d/$$file $(distdir)/$$file || :; \
287           fi; \
288         done
289
290 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
291
292 -include $(DEP_FILES)
293
294 mostlyclean-depend:
295
296 clean-depend:
297
298 distclean-depend:
299         -rm -rf .deps
300
301 maintainer-clean-depend:
302
303 %.o: %.c
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/$$/ :/' \
309             >> .deps/$(*F).P; \
310         rm .deps/$(*F).pp
311
312 %.lo: %.c
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/$$/ :/' \
319             >> .deps/$(*F).P; \
320         rm -f .deps/$(*F).pp
321 info-am:
322 info: info-am
323 dvi-am:
324 dvi: dvi-am
325 check-am: all-am
326 check: check-am
327 installcheck-am:
328 installcheck: installcheck-am
329 install-exec-am: install-libLTLIBRARIES
330 install-exec: install-exec-am
331
332 install-data-am: install-libgdcmjpgincludeHEADERS
333 install-data: install-data-am
334
335 install-am: all-am
336         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
337 install: install-am
338 uninstall-am: uninstall-libLTLIBRARIES \
339                 uninstall-libgdcmjpgincludeHEADERS
340 uninstall: uninstall-am
341 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
342 all-redirect: all-am
343 install-strip:
344         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
345 installdirs:
346         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(libgdcmjpgincludedir)
347
348
349 mostlyclean-generic:
350
351 clean-generic:
352
353 distclean-generic:
354         -rm -f Makefile $(CONFIG_CLEAN_FILES)
355         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
356
357 maintainer-clean-generic:
358 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
359                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
360                 mostlyclean-generic
361
362 mostlyclean: mostlyclean-am
363
364 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
365                 clean-depend clean-generic mostlyclean-am
366
367 clean: clean-am
368
369 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
370                 distclean-libtool distclean-tags distclean-depend \
371                 distclean-generic clean-am
372         -rm -f libtool
373
374 distclean: distclean-am
375
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."
382
383 maintainer-clean: maintainer-clean-am
384
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
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: