File: Makefile.plb

package info (click to toggle)
pd-chaos 0.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 776 kB
  • sloc: ansic: 6,871; makefile: 334
file content (45 lines) | stat: -rw-r--r-- 702 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
lib.name = chaos
class.sources = \
	attract1.c \
	base3.c \
	base.c \
	dejong.c \
	gingerbreadman.c \
	henon.c \
	hopalong.c \
	ikeda.c \
	latoocarfian.c \
	latoomutalpha.c \
	latoomutbeta.c \
	latoomutgamma.c \
	logistic.c \
	lorenz.c \
	lotkavolterra.c \
	martin.c \
	mlogistic.c \
	pickover.c \
	popcorn.c \
	quadruptwo.c \
	rossler.c \
	standardmap.c \
	strange1.c \
	tent.c \
	three_d.c \
	threeply.c \
	tinkerbell.c \
	unity.c \
	$(empty)
shared.sources = \
	libchaos.c \
	$(empty)
datafiles = \
	$(wildcard *.pd) \
	$(wildcard *.txt) \
	$(wildcard *.md) \
	$(empty)
datadirs = \
	examples \
	$(empty)

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