home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / beav1402.zip / makefile.amg < prev    next >
Makefile  |  1993-04-16  |  637b  |  26 lines

  1. #
  2. # Makefile for commodore amiga version of beav, SAS C V5.10a, SJR Jun 1991.
  3. # Modifications
  4. #---------------
  5. #
  6. # 21st August 1991 - Version 1.32   - SJR
  7. #
  8. #
  9. CFLAGS= -cw -j93i85i -DNOPROTO -DANSI
  10. CC= lc
  11.  
  12. OFILES= amiga.o basic.o ebcdic.o fileio.o region.o text.o wangpc.o \
  13.     buffer.o echo.o language.o main.o search.o tty.o window.o \
  14.     cinfo.o extend.o kbd.o spawn.o ttyio.o termio.o tcap.o word.o \
  15.     display.o file.o line.o random.o symbol.o ttykbd.o format.o
  16.  
  17. # If using SAS LMK comment out the following line
  18. HFILES= def.h
  19.  
  20. beav: $(OFILES)
  21.     blink with amibeav.lnk
  22. #    protect $@ add p
  23.  
  24. $(OFILES): $(HFILES)
  25.