aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
blob: f8a2a58a57f6c2016a1ad6d9b7d55af82b4cbf36 (plain)
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
dirs = libOSC send+dump  src

all: 
	cd libOSC && make
	cd src && make

lib: all
	cd src && make lib

utils:
	cd send+dump && make

install: all lib utils
	cd src && make install

clean:
	cd libOSC && make clean
	cd send+dump && make clean
	cd src && make clean

distclean: clean
	-rm *~
	rm Makefile */Makefile
	rm config.log config.status config.h
	-rm -Rf ./autom4te.cache/ extra