home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xtici.zip / xtici / widgets / Imakefile < prev    next >
Makefile  |  1991-08-28  |  809b  |  31 lines

  1. # $Header: Imakefile,v 1.1 91/08/22 11:22:29 adamsc Exp $
  2.  
  3.        INCLUDES = -I. -I.. -I$(TOP) -I$(TOOLKITSRC) -I$(XLIBSRC) 
  4. LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  5.  
  6.            SRCS = \
  7.                   ColorS.c \
  8.                   Colorbar.c \
  9.                   Hueleaf.c \
  10.                   Hvcleaf.c \
  11.                   RepeatB.c \
  12.           TekBox.c \
  13.                   TriText.c \
  14.                   VShell.c \
  15.                   Zoom.c
  16.            OBJS = \
  17.                   ColorS.o \
  18.                   Colorbar.o \
  19.                   Hueleaf.o \
  20.                   Hvcleaf.o \
  21.                   RepeatB.o \
  22.           TekBox.o \
  23.                   TriText.o \
  24.                   VShell.o \
  25.                   Zoom.o
  26.  
  27. NormalLibraryTarget(xtici, $(OBJS))
  28. LintLibraryTarget(xtici, $(SRCS))
  29.  
  30. DependTarget()
  31.