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