home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / Development / Example_Code_v37 / AmigaMail / ImageClass / smakefile < prev    next >
Encoding:
Makefile  |  1996-03-17  |  265 b   |  10 lines

  1. .c.o:
  2.     sc $(CFLAGS) $<
  3.  
  4. CFLAGS = nostackcheck structureequivalence saveds ignore=73
  5.  
  6. all: usemyic
  7.  
  8. usemyic: usemyic.o mytextlabelclass.o hookface.o classface.o
  9.     slink lib:c.o usemyic.o mytextlabelclass.o hookface.o classface.o lib lib:sc.lib lib:amiga.lib sc sd nd
  10.