Tizen 2.0 Release
[framework/uifw/xorg/util/x11-xserver-utils.git] / rgb / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
19 #
20 # Permission is hereby granted, free of charge, to any person obtaining a
21 # copy of this software and associated documentation files (the "Software"),
22 # to deal in the Software without restriction, including without limitation
23 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
24 # and/or sell copies of the Software, and to permit persons to whom the
25 # Software is furnished to do so, subject to the following conditions:
26 #
27 # The above copyright notice and this permission notice (including the next
28 # paragraph) shall be included in all copies or substantial portions of the
29 # Software.
30 #
31 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
34 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
36 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
37 # DEALINGS IN THE SOFTWARE.
38 #
39
40
41 VPATH = @srcdir@
42 pkgdatadir = $(datadir)/@PACKAGE@
43 pkgincludedir = $(includedir)/@PACKAGE@
44 pkglibdir = $(libdir)/@PACKAGE@
45 pkglibexecdir = $(libexecdir)/@PACKAGE@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 install_sh_DATA = $(install_sh) -c -m 644
48 install_sh_PROGRAM = $(install_sh) -c
49 install_sh_SCRIPT = $(install_sh) -c
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = $(program_transform_name)
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 build_triplet = @build@
59 host_triplet = @host@
60 bin_PROGRAMS = showrgb$(EXEEXT) $(am__EXEEXT_1)
61 @RGB_DB_TRUE@am__append_1 = rgb
62 subdir = .
63 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
64         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
65         $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \
66         config.guess config.sub depcomp install-sh missing
67 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
69 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70         $(ACLOCAL_M4)
71 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
72  configure.lineno config.status.lineno
73 mkinstalldirs = $(install_sh) -d
74 CONFIG_HEADER = config.h
75 CONFIG_CLEAN_FILES =
76 CONFIG_CLEAN_VPATH_FILES =
77 @RGB_DB_TRUE@am__EXEEXT_1 = rgb$(EXEEXT)
78 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(rgbdir)"
79 PROGRAMS = $(bin_PROGRAMS)
80 am__rgb_SOURCES_DIST = rgb.c
81 @RGB_DB_TRUE@am_rgb_OBJECTS = rgb.$(OBJEXT)
82 rgb_OBJECTS = $(am_rgb_OBJECTS)
83 rgb_LDADD = $(LDADD)
84 am_showrgb_OBJECTS = showrgb.$(OBJEXT)
85 showrgb_OBJECTS = $(am_showrgb_OBJECTS)
86 showrgb_LDADD = $(LDADD)
87 DEFAULT_INCLUDES = -I.@am__isrc@
88 depcomp = $(SHELL) $(top_srcdir)/depcomp
89 am__depfiles_maybe = depfiles
90 am__mv = mv -f
91 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93 AM_V_CC = $(am__v_CC_$(V))
94 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
95 am__v_CC_0 = @echo "  CC    " $@;
96 AM_V_at = $(am__v_at_$(V))
97 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
98 am__v_at_0 = @
99 CCLD = $(CC)
100 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
101 AM_V_CCLD = $(am__v_CCLD_$(V))
102 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
103 am__v_CCLD_0 = @echo "  CCLD  " $@;
104 AM_V_GEN = $(am__v_GEN_$(V))
105 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
106 am__v_GEN_0 = @echo "  GEN   " $@;
107 SOURCES = $(rgb_SOURCES) $(showrgb_SOURCES)
108 DIST_SOURCES = $(am__rgb_SOURCES_DIST) $(showrgb_SOURCES)
109 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
110         html-recursive info-recursive install-data-recursive \
111         install-dvi-recursive install-exec-recursive \
112         install-html-recursive install-info-recursive \
113         install-pdf-recursive install-ps-recursive install-recursive \
114         installcheck-recursive installdirs-recursive pdf-recursive \
115         ps-recursive uninstall-recursive
116 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
117 am__vpath_adj = case $$p in \
118     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
119     *) f=$$p;; \
120   esac;
121 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
122 am__install_max = 40
123 am__nobase_strip_setup = \
124   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
125 am__nobase_strip = \
126   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
127 am__nobase_list = $(am__nobase_strip_setup); \
128   for p in $$list; do echo "$$p $$p"; done | \
129   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
130   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
131     if (++n[$$2] == $(am__install_max)) \
132       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
133     END { for (dir in files) print dir, files[dir] }'
134 am__base_list = \
135   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
136   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
137 DATA = $(rgb_DATA)
138 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
139   distclean-recursive maintainer-clean-recursive
140 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
141         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
142         distdir dist dist-all distcheck
143 ETAGS = etags
144 CTAGS = ctags
145 DIST_SUBDIRS = $(SUBDIRS)
146 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
147 distdir = $(PACKAGE)-$(VERSION)
148 top_distdir = $(distdir)
149 am__remove_distdir = \
150   { test ! -d "$(distdir)" \
151     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
152          && rm -fr "$(distdir)"; }; }
153 am__relativize = \
154   dir0=`pwd`; \
155   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
156   sed_rest='s,^[^/]*/*,,'; \
157   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
158   sed_butlast='s,/*[^/]*$$,,'; \
159   while test -n "$$dir1"; do \
160     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
161     if test "$$first" != "."; then \
162       if test "$$first" = ".."; then \
163         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
164         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
165       else \
166         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
167         if test "$$first2" = "$$first"; then \
168           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
169         else \
170           dir2="../$$dir2"; \
171         fi; \
172         dir0="$$dir0"/"$$first"; \
173       fi; \
174     fi; \
175     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
176   done; \
177   reldir="$$dir2"
178 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
179 GZIP_ENV = --best
180 distuninstallcheck_listfiles = find . -type f -print
181 distcleancheck_listfiles = find . -type f -print
182 ACLOCAL = @ACLOCAL@
183 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
184 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
185 AMTAR = @AMTAR@
186 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
187 APP_MAN_DIR = @APP_MAN_DIR@
188 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
189 AUTOCONF = @AUTOCONF@
190 AUTOHEADER = @AUTOHEADER@
191 AUTOMAKE = @AUTOMAKE@
192 AWK = @AWK@
193 CC = @CC@
194 CCDEPMODE = @CCDEPMODE@
195 CFLAGS = @CFLAGS@
196 CHANGELOG_CMD = @CHANGELOG_CMD@
197 CPP = @CPP@
198 CPPFLAGS = @CPPFLAGS@
199 CWARNFLAGS = @CWARNFLAGS@
200 CYGPATH_W = @CYGPATH_W@
201 DEFS = @DEFS@
202 DEPDIR = @DEPDIR@
203 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
204 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
205 ECHO_C = @ECHO_C@
206 ECHO_N = @ECHO_N@
207 ECHO_T = @ECHO_T@
208 EGREP = @EGREP@
209 EXEEXT = @EXEEXT@
210 FILE_MAN_DIR = @FILE_MAN_DIR@
211 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
212 GREP = @GREP@
213 INSTALL = @INSTALL@
214 INSTALL_CMD = @INSTALL_CMD@
215 INSTALL_DATA = @INSTALL_DATA@
216 INSTALL_PROGRAM = @INSTALL_PROGRAM@
217 INSTALL_SCRIPT = @INSTALL_SCRIPT@
218 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
219 LDFLAGS = @LDFLAGS@
220 LIBOBJS = @LIBOBJS@
221 LIBS = @LIBS@
222 LIB_MAN_DIR = @LIB_MAN_DIR@
223 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
224 LTLIBOBJS = @LTLIBOBJS@
225 MAINT = @MAINT@
226 MAKEINFO = @MAKEINFO@
227 MAN_SUBSTS = @MAN_SUBSTS@
228 MISC_MAN_DIR = @MISC_MAN_DIR@
229 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
230 MKDIR_P = @MKDIR_P@
231 OBJEXT = @OBJEXT@
232 PACKAGE = @PACKAGE@
233 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
234 PACKAGE_NAME = @PACKAGE_NAME@
235 PACKAGE_STRING = @PACKAGE_STRING@
236 PACKAGE_TARNAME = @PACKAGE_TARNAME@
237 PACKAGE_URL = @PACKAGE_URL@
238 PACKAGE_VERSION = @PACKAGE_VERSION@
239 PATH_SEPARATOR = @PATH_SEPARATOR@
240 PKG_CONFIG = @PKG_CONFIG@
241 RGB_CFLAGS = @RGB_CFLAGS@
242 RGB_DB_FILES = @RGB_DB_FILES@
243 RGB_DB_TYPE = @RGB_DB_TYPE@
244 RGB_LIBS = @RGB_LIBS@
245 SED = @SED@
246 SET_MAKE = @SET_MAKE@
247 SHELL = @SHELL@
248 STRIP = @STRIP@
249 VERSION = @VERSION@
250 XORG_CFLAGS = @XORG_CFLAGS@
251 XORG_LIBS = @XORG_LIBS@
252 XORG_MAN_PAGE = @XORG_MAN_PAGE@
253 abs_builddir = @abs_builddir@
254 abs_srcdir = @abs_srcdir@
255 abs_top_builddir = @abs_top_builddir@
256 abs_top_srcdir = @abs_top_srcdir@
257 ac_ct_CC = @ac_ct_CC@
258 am__include = @am__include@
259 am__leading_dot = @am__leading_dot@
260 am__quote = @am__quote@
261 am__tar = @am__tar@
262 am__untar = @am__untar@
263 bindir = @bindir@
264 build = @build@
265 build_alias = @build_alias@
266 build_cpu = @build_cpu@
267 build_os = @build_os@
268 build_vendor = @build_vendor@
269 builddir = @builddir@
270 datadir = @datadir@
271 datarootdir = @datarootdir@
272 db_dir = @db_dir@
273 db_file = @db_file@
274 docdir = @docdir@
275 dvidir = @dvidir@
276 exec_prefix = @exec_prefix@
277 host = @host@
278 host_alias = @host_alias@
279 host_cpu = @host_cpu@
280 host_os = @host_os@
281 host_vendor = @host_vendor@
282 htmldir = @htmldir@
283 includedir = @includedir@
284 infodir = @infodir@
285 install_sh = @install_sh@
286 libdir = @libdir@
287 libexecdir = @libexecdir@
288 localedir = @localedir@
289 localstatedir = @localstatedir@
290 mandir = @mandir@
291 mkdir_p = @mkdir_p@
292 oldincludedir = @oldincludedir@
293 pdfdir = @pdfdir@
294 prefix = @prefix@
295 program_transform_name = @program_transform_name@
296 psdir = @psdir@
297 sbindir = @sbindir@
298 sharedstatedir = @sharedstatedir@
299 srcdir = @srcdir@
300 sysconfdir = @sysconfdir@
301 target_alias = @target_alias@
302 top_build_prefix = @top_build_prefix@
303 top_builddir = @top_builddir@
304 top_srcdir = @top_srcdir@
305 SUBDIRS = man
306 showrgb_SOURCES = showrgb.c
307 @RGB_DB_TRUE@rgb_SOURCES = rgb.c
308 rgbdir = $(db_dir)
309 rgb_DATA = $(db_file).txt $(RGB_DB_FILES)
310 RGB_DB_DEFINES = -DRGB_DB=\"$(db_dir)/$(db_file)\"
311 AM_CFLAGS = $(RGB_CFLAGS) $(RGB_DB_DEFINES) $(CWARNFLAGS)
312 EXTRA_DIST = \
313         rgb.txt \
314         others/README \
315         others/old-rgb.txt \
316         others/raveling.txt \
317         others/thomas.txt
318
319 MAINTAINERCLEANFILES = ChangeLog INSTALL
320 all: config.h
321         $(MAKE) $(AM_MAKEFLAGS) all-recursive
322
323 .SUFFIXES:
324 .SUFFIXES: .c .o .obj
325 am--refresh:
326         @:
327 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
328         @for dep in $?; do \
329           case '$(am__configure_deps)' in \
330             *$$dep*) \
331               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
332               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
333                 && exit 0; \
334               exit 1;; \
335           esac; \
336         done; \
337         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
338         $(am__cd) $(top_srcdir) && \
339           $(AUTOMAKE) --foreign Makefile
340 .PRECIOUS: Makefile
341 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
342         @case '$?' in \
343           *config.status*) \
344             echo ' $(SHELL) ./config.status'; \
345             $(SHELL) ./config.status;; \
346           *) \
347             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
348             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
349         esac;
350
351 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
352         $(SHELL) ./config.status --recheck
353
354 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
355         $(am__cd) $(srcdir) && $(AUTOCONF)
356 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
357         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
358 $(am__aclocal_m4_deps):
359
360 config.h: stamp-h1
361         @if test ! -f $@; then \
362           rm -f stamp-h1; \
363           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
364         else :; fi
365
366 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
367         @rm -f stamp-h1
368         cd $(top_builddir) && $(SHELL) ./config.status config.h
369 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
370         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
371         rm -f stamp-h1
372         touch $@
373
374 distclean-hdr:
375         -rm -f config.h stamp-h1
376 install-binPROGRAMS: $(bin_PROGRAMS)
377         @$(NORMAL_INSTALL)
378         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
379         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
380         for p in $$list; do echo "$$p $$p"; done | \
381         sed 's/$(EXEEXT)$$//' | \
382         while read p p1; do if test -f $$p; \
383           then echo "$$p"; echo "$$p"; else :; fi; \
384         done | \
385         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
386             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
387         sed 'N;N;N;s,\n, ,g' | \
388         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
389           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
390             if ($$2 == $$4) files[d] = files[d] " " $$1; \
391             else { print "f", $$3 "/" $$4, $$1; } } \
392           END { for (d in files) print "f", d, files[d] }' | \
393         while read type dir files; do \
394             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
395             test -z "$$files" || { \
396               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
397               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
398             } \
399         ; done
400
401 uninstall-binPROGRAMS:
402         @$(NORMAL_UNINSTALL)
403         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
404         files=`for p in $$list; do echo "$$p"; done | \
405           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
406               -e 's/$$/$(EXEEXT)/' `; \
407         test -n "$$list" || exit 0; \
408         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
409         cd "$(DESTDIR)$(bindir)" && rm -f $$files
410
411 clean-binPROGRAMS:
412         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
413 rgb$(EXEEXT): $(rgb_OBJECTS) $(rgb_DEPENDENCIES) 
414         @rm -f rgb$(EXEEXT)
415         $(AM_V_CCLD)$(LINK) $(rgb_OBJECTS) $(rgb_LDADD) $(LIBS)
416 showrgb$(EXEEXT): $(showrgb_OBJECTS) $(showrgb_DEPENDENCIES) 
417         @rm -f showrgb$(EXEEXT)
418         $(AM_V_CCLD)$(LINK) $(showrgb_OBJECTS) $(showrgb_LDADD) $(LIBS)
419
420 mostlyclean-compile:
421         -rm -f *.$(OBJEXT)
422
423 distclean-compile:
424         -rm -f *.tab.c
425
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgb.Po@am__quote@
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/showrgb.Po@am__quote@
428
429 .c.o:
430 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
431 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
432 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
434 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
436
437 .c.obj:
438 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
439 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
440 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
441 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
442 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
444 install-rgbDATA: $(rgb_DATA)
445         @$(NORMAL_INSTALL)
446         test -z "$(rgbdir)" || $(MKDIR_P) "$(DESTDIR)$(rgbdir)"
447         @list='$(rgb_DATA)'; test -n "$(rgbdir)" || list=; \
448         for p in $$list; do \
449           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
450           echo "$$d$$p"; \
451         done | $(am__base_list) | \
452         while read files; do \
453           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(rgbdir)'"; \
454           $(INSTALL_DATA) $$files "$(DESTDIR)$(rgbdir)" || exit $$?; \
455         done
456
457 uninstall-rgbDATA:
458         @$(NORMAL_UNINSTALL)
459         @list='$(rgb_DATA)'; test -n "$(rgbdir)" || list=; \
460         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
461         test -n "$$files" || exit 0; \
462         echo " ( cd '$(DESTDIR)$(rgbdir)' && rm -f" $$files ")"; \
463         cd "$(DESTDIR)$(rgbdir)" && rm -f $$files
464
465 # This directory's subdirectories are mostly independent; you can cd
466 # into them and run `make' without going through this Makefile.
467 # To change the values of `make' variables: instead of editing Makefiles,
468 # (1) if the variable is set in `config.status', edit `config.status'
469 #     (which will cause the Makefiles to be regenerated when you run `make');
470 # (2) otherwise, pass the desired values on the `make' command line.
471 $(RECURSIVE_TARGETS):
472         @fail= failcom='exit 1'; \
473         for f in x $$MAKEFLAGS; do \
474           case $$f in \
475             *=* | --[!k]*);; \
476             *k*) failcom='fail=yes';; \
477           esac; \
478         done; \
479         dot_seen=no; \
480         target=`echo $@ | sed s/-recursive//`; \
481         list='$(SUBDIRS)'; for subdir in $$list; do \
482           echo "Making $$target in $$subdir"; \
483           if test "$$subdir" = "."; then \
484             dot_seen=yes; \
485             local_target="$$target-am"; \
486           else \
487             local_target="$$target"; \
488           fi; \
489           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
490           || eval $$failcom; \
491         done; \
492         if test "$$dot_seen" = "no"; then \
493           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
494         fi; test -z "$$fail"
495
496 $(RECURSIVE_CLEAN_TARGETS):
497         @fail= failcom='exit 1'; \
498         for f in x $$MAKEFLAGS; do \
499           case $$f in \
500             *=* | --[!k]*);; \
501             *k*) failcom='fail=yes';; \
502           esac; \
503         done; \
504         dot_seen=no; \
505         case "$@" in \
506           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
507           *) list='$(SUBDIRS)' ;; \
508         esac; \
509         rev=''; for subdir in $$list; do \
510           if test "$$subdir" = "."; then :; else \
511             rev="$$subdir $$rev"; \
512           fi; \
513         done; \
514         rev="$$rev ."; \
515         target=`echo $@ | sed s/-recursive//`; \
516         for subdir in $$rev; do \
517           echo "Making $$target in $$subdir"; \
518           if test "$$subdir" = "."; then \
519             local_target="$$target-am"; \
520           else \
521             local_target="$$target"; \
522           fi; \
523           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
524           || eval $$failcom; \
525         done && test -z "$$fail"
526 tags-recursive:
527         list='$(SUBDIRS)'; for subdir in $$list; do \
528           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
529         done
530 ctags-recursive:
531         list='$(SUBDIRS)'; for subdir in $$list; do \
532           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
533         done
534
535 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
536         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
537         unique=`for i in $$list; do \
538             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539           done | \
540           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
541               END { if (nonempty) { for (i in files) print i; }; }'`; \
542         mkid -fID $$unique
543 tags: TAGS
544
545 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
546                 $(TAGS_FILES) $(LISP)
547         set x; \
548         here=`pwd`; \
549         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
550           include_option=--etags-include; \
551           empty_fix=.; \
552         else \
553           include_option=--include; \
554           empty_fix=; \
555         fi; \
556         list='$(SUBDIRS)'; for subdir in $$list; do \
557           if test "$$subdir" = .; then :; else \
558             test ! -f $$subdir/TAGS || \
559               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
560           fi; \
561         done; \
562         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
563         unique=`for i in $$list; do \
564             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
565           done | \
566           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
567               END { if (nonempty) { for (i in files) print i; }; }'`; \
568         shift; \
569         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
570           test -n "$$unique" || unique=$$empty_fix; \
571           if test $$# -gt 0; then \
572             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
573               "$$@" $$unique; \
574           else \
575             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
576               $$unique; \
577           fi; \
578         fi
579 ctags: CTAGS
580 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
581                 $(TAGS_FILES) $(LISP)
582         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
583         unique=`for i in $$list; do \
584             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
585           done | \
586           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
587               END { if (nonempty) { for (i in files) print i; }; }'`; \
588         test -z "$(CTAGS_ARGS)$$unique" \
589           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
590              $$unique
591
592 GTAGS:
593         here=`$(am__cd) $(top_builddir) && pwd` \
594           && $(am__cd) $(top_srcdir) \
595           && gtags -i $(GTAGS_ARGS) "$$here"
596
597 distclean-tags:
598         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
599
600 distdir: $(DISTFILES)
601         $(am__remove_distdir)
602         test -d "$(distdir)" || mkdir "$(distdir)"
603         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
604         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
605         list='$(DISTFILES)'; \
606           dist_files=`for file in $$list; do echo $$file; done | \
607           sed -e "s|^$$srcdirstrip/||;t" \
608               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
609         case $$dist_files in \
610           */*) $(MKDIR_P) `echo "$$dist_files" | \
611                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
612                            sort -u` ;; \
613         esac; \
614         for file in $$dist_files; do \
615           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
616           if test -d $$d/$$file; then \
617             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
618             if test -d "$(distdir)/$$file"; then \
619               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
620             fi; \
621             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
622               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
623               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
624             fi; \
625             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
626           else \
627             test -f "$(distdir)/$$file" \
628             || cp -p $$d/$$file "$(distdir)/$$file" \
629             || exit 1; \
630           fi; \
631         done
632         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
633           if test "$$subdir" = .; then :; else \
634             test -d "$(distdir)/$$subdir" \
635             || $(MKDIR_P) "$(distdir)/$$subdir" \
636             || exit 1; \
637           fi; \
638         done
639         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
640           if test "$$subdir" = .; then :; else \
641             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
642             $(am__relativize); \
643             new_distdir=$$reldir; \
644             dir1=$$subdir; dir2="$(top_distdir)"; \
645             $(am__relativize); \
646             new_top_distdir=$$reldir; \
647             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
648             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
649             ($(am__cd) $$subdir && \
650               $(MAKE) $(AM_MAKEFLAGS) \
651                 top_distdir="$$new_top_distdir" \
652                 distdir="$$new_distdir" \
653                 am__remove_distdir=: \
654                 am__skip_length_check=: \
655                 am__skip_mode_fix=: \
656                 distdir) \
657               || exit 1; \
658           fi; \
659         done
660         $(MAKE) $(AM_MAKEFLAGS) \
661           top_distdir="$(top_distdir)" distdir="$(distdir)" \
662           dist-hook
663         -test -n "$(am__skip_mode_fix)" \
664         || find "$(distdir)" -type d ! -perm -755 \
665                 -exec chmod u+rwx,go+rx {} \; -o \
666           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
667           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
668           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
669         || chmod -R a+r "$(distdir)"
670 dist-gzip: distdir
671         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
672         $(am__remove_distdir)
673 dist-bzip2: distdir
674         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
675         $(am__remove_distdir)
676
677 dist-lzma: distdir
678         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
679         $(am__remove_distdir)
680
681 dist-xz: distdir
682         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
683         $(am__remove_distdir)
684
685 dist-tarZ: distdir
686         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
687         $(am__remove_distdir)
688
689 dist-shar: distdir
690         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
691         $(am__remove_distdir)
692
693 dist-zip: distdir
694         -rm -f $(distdir).zip
695         zip -rq $(distdir).zip $(distdir)
696         $(am__remove_distdir)
697
698 dist dist-all: distdir
699         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
700         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
701         $(am__remove_distdir)
702
703 # This target untars the dist file and tries a VPATH configuration.  Then
704 # it guarantees that the distribution is self-contained by making another
705 # tarfile.
706 distcheck: dist
707         case '$(DIST_ARCHIVES)' in \
708         *.tar.gz*) \
709           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
710         *.tar.bz2*) \
711           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
712         *.tar.lzma*) \
713           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
714         *.tar.xz*) \
715           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
716         *.tar.Z*) \
717           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
718         *.shar.gz*) \
719           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
720         *.zip*) \
721           unzip $(distdir).zip ;;\
722         esac
723         chmod -R a-w $(distdir); chmod a+w $(distdir)
724         mkdir $(distdir)/_build
725         mkdir $(distdir)/_inst
726         chmod a-w $(distdir)
727         test -d $(distdir)/_build || exit 0; \
728         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
729           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
730           && am__cwd=`pwd` \
731           && $(am__cd) $(distdir)/_build \
732           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
733             $(DISTCHECK_CONFIGURE_FLAGS) \
734           && $(MAKE) $(AM_MAKEFLAGS) \
735           && $(MAKE) $(AM_MAKEFLAGS) dvi \
736           && $(MAKE) $(AM_MAKEFLAGS) check \
737           && $(MAKE) $(AM_MAKEFLAGS) install \
738           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
739           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
740           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
741                 distuninstallcheck \
742           && chmod -R a-w "$$dc_install_base" \
743           && ({ \
744                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
745                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
746                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
747                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
748                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
749               } || { rm -rf "$$dc_destdir"; exit 1; }) \
750           && rm -rf "$$dc_destdir" \
751           && $(MAKE) $(AM_MAKEFLAGS) dist \
752           && rm -rf $(DIST_ARCHIVES) \
753           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
754           && cd "$$am__cwd" \
755           || exit 1
756         $(am__remove_distdir)
757         @(echo "$(distdir) archives ready for distribution: "; \
758           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
759           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
760 distuninstallcheck:
761         @$(am__cd) '$(distuninstallcheck_dir)' \
762         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
763            || { echo "ERROR: files left after uninstall:" ; \
764                 if test -n "$(DESTDIR)"; then \
765                   echo "  (check DESTDIR support)"; \
766                 fi ; \
767                 $(distuninstallcheck_listfiles) ; \
768                 exit 1; } >&2
769 distcleancheck: distclean
770         @if test '$(srcdir)' = . ; then \
771           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
772           exit 1 ; \
773         fi
774         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
775           || { echo "ERROR: files left in build directory after distclean:" ; \
776                $(distcleancheck_listfiles) ; \
777                exit 1; } >&2
778 check-am: all-am
779 check: check-recursive
780 all-am: Makefile $(PROGRAMS) $(DATA) config.h
781 installdirs: installdirs-recursive
782 installdirs-am:
783         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(rgbdir)"; do \
784           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
785         done
786 install: install-recursive
787 install-exec: install-exec-recursive
788 install-data: install-data-recursive
789 uninstall: uninstall-recursive
790
791 install-am: all-am
792         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
793
794 installcheck: installcheck-recursive
795 install-strip:
796         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
797           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
798           `test -z '$(STRIP)' || \
799             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
800 mostlyclean-generic:
801
802 clean-generic:
803
804 distclean-generic:
805         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
806         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
807
808 maintainer-clean-generic:
809         @echo "This command is intended for maintainers to use"
810         @echo "it deletes files that may require special tools to rebuild."
811         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
812 clean: clean-recursive
813
814 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
815
816 distclean: distclean-recursive
817         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
818         -rm -rf ./$(DEPDIR)
819         -rm -f Makefile
820 distclean-am: clean-am distclean-compile distclean-generic \
821         distclean-hdr distclean-tags
822
823 dvi: dvi-recursive
824
825 dvi-am:
826
827 html: html-recursive
828
829 html-am:
830
831 info: info-recursive
832
833 info-am:
834
835 install-data-am: install-rgbDATA
836
837 install-dvi: install-dvi-recursive
838
839 install-dvi-am:
840
841 install-exec-am: install-binPROGRAMS
842
843 install-html: install-html-recursive
844
845 install-html-am:
846
847 install-info: install-info-recursive
848
849 install-info-am:
850
851 install-man:
852
853 install-pdf: install-pdf-recursive
854
855 install-pdf-am:
856
857 install-ps: install-ps-recursive
858
859 install-ps-am:
860
861 installcheck-am:
862
863 maintainer-clean: maintainer-clean-recursive
864         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
865         -rm -rf $(top_srcdir)/autom4te.cache
866         -rm -rf ./$(DEPDIR)
867         -rm -f Makefile
868 maintainer-clean-am: distclean-am maintainer-clean-generic
869
870 mostlyclean: mostlyclean-recursive
871
872 mostlyclean-am: mostlyclean-compile mostlyclean-generic
873
874 pdf: pdf-recursive
875
876 pdf-am:
877
878 ps: ps-recursive
879
880 ps-am:
881
882 uninstall-am: uninstall-binPROGRAMS uninstall-rgbDATA
883
884 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
885         ctags-recursive install-am install-strip tags-recursive
886
887 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
888         all all-am am--refresh check check-am clean clean-binPROGRAMS \
889         clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
890         dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
891         dist-zip distcheck distclean distclean-compile \
892         distclean-generic distclean-hdr distclean-tags distcleancheck \
893         distdir distuninstallcheck dvi dvi-am html html-am info \
894         info-am install install-am install-binPROGRAMS install-data \
895         install-data-am install-dvi install-dvi-am install-exec \
896         install-exec-am install-html install-html-am install-info \
897         install-info-am install-man install-pdf install-pdf-am \
898         install-ps install-ps-am install-rgbDATA install-strip \
899         installcheck installcheck-am installdirs installdirs-am \
900         maintainer-clean maintainer-clean-generic mostlyclean \
901         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
902         tags tags-recursive uninstall uninstall-am \
903         uninstall-binPROGRAMS uninstall-rgbDATA
904
905
906 @RGB_DB_TRUE@$(RGB_DB_FILES): rgb rgb.txt
907 @RGB_DB_TRUE@   -rm -f $(RGB_DB_FILES)
908 @RGB_DB_TRUE@   ./rgb rgb < $(srcdir)/rgb.txt
909
910 .PHONY: ChangeLog INSTALL
911
912 INSTALL:
913         $(INSTALL_CMD)
914
915 ChangeLog:
916         $(CHANGELOG_CMD)
917
918 dist-hook: ChangeLog INSTALL
919
920 # Tell versions [3.59,3.63) of GNU make to not export all variables.
921 # Otherwise a system limit (for SysV at least) may be exceeded.
922 .NOEXPORT: