add new sigc++2 directory
[ardour.git] / libs / surfaces / frontier / tests / Makefile
1 # Some basic utilities for testing the tranzport's I/O
2 # eventually "tranzport" will become a flexible command
3 #
4 #
5 all: tranzport tranzport_lights
6
7 tranzport: tranzport.c
8         gcc -g -Wall -o tranzport tranzport.c 
9
10 tranzport_lights: tranzport_lights.c
11         gcc -g -Wall -o tranzport_lights tranzport_lights.c 
12
13 clean:: 
14         rm -f core .*.cmd *.o *.ko *.mod.c Module.symvers *.bak .\#* *~
15         rm -rf .tmp_versions tranzport tranzport_lights
16
17