~ubuntu-branches/ubuntu/karmic/photoprint/karmic

« back to all changes in this revision

Viewing changes to imagesource/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Milan Zamazal
  • Date: 2007-05-01 16:32:13 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20070501163213-k0gaendx7grjlmk5
Tags: upstream-0.3.5
ImportĀ upstreamĀ versionĀ 0.3.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
SOURCES = $(libimagesource_la_SOURCES)
18
 
 
19
17
srcdir = @srcdir@
20
18
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
38
36
POST_UNINSTALL = :
39
37
build_triplet = @build@
40
38
host_triplet = @host@
 
39
check_PROGRAMS = test$(EXEEXT)
41
40
subdir = imagesource
42
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
44
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
45
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
46
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
47
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
45
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
49
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(install_sh) -d
 
50
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
48
51
CONFIG_HEADER = $(top_builddir)/config.h
49
52
CONFIG_CLEAN_FILES =
50
53
LTLIBRARIES = $(noinst_LTLIBRARIES)
51
54
libimagesource_la_LIBADD =
52
 
am_libimagesource_la_OBJECTS = imagesource_bilinear.lo \
 
55
am_libimagesource_la_OBJECTS = imagesource.lo imagesource_bilinear.lo \
53
56
        imagesource_bmp.lo imagesource_cms.lo imagesource_crop.lo \
54
 
        imagesource_flatten.lo imagesource_gdkpixbuf.lo \
55
 
        imagesource_gs.lo imagesource_jpeg.lo \
 
57
        imagesource_dither.lo imagesource_desaturate.lo \
 
58
        imagesource_downsample.lo imagesource_flatten.lo \
 
59
        imagesource_gdkpixbuf.lo imagesource_gs.lo imagesource_jpeg.lo \
56
60
        imagesource_lanczossinc.lo imagesource_mask.lo \
57
61
        imagesource_montage.lo imagesource_promote.lo \
58
62
        imagesource_rotate.lo imagesource_scale.lo \
59
 
        imagesource_segmentmask.lo imagesource_tiff.lo \
60
 
        imagesource_util.lo pixbuf_from_imagesource.lo
 
63
        imagesource_segmentmask.lo imagesource_solid.lo \
 
64
        imagesource_tiff.lo imagesource_util.lo \
 
65
        pixbuf_from_imagesource.lo iccjpeg.lo
61
66
libimagesource_la_OBJECTS = $(am_libimagesource_la_OBJECTS)
 
67
am_test_OBJECTS = test.$(OBJEXT)
 
68
test_OBJECTS = $(am_test_OBJECTS)
 
69
am__DEPENDENCIES_1 =
62
70
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
63
71
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
64
72
am__depfiles_maybe = depfiles
78
86
CCLD = $(CC)
79
87
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
80
88
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
81
 
SOURCES = $(libimagesource_la_SOURCES)
82
 
DIST_SOURCES = $(libimagesource_la_SOURCES)
 
89
SOURCES = $(libimagesource_la_SOURCES) $(test_SOURCES)
 
90
DIST_SOURCES = $(libimagesource_la_SOURCES) $(test_SOURCES)
83
91
ETAGS = etags
84
92
CTAGS = ctags
85
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117
125
GETOPT_LIBS = @GETOPT_LIBS@
118
126
GLIB2_CFLAGS = @GLIB2_CFLAGS@
119
127
GLIB2_LIBS = @GLIB2_LIBS@
 
128
GMSGFMT = @GMSGFMT@
120
129
GP_CFLAGS = @GP_CFLAGS@
121
130
GP_LIBS = @GP_LIBS@
122
131
GTK2_CFLAGS = @GTK2_CFLAGS@
125
134
INSTALL_PROGRAM = @INSTALL_PROGRAM@
126
135
INSTALL_SCRIPT = @INSTALL_SCRIPT@
127
136
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
137
INTLLIBS = @INTLLIBS@
 
