File: Makefile.plb

package info (click to toggle)
pd-boids 1.1.1-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: ansic: 2,834; makefile: 263
file content (9 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
lib.name = boids
class.sources = boids2d.c boids3d.c 
datafiles = \
	$(wildcard *.pd) \
	$(wildcard *.txt) \
	$(empty)

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