wmclock: Update documentation.
[dockapps.git] / wmtime / Imakefile
blob93c8775e5fb6520ff21ebf29f2b11526b389ab5b
1 XPMLIB = -lXpm -lm
2 DEPLIBS = $(DEPXLIB)
4 LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
6 SRCS = wmtime.c \
7                 ../wmgeneral/wmgeneral.c \
8                 ../wmgeneral/misc.c \
9                 ../wmgeneral/list.c
11 OBJS = wmtime.o \
12                 wmgeneral.o \
13                 misc.o \
14                 list.o
16 ComplexProgramTarget(wmtime)