home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1895.dms / in.adf / KeyBang / Source / makefile < prev    next >
Encoding:
Makefile  |  1997-10-30  |  466 b   |  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.