File: Imakefile

package info (click to toggle)
wmrack 0.9-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 352 kB
  • ctags: 143
  • sloc: ansic: 1,740; makefile: 38; sh: 4
file content (12 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12

XPMLIB = -L/usr/lib/X11 -lXpm
DEPLIBS = $(DEPXLIB)

LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)

LINTLIBS = $(LINTXLIB)

SRCS = wmrack.c cdrom.c xpmicon.c
OBJS = wmrack.o cdrom.o xpmicon.o

ComplexProgramTarget(wmrack)