home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / gui / GenCodeC2_2d.lha / GenCodeC2.2d / source / WriteCatalog / SMakeFile < prev    next >
Encoding:
Makefile  |  1997-01-22  |  309 b   |  16 lines

  1. Objects =     WriteCatalogGUI.o \
  2.             WriteCatalogMain.o 
  3.  
  4. Program =    //Module/WriteCatalog/WriteCatalog
  5.  
  6. .c.o:
  7.     sc gst=$*.gst ansi errorrexx verbose includedir=/ $*.c
  8.  
  9. $(Program): $(Objects)
  10.     sc link from $(Objects) \
  11.         to $(Program) \
  12.         lib /WriteCatalogFiles.o \
  13.         lib /Tools.o \
  14.         lib /TextField.o \
  15.         verbose
  16.