source:
branches/port5/ptpan/pd.makefile
Last change on this file was 5566, checked in by boehnel, 16 years ago | |
---|---|
File size: 271 bytes |
Line | |
---|---|
1 | # INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben |
2 | |
3 | pd: probe_debug.o ../PROBE_COM/client.a |
4 | CC -g -o $@ probe_debug.o ../PROBE_COM/client.a |
5 | |
6 | probe_debug.o: probe_debug.cxx ../INCLUDE/PT_com.h |
7 | CC -c -g -o $@ probe_debug.cxx -I../INCLUDE |
Note: See TracBrowser
for help on using the repository browser.