home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / dos / ncsa_tel / contribu / byu_tel2.hqx / vs / vslib.make < prev    next >
Text File  |  1989-05-17  |  841b  |  27 lines

  1. #   File:       vslib.make
  2. #   Target:     vslib
  3. #   Sources:    vsintern.c vsinterf.c vsem.c rsmac.c
  4. #   Created:    Monday, June 6, 1988 11:05:55 AM
  5. ObjDir    = ":obj:"
  6. COpts    = -g -DMAC -DMPW
  7. AsmOpts    = 
  8. AllDepend =    vsdata.h vskeys.h vsinit.h ::main:mpw.h vslib.make
  9.  
  10. {ObjDir}vsintern.c.o ─ {AllDepend} vsintern.c
  11.     C {COpts} -s VS vsintern.c -o {ObjDir}vsintern.c.o
  12.     
  13. {ObjDir}vsinterf.c.o ─ {AllDepend} vsinterf.c 
  14.     C {COpts} -s VS vsinterf.c -o {ObjDir}vsinterf.c.o
  15.     
  16. {ObjDir}vsem.c.o ─ {AllDepend} vsem.c 
  17.     C {COpts} -s VS vsem.c -o {ObjDir}vsem.c.o
  18.     
  19. {ObjDir}rsmac.c.o ─ {AllDepend} rsmac.c wind.h
  20.     C {COpts} -s RS rsmac.c -o {ObjDir}rsmac.c.o
  21.     
  22. vslib ── {ObjDir}vsintern.c.o {ObjDir}vsinterf.c.o {ObjDir}vsem.c.o {ObjDir}rsmac.c.o
  23.     lib -o vslib.o ╢
  24.         {ObjDir}vsem.c.o ╢
  25.         {ObjDir}vsinterf.c.o ╢
  26.         {ObjDir}vsintern.c.o ╢
  27.         {ObjDir}rsmac.c.o