home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / packery / unsit1.5c.amiga / src / makefile.unix < prev    next >
Makefile  |  2005-05-06  |  309b  |  13 lines

  1. GETOPT = 
  2. #GETOPT = getopt.o
  3.  
  4. unsit : unsit.o updcrc.o $(GETOPT)
  5.     cc -o unsit unsit.o updcrc.o $(GETOPT)
  6.  
  7. unsit.o : unsit.c stuffit.h
  8. getopt.o : getopt.c
  9.  
  10. unsit.shar : README Makefile unsit.c stuffit.h updcrc.c getopt.c unsit.1
  11.     shar README Makefile unsit.c stuffit.h updcrc.c getopt.c unsit.1 \
  12.     >unsit.shar
  13.