source: tags/initial/PROBE/pd.makefile

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 253 bytes
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2
3pd:     probe_debug.o ../PROBE_COM/client.a
4        CC -g -o $@ probe_debug.o ../PROBE_COM/client.a
5
6probe_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.