home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 1036.dms / 1036.adf / Dec_ln03 / makefile < prev    next >
Makefile  |  1977-12-31  |  379b  |  16 lines

  1. #
  2. #       This is a  makefile for Aztec C ver 3.4a
  3. #               written by Bernie Mentink Christchurch N.Z 1/2/88
  4. #
  5. #
  6. OBJS =  printertag.o init.o wait.o data.o dospecial.o render.o
  7.  
  8. AFLAGS = -D -Idf2:include
  9. CFLAGS = +B +D +Q +Idf2:include.pre
  10.  
  11. LN03+: $(OBJS)
  12.         copy :lib/cl.lib ram:
  13.         ln -o LN03+ $(OBJS) -lcl
  14. inc:
  15.         cc -a +D +Q +Hdf2:include.pre include.c
  16.