home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d523 / serlib.lha / SerLib / Examples / Lattice / Antrag / makefile < prev    next >
Makefile  |  1991-08-05  |  220b  |  13 lines

  1. .c.o: 
  2.     lc -d2 -Hlib:allp13.pre $*.c
  3.  
  4. .c.proto:
  5.     lc -DCRPROTO -o$*.proto -pr -Hlib:allp13.pre $*.c
  6.  
  7. all: proto antrag
  8.  
  9. antrag:    antrag.o
  10.     blink lib:c.o,antrag.o to antrag lib lib:lc.lib lib:amiga.lib
  11.  
  12. proto:    antrag.proto
  13.