mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-14 23:24:53 -04:00
10 lines
226 B
Plaintext
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)
|
|
|