home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Zone / VRZONE.ISO / mac / PC / PCGLOVE / POWER386 / MAKEFILE < prev    next >
Text File  |  1994-12-20  |  577b  |  27 lines

  1. #
  2. # Makefile for Nintendo joystick driver
  3. # Copyright 1991 Lance Norskog
  4.  
  5. FILES= README Makefile nes.c strobe.c mouseX386.c nintendo.h Node System Master
  6.  
  7. all: nes.o strobe
  8.  
  9. strobe: strobe.c
  10.     cc strobe.c -o strobe
  11.  
  12. install:
  13.     mkdir /etc/conf/pack.d/nes
  14.     rm -f /etc/conf/pack.d/nes/Driver.o 
  15.     cp nes.o /etc/conf/pack.d/nes/Driver.o
  16.     rm -f /etc/conf/sdevice.d/nes /etc/conf/node.d/nes
  17.     cp Node /etc/conf/node.d/nes
  18.     cp System /etc/conf/system.d/nes
  19.     echo "You did install the Master file, didn't you?"
  20.  
  21. shar: 
  22.     /usr2/tools/shar/shar -F -s thinman@netcom.com $(FILES)
  23.  
  24. FRC: 
  25.