source: tags/initial/NAMES/nd.makefile

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

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 215 bytes
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2
3nd:     names_debug.o
4        acc -g -o $@ $? ../NAMES_COM/client.a
5
6names_debug.o: names_debug.c ../INCLUDE/names_client.h
7        acc -c -g -o $@ $*.c -I../INCLUDE
Note: See TracBrowser for help on using the repository browser.