~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
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501163213-ni1933khtg9fdvn5
Tags: 0.3.5-2
Move to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
POST_UNINSTALL = :
37
37
build_triplet = @build@
38
38
host_triplet = @host@
 
39
check_PROGRAMS = test$(EXEEXT)
39
40
subdir = imagesource
40
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
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
43
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
49
        $(ACLOCAL_M4)
45
 
mkinstalldirs = $(install_sh) -d
 
50
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
46
51
CONFIG_HEADER = $(top_builddir)/config.h
47
52
CONFIG_CLEAN_FILES =
48
53
LTLIBRARIES = $(noinst_LTLIBRARIES)
49
54
libimagesource_la_LIBADD =
50
 
am_libimagesource_la_OBJECTS = imagesource_bilinear.lo \
 
55
am_libimagesource_la_OBJECTS = imagesource.lo imagesource_bilinear.lo \
51
56
        imagesource_bmp.lo imagesource_cms.lo imagesource_crop.lo \
52
 
        imagesource_flatten.lo imagesource_gdkpixbuf.lo \
53
 
        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 \
54
60
        imagesource_lanczossinc.lo imagesource_mask.lo \
55
61
        imagesource_montage.lo imagesource_promote.lo \
56
62
        imagesource_rotate.lo imagesource_scale.lo \
57
 
        imagesource_segmentmask.lo imagesource_tiff.lo \
58
 
        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
59
66
libimagesource_la_OBJECTS = $(am_libimagesource_la_OBJECTS)
 
67
am_test_OBJECTS = test.$(OBJEXT)
 
68
test_OBJECTS = $(am_test_OBJECTS)
 
69
am__DEPENDENCIES_1 =
60
70
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
61
71
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
62
72
am__depfiles_maybe = depfiles
76
86
CCLD = $(CC)
77
87
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
78
88
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
79
 
SOURCES = $(libimagesource_la_SOURCES)
80
 
DIST_SOURCES = $(libimagesource_la_SOURCES)
 
89
SOURCES = $(libimagesource_la_SOURCES) $(test_SOURCES)
 
90
DIST_SOURCES = $(libimagesource_la_SOURCES) $(test_SOURCES)
81
91
ETAGS = etags
82
92
CTAGS = ctags
83
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115
125
GETOPT_LIBS = @GETOPT_LIBS@
116
126
GLIB2_CFLAGS = @GLIB2_CFLAGS@
117
127
GLIB2_LIBS = @GLIB2_LIBS@
 
128
GMSGFMT = @GMSGFMT@
118
129
GP_CFLAGS = @GP_CFLAGS@
119
130
GP_LIBS = @GP_LIBS@
120
 
GREP = @GREP@
121
131
GTK2_CFLAGS = @GTK2_CFLAGS@
122
132
GTK2_LIBS = @GTK2_LIBS@
123
133
INSTALL_DATA = @INSTALL_DATA@
124
134
INSTALL_PROGRAM = @INSTALL_PROGRAM@
125
135
INSTALL_SCRIPT = @INSTALL_SCRIPT@
126
136
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
137
INTLLIBS = @INTLLIBS@
 
138
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
127
139
JPEG_LIBS = @JPEG_LIBS@
128
140
LCMS_CFLAGS = @LCMS_CFLAGS@
129
141
LCMS_LIBS = @LCMS_LIBS@
130
142
LDFLAGS = @LDFLAGS@
 
143
LIBICONV = @LIBICONV@
 
144
LIBINTL = @LIBINTL@
131
145
LIBM_LIBS = @LIBM_LIBS@
132
146
LIBOBJS = @LIBOBJS@
133
147
LIBS = @LIBS@
134
148
LIBTOOL = @LIBTOOL@
135
149
LN_S = @LN_S@
 
150
LTLIBICONV = @LTLIBICONV@
 
151
LTLIBINTL = @LTLIBINTL@
136
152
LTLIBOBJS = @LTLIBOBJS@
137
153
MAKEINFO = @MAKEINFO@
 
154
MKINSTALLDIRS = @MKINSTALLDIRS@
 
155
MSGFMT = @MSGFMT@
 
156
MSGMERGE = @MSGMERGE@
138
157
OBJEXT = @OBJEXT@
139
158
PACKAGE = @PACKAGE@
140
159
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145
164
PATH_SEPARATOR = @PATH_SEPARATOR@
146
165
PKG_CONFIG = @PKG_CONFIG@
147
166
PNM_LIBS = @PNM_LIBS@
 
167
POSUB = @POSUB@
148
168
RANLIB = @RANLIB@
149
169
SET_MAKE = @SET_MAKE@
150
170
SHELL = @SHELL@
151
171
STRIP = @STRIP@
152
172
TIFF_LIBS = @TIFF_LIBS@
 
173
USE_NLS = @USE_NLS@
153
174
VERSION = @VERSION@
 
175
XGETTEXT = @XGETTEXT@
 
176
ac_ct_AR = @ac_ct_AR@
154
177
ac_ct_CC = @ac_ct_CC@
155
178
ac_ct_CXX = @ac_ct_CXX@
156
179
ac_ct_F77 = @ac_ct_F77@
 
