home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / commodities / yak / source / smakefile < prev    next >
Makefile  |  1993-04-21  |  257b  |  13 lines

  1. # smakefile for Yak
  2. # nb: uses SCOPTIONS
  3.  
  4. YOBJS=    main.o handler.o settings.o beep.o help.o pri.o icon.o dummy.o
  5.  
  6. Yak:    yak.gst $(YOBJS)
  7.     slink with yak.with
  8.  
  9. help.o: help.c popup.c
  10.     sc DATA=FAR help.c
  11.  
  12. yak.gst: syms.c
  13.     sc MakeGlobalSymbolTable yak.gst syms.c