aboutsummaryrefslogtreecommitdiff
path: root/pdp_1394L/Makefile
blob: 71e207093a44ec8bde75a17314c5e85c3a7a325e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
current: all

include Makefile.config

PDP_MOD = pdp_1394L.o 

all: $(PDP_MOD)
	$(CC) -Wl,--export-dynamic -shared -o pdp_1394L.pd_linux *.o $(PDP_LIBS)

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