File: Imakefile

package info (click to toggle)
mixer.app 1.0.5-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 128 kB
  • ctags: 39
  • sloc: cpp: 379; makefile: 36; sh: 35
file content (10 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
XPMLIB = -lXpm 
LOCAL_LIBRARIES = $(XLIB) $(XPMLIB)
DEPLIBS = $(DEPXLIB) 
LINTLIBS = $(LINTXLIB)
CC = c++

SRCS = Main.cc Mixer.cc Xpm.cc
OBJS = Main.o Mixer.o Xpm.o

ComplexProgramTarget(Mixer.app)