1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 top_srcdir
= @top_srcdir@
22 exec_prefix = @
exec_prefix@
26 libexecdir
= @libexecdir@
28 sysconfdir
= @sysconfdir@
29 sharedstatedir
= @sharedstatedir@
30 localstatedir
= @localstatedir@
34 includedir = @
includedir@
35 oldincludedir = /usr
/include
36 pkgdatadir
= $(datadir)/@PACKAGE@
37 pkglibdir
= $(libdir)/@PACKAGE@
38 pkgincludedir
= $(includedir)/@PACKAGE@
39 top_builddir
= ..
/..
/..
44 AUTOHEADER
= @AUTOHEADER@
46 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
49 INSTALL_DATA
= @INSTALL_DATA@
50 install_sh_DATA
= $(install_sh
) -c
-m
644
51 install_sh_PROGRAM
= $(install_sh
) -c
52 install_sh_SCRIPT
= $(install_sh
) -c
53 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
54 INSTALL_HEADER
= $(INSTALL_DATA
)
55 transform
= @program_transform_name@
62 host_alias
= @host_alias@
67 PATH_SEPARATOR
= @PATH_SEPARATOR@
69 AM_CFLAGS
= @AM_CFLAGS@
70 AM_CXXFLAGS
= @AM_CXXFLAGS@
84 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
86 LIBTOOL_VERSION
= @LIBTOOL_VERSION@
93 SAMPLEICC_VERSION
= @SAMPLEICC_VERSION@
94 SICC_ICC_APPLY_PROFILES
= @SICC_ICC_APPLY_PROFILES@
96 TIFF_CPPFLAGS
= @TIFF_CPPFLAGS@
97 TIFF_LDFLAGS
= @TIFF_LDFLAGS@
98 TIFF_LIBS
= @TIFF_LIBS@
100 am__include
= @am__include@
101 am__quote
= @am__quote@
102 install_sh
= @install_sh@
108 INCLUDES
= -I
$(top_builddir
) -I
$(top_srcdir
)/IccProfLib \
109 -I
$(top_srcdir
)/Contrib
/ICC_utils
112 LDADD
= -L
$(top_builddir
)/IccProfLib
-lSampleICC \
113 -L
$(top_builddir
)/Contrib
/ICC_utils
-lICC_utils
116 create_sRGB_profile_SOURCES
= \
117 create_sRGB_profile.
cpp
119 subdir
= Contrib
/CmdLine
/create_sRGB_profile
120 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
122 bin_PROGRAMS
= create_sRGB_profile
$(EXEEXT
)
123 PROGRAMS
= $(bin_PROGRAMS
)
125 am_create_sRGB_profile_OBJECTS
= create_sRGB_profile.
$(OBJEXT
)
126 create_sRGB_profile_OBJECTS
= $(am_create_sRGB_profile_OBJECTS
)
127 create_sRGB_profile_LDADD
= $(LDADD
)
128 create_sRGB_profile_DEPENDENCIES
=
129 create_sRGB_profile_LDFLAGS
=
132 DEFAULT_INCLUDES
= -I.
-I
$(srcdir)
133 CPPFLAGS
= @CPPFLAGS@
136 depcomp
= $(SHELL
) $(top_srcdir
)/depcomp
137 am__depfiles_maybe
= depfiles
138 @AMDEP_TRUE@DEP_FILES
= .
/$(DEPDIR
)/create_sRGB_profile.Po
139 CXXCOMPILE
= $(CXX
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
140 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CXXFLAGS
) $(CXXFLAGS
)
141 LTCXXCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CXX
) $(DEFS
) \
142 $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) \
143 $(AM_CXXFLAGS
) $(CXXFLAGS
)
145 CXXLINK
= $(LIBTOOL
) --mode
=link
$(CXXLD
) $(AM_CXXFLAGS
) $(CXXFLAGS
) \
146 $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
147 CXXFLAGS
= @CXXFLAGS@
148 DIST_SOURCES
= $(create_sRGB_profile_SOURCES
)
149 DIST_COMMON
= Makefile.am Makefile.in
150 SOURCES
= $(create_sRGB_profile_SOURCES
)
155 .SUFFIXES
: .
cpp .lo .o .obj
156 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.ac
$(ACLOCAL_M4
)
157 cd
$(top_srcdir
) && \
158 $(AUTOMAKE
) --gnu Contrib
/CmdLine
/create_sRGB_profile
/Makefile
159 Makefile
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.in
$(top_builddir
)/config.status
160 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
)
161 binPROGRAMS_INSTALL
= $(INSTALL_PROGRAM
)
162 install-binPROGRAMS
: $(bin_PROGRAMS
)
164 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
165 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
166 p1
=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
170 f
=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
171 echo
" $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
172 $(INSTALL_PROGRAM_ENV
) $(LIBTOOL
) --mode
=install $(binPROGRAMS_INSTALL
) $$p $(DESTDIR
)$(bindir)/$$f; \
176 uninstall-binPROGRAMS
:
178 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
179 f
=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
180 echo
" rm -f $(DESTDIR)$(bindir)/$$f"; \
181 rm -f
$(DESTDIR
)$(bindir)/$$f; \
185 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
186 f
=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
187 echo
" rm -f $$p $$f"; \
190 create_sRGB_profile
$(EXEEXT
): $(create_sRGB_profile_OBJECTS
) $(create_sRGB_profile_DEPENDENCIES
)
191 @
rm -f create_sRGB_profile
$(EXEEXT
)
192 $(CXXLINK
) $(create_sRGB_profile_LDFLAGS
) $(create_sRGB_profile_OBJECTS
) $(create_sRGB_profile_LDADD
) $(LIBS
)
195 -rm -f
*.
$(OBJEXT
) core
*.core
200 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/create_sRGB_profile.Po@am__quote@
206 @AMDEP_TRUE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
207 @AMDEP_TRUE@ depfile
='$(DEPDIR)/$*.Po' tmpdepfile
='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
208 @AMDEP_TRUE@
$(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
209 $(CXXCOMPILE
) -c
-o
$@
`test -f '$<' || echo '$(srcdir)/'`$<
212 @AMDEP_TRUE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
213 @AMDEP_TRUE@ depfile
='$(DEPDIR)/$*.Po' tmpdepfile
='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
214 @AMDEP_TRUE@
$(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
215 $(CXXCOMPILE
) -c
-o
$@
`cygpath -w $<`
218 @AMDEP_TRUE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
219 @AMDEP_TRUE@ depfile
='$(DEPDIR)/$*.Plo' tmpdepfile
='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
220 @AMDEP_TRUE@
$(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
221 $(LTCXXCOMPILE
) -c
-o
$@
`test -f '$<' || echo '$(srcdir)/'`$<
222 CXXDEPMODE
= @CXXDEPMODE@
239 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
240 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
241 unique
=`for i in $$list; do \
242 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
244 $(AWK) ' { files[$$0] = 1; } \
245 END { for (i in files) print i; }'`; \
248 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
249 $(TAGS_FILES
) $(LISP
)
252 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
253 unique
=`for i in $$list; do \
254 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
256 $(AWK) ' { files[$$0] = 1; } \
257 END { for (i in files) print i; }'`; \
258 test -z
"$(ETAGS_ARGS)$$tags$$unique" \
259 ||
$(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
263 here
=`$(am__cd) $(top_builddir) && pwd` \
264 && cd
$(top_srcdir
) \
265 && gtags
-i
$(GTAGS_ARGS
) $$here
268 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
269 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
271 top_distdir
= ..
/..
/..
272 distdir
= $(top_distdir
)/$(PACKAGE
)-$(VERSION
)
274 distdir
: $(DISTFILES
)
275 @list
='$(DISTFILES)'; for file in
$$list; do \
276 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
277 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
278 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
280 $(mkinstalldirs
) "$(distdir)$$dir"; \
284 if
test -d
$$d/$$file; then \
285 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
286 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
288 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
290 test -f
$(distdir
)/$$file \
291 || cp
-p
$$d/$$file $(distdir
)/$$file \
297 all-am
: Makefile
$(PROGRAMS
)
300 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
303 install-exec
: install-exec-am
304 install-data
: install-data-am
305 uninstall: uninstall-am
308 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
310 installcheck: installcheck-am
312 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
313 INSTALL_STRIP_FLAG
=-s \
314 `test -z '$(STRIP)' || \
315 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
321 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
323 maintainer-clean-generic
:
324 @echo
"This command is intended for maintainers to use"
325 @echo
"it deletes files that may require special tools to rebuild."
328 clean-am
: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
330 distclean: distclean-am
332 distclean-am
: clean-am distclean-compile distclean-depend \
333 distclean-generic distclean-libtool distclean-tags
345 install-exec-am
: install-binPROGRAMS
347 install-info
: install-info-am
353 maintainer-clean
: maintainer-clean-am
355 maintainer-clean-am
: distclean-am maintainer-clean-generic
357 mostlyclean: mostlyclean-am
359 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
362 uninstall-am
: uninstall-binPROGRAMS uninstall-info-am
364 .PHONY
: GTAGS
all all-am
check check-am
clean clean-binPROGRAMS \
365 clean-generic clean-libtool
distclean distclean-compile \
366 distclean-depend distclean-generic distclean-libtool \
367 distclean-tags distdir
dvi dvi-am
info info-am
install \
368 install-am install-binPROGRAMS install-data install-data-am \
369 install-exec install-exec-am install-info install-info-am \
370 install-man install-strip
installcheck installcheck-am \
371 installdirs maintainer-clean maintainer-clean-generic \
372 mostlyclean mostlyclean-compile mostlyclean-generic \
373 mostlyclean-libtool
tags uninstall uninstall-am \
374 uninstall-binPROGRAMS uninstall-info-am
376 # Tell versions [3.59,3.63) of GNU make to not export all variables.
377 # Otherwise a system limit (for SysV at least) may be exceeded.