home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / DOpus4-GPL / DOpus_Icon / makefile < prev    next >
Makefile  |  2000-01-27  |  289b  |  22 lines

  1. OBJS = data.o main.o doiconinfo.o lsprintf.o strings.o
  2.  
  3. All : DOpus_Icon
  4.  
  5. DOpus_Icon : $(OBJS)
  6.     slink with <<
  7. define __ctype=___ctype
  8. from lib:cres.o $(OBJS)
  9. to DOpus_Icon
  10. lib lib:scm.lib lib:sc.lib
  11. noicons
  12. maxhunk 51200
  13. sd
  14. nodebug
  15. <
  16.  
  17. .c.o:
  18.     sc $*.c
  19. .asm.o:
  20.     sc:c/asm -isc:include $*.asm
  21.  
  22.