home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 600-699 / ff631.lha / KeyBang / Source / makefile < prev    next >
Makefile  |  1992-04-06  |  466b  |  24 lines

  1. KeyBang: KeyBang.o Startup.o handler.o
  2.     ln -o KeyBang KeyBang.o Startup.o handler.o -lc32
  3.  
  4. KeyBang.o: KeyBang.c KeyBang.syms table.h
  5.     cc -l100 +IKeyBang.syms +l KeyBang.c
  6.  
  7. KeyBang.syms: KeyBang.h
  8.     cc -l100 +HKeyBang.syms +l KeyBang.h
  9.  
  10. Startup.o: Startup.c
  11.     cc -l100 +l Startup.c
  12.  
  13. handler.o: handler.a
  14.     as handler.a
  15.  
  16. table.h: maketable
  17.     maketable > table.h
  18.  
  19. maketable: maketable.o
  20.     ln -o maketable maketable.o -lm32 -lc32
  21.  
  22. maketable.o: maketable.c
  23.     cc +l maketable.c
  24.