aboutsummaryrefslogtreecommitdiff
path: root/pdp_freeframe/Makefile
blob: 7fa28dcbfa5c527e868ae0c5f38d6559fdde8f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
current: all

include Makefile.config

PDP_MOD = pdp_freeframe.o 


# build basic image processing modules (derived from base class)
all: $(PDP_MOD)
	$(CC) --export_dynamic -shared -o pdp_freeframe.pd_linux *.o $(PDP_LIBS)

clean:
	rm -f *~
	rm -f *.o
	rm -f *.pd_linux