138
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
128
139
JPEG_LIBS = @JPEG_LIBS@
129
140
LCMS_CFLAGS = @LCMS_CFLAGS@
130
141
LCMS_LIBS = @LCMS_LIBS@
131
142
LDFLAGS = @LDFLAGS@
 
143
LIBICONV = @LIBICONV@
 
144
LIBINTL = @LIBINTL@
132
145
LIBM_LIBS = @LIBM_LIBS@
133
146
LIBOBJS = @LIBOBJS@
134
147
LIBS = @LIBS@
135
148
LIBTOOL = @LIBTOOL@
136
149
LN_S = @LN_S@
 
150
LTLIBICONV = @LTLIBICONV@
 
151
LTLIBINTL = @LTLIBINTL@
137
152
LTLIBOBJS = @LTLIBOBJS@
138
153
MAKEINFO = @MAKEINFO@
 
154
MKINSTALLDIRS = @MKINSTALLDIRS@
 
155
MSGFMT = @MSGFMT@
 
156
MSGMERGE = @MSGMERGE@
139
157
OBJEXT = @OBJEXT@
140
158
PACKAGE = @PACKAGE@
141
159
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146
164
PATH_SEPARATOR = @PATH_SEPARATOR@
147
165
PKG_CONFIG = @PKG_CONFIG@
148
166
PNM_LIBS = @PNM_LIBS@
 
167
POSUB = @POSUB@
149
168
RANLIB = @RANLIB@
150
169
SET_MAKE = @SET_MAKE@
151
170
SHELL = @SHELL@
152
171
STRIP = @STRIP@
153
172
TIFF_LIBS = @TIFF_LIBS@
 
173
USE_NLS = @USE_NLS@
154
174
VERSION = @VERSION@
 
175
XGETTEXT = @XGETTEXT@
155
176
ac_ct_AR = @ac_ct_AR@
156
177
ac_ct_CC = @ac_ct_CC@
157
178
ac_ct_CXX = @ac_ct_CXX@
199
220
AM_CXXFLAGS = -Wall -I../support/ -I../profilemanager/ $(LCMS_CFLAGS) $(GTK2_CFLAGS)
200
221
noinst_LTLIBRARIES = libimagesource.la
201
222
libimagesource_la_SOURCES = \
 
223
        imagesource.cpp         \
202
224
        imagesource.h           \
203
225
        imagesource_types.h     \
204
226
        imagesource_bilinear.cpp        \
209
231
        imagesource_cms.h       \
210
232
        imagesource_crop.cpp    \
211
233
        imagesource_crop.h      \
 
234
        imagesource_dither.cpp  \
 
235
        imagesource_dither.h    \
 
236
        imagesource_desaturate.cpp      \
 
237
        imagesource_desaturate.h        \
 
238
        imagesource_downsample.cpp      \
 
239
        imagesource_downsample.h        \
212
240
        imagesource_flatten.cpp \
213
241
        imagesource_flatten.h   \
214
242
        imagesource_gdkpixbuf.cpp       \
231
259
        imagesource_scale.h     \
232
260
        imagesource_segmentmask.cpp \
233
261
        imagesource_segmentmask.h \
 
262
        imagesource_solid.cpp   \
 
263
        imagesource_solid.h     \
234
264
        imagesource_tiff.cpp    \
235
265
        imagesource_tiff.h      \
236
266
        imagesource_util.cpp    \
237
267
        imagesource_util.h      \
238
268
        pixbuf_from_imagesource.cpp     \
239
 
        pixbuf_from_imagesource.h
 
269
        pixbuf_from_imagesource.h       \
 
270
        iccjpeg.cpp     \
 
271
        iccjpeg.h
240
272
 
241
273
libimagesource_la_LDFLAGS = -static
 
274
test_DEPENDENCIES = libimagesource.la
 
275
test_SOURCES = test.cpp
 
276
test_LDADD = -L. -limagesource -L../support/ -lsupport -L../profilemanager/ -lprofilemanager $(TIFF_LIBS) $(JPEG_LIBS) $(LCMS_LIBS) $(GTK2_LIBS)
242
277
all: all-am
243
278
 
