dockapps/wmtime/Imakefile

18 lines
341 B
Plaintext
Raw Normal View History

2012-10-30 15:47:04 +00:00
XPMLIB = -lXpm -lm
DEPLIBS = $(DEPXLIB)
2014-10-05 15:29:59 +00:00
2012-10-30 15:47:04 +00:00
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)