File: Imakefile

package info (click to toggle)
asmixer 0.5-13
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 84 kB
  • ctags: 539
  • sloc: makefile: 581; ansic: 435
file content (12 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12

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

LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)  

LINTLIBS = $(LINTXLIB)

SRCS = asmixer.c
OBJS = asmixer.o

ComplexProgramTarget(asmixer)