home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / emulator / transuti.lzh / makefile next >
Encoding:
Makefile  |  1991-01-27  |  170 b   |  11 lines

  1. OBJS = PSTransformer.o privhndlr.o start.o
  2.  
  3. AFLAGS = -cd
  4. CFLAGS = +p 
  5.  
  6. .asm.o:    
  7.     as $(AFLAGS) -o $@ $*.asm
  8.  
  9. PSTransformer:    $(OBJS)
  10.     ln +c $(OBJS) -o PSTransformer -lcl32
  11.