180
ac_ct_RANLIB = @ac_ct_RANLIB@
 
181
ac_ct_STRIP = @ac_ct_STRIP@
 
182
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
157
183
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
158
184
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
159
185
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
170
196
build_os = @build_os@
171
197
build_vendor = @build_vendor@
172
198
datadir = @datadir@
173
 
datarootdir = @datarootdir@
174
 
docdir = @docdir@
175
 
dvidir = @dvidir@
176
199
exec_prefix = @exec_prefix@
177
200
host = @host@
178
201
host_alias = @host_alias@
179
202
host_cpu = @host_cpu@
180
203
host_os = @host_os@
181
204
host_vendor = @host_vendor@
182
 
htmldir = @htmldir@
183
205
includedir = @includedir@
184
206
infodir = @infodir@
185
207
install_sh = @install_sh@
186
208
libdir = @libdir@
187
209
libexecdir = @libexecdir@
188
 
localedir = @localedir@
189
210
localstatedir = @localstatedir@
190
211
mandir = @mandir@
191
212
mkdir_p = @mkdir_p@
192
213
oldincludedir = @oldincludedir@
193
 
pdfdir = @pdfdir@
194
214
prefix = @prefix@
195
215
program_transform_name = @program_transform_name@
196
 
psdir = @psdir@
197
216
sbindir = @sbindir@
198
217
sharedstatedir = @sharedstatedir@
199
218
sysconfdir = @sysconfdir@
201
220
AM_CXXFLAGS = -Wall -I../support/ -I../profilemanager/ $(LCMS_CFLAGS) $(GTK2_CFLAGS)
202
221
noinst_LTLIBRARIES = libimagesource.la
203
222
libimagesource_la_SOURCES = \
 
223
        imagesource.cpp         \
204
224
        imagesource.h           \
205
225
        imagesource_types.h     \
206
226
        imagesource_bilinear.cpp        \
211
231
        imagesource_cms.h       \
212
232
        imagesource_crop.cpp    \
213
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        \
214
240
        imagesource_flatten.cpp \
215
241
        imagesource_flatten.h   \
216
242
        imagesource_gdkpixbuf.cpp       \
233
259
        imagesource_scale.h     \
234
260
        imagesource_segmentmask.cpp \
235
261
        imagesource_segmentmask.h \
 
262
        imagesource_solid.cpp   \
 
263
        imagesource_solid.h     \
236
264
        imagesource_tiff.cpp    \
237
265
        imagesource_tiff.h      \
238
266
        imagesource_util.cpp    \
239
267
        imagesource_util.h      \
240
268
        pixbuf_from_imagesource.cpp     \
241
 
        pixbuf_from_imagesource.h
 
269
        pixbuf_from_imagesource.h       \
 
270
        iccjpeg.cpp     \
 
271
        iccjpeg.h
242
272
 
243
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)
244
277
all: all-am
245
278
 
246
279
.SUFFIXES:
286
319
libimagesource.la: $(libimagesource_la_OBJECTS) $(libimagesource_la_DEPENDENCIES) 
287
320
        $(CXXLINK)  $(libimagesource_la_LDFLAGS) $(libimagesource_la_OBJECTS) $(libimagesource_la_LIBADD) $(LIBS)
288
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
 
289
332
mostlyclean-compile:
290
333
        -rm -f *.$(OBJEXT)
291
334
 
292
335
distclean-compile:
293
336
        -rm -f *.tab.c
294
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@
295
340
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_bilinear.Plo@am__quote@
296
341
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_bmp.Plo@am__quote@
297
342
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_cms.Plo@am__quote@
298
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@
299
347
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_flatten.Plo@am__quote@
300
348
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_gdkpixbuf.Plo@am__quote@
301
349
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_gs.Plo@am__quote@
307
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_rotate.Plo@am__quote@
308
356
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_scale.Plo@am__quote@
309
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@
310
359
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_tiff.Plo@am__quote@
311
360
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagesource_util.Plo@am__quote@
312
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@
313
363
 
314
364
.cpp.o:
315
365
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
418
468
          fi; \
419
469
        done
420
470
check-am: all-am
 
471
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
421
472
check: check-am
422
473
all-am: Makefile $(LTLIBRARIES)
423
474
installdirs:
447
498
        @echo "it deletes files that may require special tools to rebuild."
448
499
clean: clean-am
449
500
 
450
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
451
 
        mostlyclean-am
 
501
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
 
502
        clean-noinstLTLIBRARIES mostlyclean-am
452
503
 
453
504
distclean: distclean-am
454
505
        -rm -rf ./$(DEPDIR)
496
547
 
497
548
uninstall-am: uninstall-info-am
498
549
 
499
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
500
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
501
 
        distclean-compile distclean-generic distclean-libtool \
502
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
503
 
        install install-am install-data install-data-am install-exec \
504
 
        install-exec-am install-info install-info-am install-man \
505
 
        install-strip installcheck installcheck-am installdirs \
506
 
        maintainer-clean maintainer-clean-generic mostlyclean \
507
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
508
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
509
 
        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
510
561
 
511
562
# Tell versions [3.59,3.63) of GNU make to not export all variables.
512
563
# Otherwise a system limit (for SysV at least) may be exceeded.