3ba3e2cc4b
Ok'd by: peter Discussed with: msmith
25 lines
746 B
Plaintext
25 lines
746 B
Plaintext
XCOMM
|
|
XCOMM Imakefile for gozilla
|
|
XCOMM
|
|
|
|
INC = ../lib
|
|
LOCAL_LIBRARIES = XawClientLibs
|
|
DEPLIBS = XawClientDepLibs
|
|
DEFINES = -DSTANDALONE -DGLOBAL -I$(INC)
|
|
|
|
SRCS = gozilla.c remote.c test.c getdbpath.c strbuf.c conf.c \
|
|
mgets.c locatestring.c makepath.c strmake.c
|
|
OBJS = gozilla.o remote.o test.o getdbpath.o strbuf.o conf.o \
|
|
mgets.o locatestring.o makepath.o strmake.o
|
|
|
|
LinkSourceFile(test.c,$(INC))
|
|
LinkSourceFile(getdbpath.c,$(INC))
|
|
LinkSourceFile(strbuf.c,$(INC))
|
|
LinkSourceFile(conf.c,$(INC))
|
|
LinkSourceFile(mgets.c,$(INC))
|
|
LinkSourceFile(locatestring.c,$(INC))
|
|
LinkSourceFile(makepath.c,$(INC))
|
|
LinkSourceFile(strmake.c,$(INC))
|
|
|
|
ComplexProgramTarget(gozilla)
|