244
279
.SUFFIXES:
284
319
libimagesource.la: $(libimagesource_la_OBJECTS) $(libimagesource_la_DEPENDENCIES) 
285
320
        $(CXXLINK)  $(libimagesource_la_LDFLAGS) $(libimagesource_la_OBJECTS) $(libimagesource_la_LIBADD) $(LIBS)
286
321
 
 
322
clean-checkPROGRAMS:
 
323
        @list='$(check_PROGRAMS)'; for p in $$list; do \
 
324
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
325
          echo " rm -f $$p $$f"; \
 
326
          rm -f $$p $$f ; \
 
327
        done
 
328
test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) 
 
329
        @rm -f test$(EXEEXT)
 
330
        $(CXXLINK) $(test_LDFLAGS) $(test_OBJECTS) $(test_LDADD) $(LIBS)
 
331
 
287
332
mostlyclean-compile:
288
333
        -rm -f *.$(OBJEXT)
289
334
 
290
335
distclean-compile:
291
336
        -rm -f *.tab.c
292
337
 
 
338
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iccjpeg.Plo@am__quote@
 
339
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource.Plo@am__quote@
293
340
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_bilinear.Plo@am__quote@
294
341
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_bmp.Plo@am__quote@
295
342
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_cms.Plo@am__quote@
296
343
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_crop.Plo@am__quote@
 
344
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_desaturate.Plo@am__quote@
 
345
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_dither.Plo@am__quote@
 
346
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_downsample.Plo@am__quote@
297
347
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_flatten.Plo@am__quote@
298
348
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_gdkpixbuf.Plo@am__quote@
299
349
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_gs.Plo@am__quote@
305
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_rotate.Plo@am__quote@
306
356
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_scale.Plo@am__quote@
307
357
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_segmentmask.Plo@am__quote@
 
358
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_solid.Plo@am__quote@
308
359
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_tiff.Plo@am__quote@
309
360
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_util.Plo@am__quote@
310
361
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pixbuf_from_imagesource.Plo@am__quote@
 
362
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
311
363
 
312
364
.cpp.o:
313
365
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
416
468
          fi; \
417
469
        done
418
470
check-am: all-am
 
471
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
419
472
check: check-am
420
473
all-am: Makefile $(LTLIBRARIES)
421
474
installdirs:
445
498
        @echo "it deletes files that may require special tools to rebuild."
446
499
clean: clean-am
447
500
 
448
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
449
 
        mostlyclean-am
 
501
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
 
502
        clean-noinstLTLIBRARIES mostlyclean-am
450
503
 
451
504
distclean: distclean-am
452
505
        -rm -rf ./$(DEPDIR)
494
547
 
495
548
uninstall-am: uninstall-info-am
496
549
 
497
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
498
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
499
 
        distclean-compile distclean-generic distclean-libtool \
500
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
501
 
        install install-am install-data install-data-am install-exec \
502
 
        install-exec-am install-info install-info-am install-man \
503
 
        install-strip installcheck installcheck-am installdirs \
504
 
        maintainer-clean maintainer-clean-generic mostlyclean \
505
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
506
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
507
 
        uninstall-info-am
 
550
.PHONY: CTAGS GTAGS all all-am check check-am clean \
 
551
        clean-checkPROGRAMS clean-generic clean-libtool \
 
552
        clean-noinstLTLIBRARIES ctags distclean distclean-compile \
 
553
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
554
        dvi-am html html-am info info-am install install-am \
 
555
        install-data install-data-am install-exec install-exec-am \
 
556
        install-info install-info-am install-man install-strip \
 
557
        installcheck installcheck-am installdirs maintainer-clean \
 
558
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
559
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
560
        tags uninstall uninstall-am uninstall-info-am
508
561
 
509
562
# Tell versions [3.59,3.63) of GNU make to not export all variables.
510
563
# Otherwise a system limit (for SysV at least) may be exceeded.