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