File: Imakefile

package info (click to toggle)
wmmount 1.0beta2-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 164 kB
  • ctags: 122
  • sloc: ansic: 935; sh: 56; makefile: 45; perl: 44
file content (9 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
DEPLIBS = $(DEPXLIB)
XPMLIB = -lXpm

LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)

SRCS = dockapp.c wmmount.c
OBJS = dockapp.o wmmount.o

ComplexProgramTarget(wmmount)