File: Makefile.plb

package info (click to toggle)
pd-beatpipe 0.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 148 kB
  • sloc: makefile: 236; ansic: 175
file content (9 lines) | stat: -rw-r--r-- 207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
lib.name = beatpipe
class.sources = beatpipe.c 
datafiles = \
	$(wildcard *.pd) \
	$(wildcard *.txt) \
	$(empty)

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