File: module.mk

package info (click to toggle)
exult 1.12.0-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 43,608 kB
  • sloc: cpp: 169,917; xml: 7,400; yacc: 2,850; makefile: 2,419; java: 1,901; ansic: 1,654; lex: 673; sh: 539; objc: 416
file content (14 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# TODO - it would be nice if LPATH could be set by the Makefile that
# includes us, since that has to now our path anyway.
LPATH := audio

LSRC := $(wildcard $(LPATH)/*.cc)
LPRODUCTS := 

#u7audiotool_OBJ := u7audiotool.o

#midi_drivers_SRC := $(wildcard $(LPATH)/midi_drivers/*.cc)
#midi_drivers_OBJ := $(patsubst %.cc,../%.o,$(filter %.cc,$(midi_drivers_SRC)))

# Common rules
include common.mk