File: Makefile.plb

package info (click to toggle)
pd-pddp 0.2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 304 kB
  • sloc: ansic: 497; makefile: 335; sh: 30; xml: 28; tcl: 15
file content (19 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
lib.name = pddp
class.sources = \
	helplink.c \
	pddplink.c \
	$(empty)

datafiles = \
	$(wildcard *.pd) \
	$(wildcard *.txt) \
	$(wildcard *.md) \
	pddplink.tcl \
	$(empty)

datadirs = \
	examples \
	$(empty)

PDLIBBUILDER_DIR=/usr/share/pd-lib-builder
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder