Files
xsrc/xfree/xc/programs/xcmsdb/Imakefile

10 lines
226 B
Plaintext

XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:12 cpqbld Exp $
SRCS = xcmsdb.c loadData.c
OBJS = xcmsdb.o loadData.o
INCLUDES = -I$(XLIBSRC)
DEPLIBS = $(DEPXONLYLIB)
LOCAL_LIBRARIES = $(XONLYLIB)
ComplexProgramTarget(xcmsdb)