(file) Return to Imakefile CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / rgb

File: [XFree86 CVS] / xc / programs / rgb / Imakefile (download)
Revision: 3.11, Wed Jun 22 02:28:51 2005 UTC (7 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_8_0-bindist, xf-4_8_0, xf-4_8-branch, xf-4_7_99_9, xf-4_7_99_8, xf-4_7_99_7, xf-4_7_99_6, xf-4_7_99_5, xf-4_7_99_4, xf-4_7_99_31, xf-4_7_99_30, xf-4_7_99_3, xf-4_7_99_29, xf-4_7_99_28, xf-4_7_99_27, xf-4_7_99_26, xf-4_7_99_25, xf-4_7_99_24, xf-4_7_99_23, xf-4_7_99_22, xf-4_7_99_21, xf-4_7_99_20, xf-4_7_99_2, xf-4_7_99_19, xf-4_7_99_18, xf-4_7_99_17, xf-4_7_99_16, xf-4_7_99_15, xf-4_7_99_14, xf-4_7_99_13, xf-4_7_99_12, xf-4_7_99_11, xf-4_7_99_10, xf-4_7_99_1, xf-4_7_0, xf-4_7-branch, xf-4_6_99_9, xf-4_6_99_8, xf-4_6_99_7, xf-4_6_99_6, xf-4_6_99_5, xf-4_6_99_4, xf-4_6_99_3, xf-4_6_99_29, xf-4_6_99_28, xf-4_6_99_27, xf-4_6_99_26, xf-4_6_99_25, xf-4_6_99_24, xf-4_6_99_23, xf-4_6_99_22, xf-4_6_99_21, xf-4_6_99_20, xf-4_6_99_2, xf-4_6_99_19, xf-4_6_99_18, xf-4_6_99_17, xf-4_6_99_16, xf-4_6_99_15, xf-4_6_99_14, xf-4_6_99_13, xf-4_6_99_12, xf-4_6_99_11, xf-4_6_99_10, xf-4_6_99_1, xf-4_6_0, xf-4_6-branch, xf-4_5_99_904, xf-4_5_99_903, xf-4_5_99_902, xf-4_5_99_901, xf-4_5_99_9, xf-4_5_99_8, xf-4_5_99_7, xf-4_5_99_6, xf-4_5_99_22, xf-4_5_99_21, xf-4_5_99_20, xf-4_5_99_19, xf-4_5_99_18, xf-4_5_99_17, xf-4_5_99_16, xf-4_5_99_15, xf-4_5_99_14, xf-4_5_99_13, xf-4_5_99_12, xf-4_5_99_11, xf-4_5_99_10, HEAD
Changes since 3.10: +7 -58 lines
  81. Updates to the handling of the X server RGB database:
       - Ignore space, '-' and '_' characters as well as case when
         matching colour names, and remove the unnecessary duplicates in
         rgb.txt.
       - Allow a built-in copy of the RGB database to be included in the
         X servers as a fallback for when the rgb.txt file cannot be found.
       - Remove support for DBM-compiled RGB database files.
      (David Dawes).

XCOMM $XFree86: xc/programs/rgb/Imakefile,v 3.10 2001/01/17 23:45:02 dawes Exp $

        RGB_DB = DefaultRGBDatabase
   SITE_RGB_DB = -DRGB_DB=\"$(RGB_DB)\"
      DEPLIBS = 
      DEFINES = $(SITE_RGB_DB) $(RGB_DEFINES)
     INCLUDES = -I$(SERVERSRC)/include
        SRCS = showrgb.c
        OBJS = showrgb.o
     PROGRAMS = ProgramTargetName(showrgb)

all:: $(PROGRAMS) $(DATADEP)

SingleProgramTarget(showrgb,$(OBJS),NullParameter,NullParameter)
InstallNonExecFile(rgb.txt,$(LIBDIR))
InstallProgramWithFlags(showrgb,$(BINDIR),NullParameter)
InstallManPage(showrgb,$(MANDIR))

DependTarget()

Powered by
ViewCVS 0.9.2