File: Imakefile

package info (click to toggle)
wmtime 1.0b2-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 176 kB
  • ctags: 96
  • sloc: ansic: 878; makefile: 54
file content (17 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)