home *** CD-ROM | disk | FTP | other *** search
/ Dream 48 / Amiga_Dream_48.iso / Atari / c / libs / gemfast / gemfut15.lzh / AESUTIL.MAK < prev    next >
Text File  |  1990-08-06  |  327b  |  15 lines

  1. #CFLAGS = -O
  2.  
  3. OBJ = \
  4. aesutgr1.o aesutob1.o aesutob2.o aesutob3.o aesutob4.o aesutob5.o \
  5. aesutrc1.o aesutrc2.o aesutrc3.o aesutrc4.o aesutrc5.o \
  6. aesutrs1.o aesutrs2.o aesutrs3.o aesutfm1.o \
  7. aesevnx2.o aesfrmx1.o aeswinx2.o
  8.  
  9. aesutall.prg: $(OBJ)
  10. # %e just compile everything then stop.
  11.  
  12. cleanup:
  13.     $(RM) *.o
  14.  
  15.