home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / uucp / Uucp.framework / contrib / uucomp.shar / uucomp-1.1 / Makefile < prev    next >
Encoding:
Makefile  |  1993-12-20  |  1.0 KB  |  54 lines

  1. #
  2. # Makefile generated with genmake - version 1.1  08/22/92
  3. #
  4. # genmake is Copyright 1991 by Edwin R. Carp
  5. #
  6. # GENMAKE -B/usr/bin -tsp [files]
  7. #
  8.  
  9. CC = gcc -O6
  10. CFLAGS =  $(INCLUDE)
  11. SOURCES = crmail.c crnews.c uucomp.c 
  12. OBJECTS = crmail.o crnews.o uucomp.o 
  13. PROGRAMS = /usr/bin/crmail /usr/bin/crnews /usr/bin/uucomp 
  14.  
  15. all: $(PROGRAMS) tags
  16.  
  17. /usr/bin/crmail: crmail.o 
  18.     $(CC) $(CFLAGS) -o crmail crmail.o $(LDFLAGS)  -O
  19.     strip crmail
  20.     chmod 755 crmail
  21.     mv crmail /usr/bin
  22.  
  23. /usr/bin/crnews: crnews.o 
  24.     $(CC) $(CFLAGS) -o crnews crnews.o $(LDFLAGS)  -O
  25.     strip crnews
  26.     chmod 755 crnews
  27.     mv crnews /usr/bin
  28.  
  29. /usr/bin/uucomp: uucomp.o 
  30.     $(CC) $(CFLAGS) -o uucomp uucomp.o $(LDFLAGS)  -O
  31.     strip uucomp
  32.     chmod 755 uucomp
  33.     mv uucomp /usr/bin
  34.  
  35. clean:
  36.     /bin/rm -f $(OBJECTS) MAKELOG eddep makedep
  37.  
  38. clobber:
  39.     /bin/rm -f $(OBJECTS) $(PROGRAMS) MAKELOG eddep makedep *~ *.bak *.BAK
  40.     /bin/rm -f tags
  41.  
  42. hidden:
  43.     echo "make all > MAKELOG 2>&1 &"|/bin/sh
  44.  
  45. makefile:
  46.     genmake -B/usr/bin -tsp $(SOURCES) &
  47.  
  48. makeall:
  49.     genmake -B/usr/bin -tsp *.c &
  50.  
  51. tags:    $(SOURCES)
  52.     ctags $(SOURCES) > tags
  53.  
  54.