File: Makefile.plb

package info (click to toggle)
pd-cxc 0.5.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 560 kB
  • sloc: ansic: 4,298; makefile: 336
file content (39 lines) | stat: -rw-r--r-- 577 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
lib.name = cxc
class.sources = \
	ENV.c \
	ascseq.c \
	ascwave.c \
	bfilt.c \
	bfilt2.c \
	cxc_counter.c \
	cxavgdev.c \
	cxc_prepend.c \
	cxc_split.c \
	cxmean.c \
	cxstddev.c \
	delta~.c \
	dist_normal.c \
	hex2dec.c \
	ixprint.c \
	mean~.c \
	random1.c \
	random1~.c \
	random_fl.c \
	random_fl~.c \
	random_icg.c \
	random_icg~.c \
	random_tw.c \
	reson~.c \
	utime.c \
	proc.c \
	$(empty)
datafiles = \
	$(wildcard *.pd) \
	$(wildcard *.txt) \
	$(empty)

datadirs = \
	$(empty)

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