dockapps/wmtime/Imakefile

18 lines
342 B
Plaintext
Raw Normal View History

2012-10-30 15:47:04 +00:00
XPMLIB = -lXpm -lm
DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
SRCS = wmtime.c \
../wmgeneral/wmgeneral.c \
../wmgeneral/misc.c \
../wmgeneral/list.c
OBJS = wmtime.o \
wmgeneral.o \
misc.o \
list.o
ComplexProgramTarget(wmtime)