File: Imakefile

package info (click to toggle)
wmmount 1.0beta2-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 160 kB
  • ctags: 120
  • sloc: ansic: 936; sh: 56; perl: 44; makefile: 37
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)