home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Web / Utilities / wwwcount-2.3 / Makefile.NeXT < prev    next >
Encoding:
Makefile  |  1997-01-22  |  1.5 KB  |  58 lines

  1. # Generated automatically from Makefile.in by configure.
  2. #####
  3. # Makefile template for Count 2.0
  4. # This file is used by the configure program to generate Makefile
  5. # by Muhammad A Muquit
  6. # 04/10/95, muquit@semcor.com
  7. # http://www.semcor.com/~muquit/
  8. # updated for Count 1.2 06/06/95, --muquit
  9. # updated for Count 1.5 09/17/95, -- muquit
  10. # updated for Count 2.0 11/25/95, -- muquit
  11. #
  12. # $Revision: 2.3 $
  13. # $Date: 1996/05/03 02:20:22 $
  14. #
  15. #####
  16.  
  17. INCLUDES= -I. -I./combine
  18. CC= cc
  19. DEFS=  -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRING_H=1 -DHAVE_FCNTL_H=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CTYPE_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_FLOCK=1 -DHAVE_STRCASECMP=1 -DHAVE_MKTIME=1 
  20. LIBS=  
  21. ##
  22. # do not undefine ACESS_AUTH
  23. ##
  24. ACCESS_AUTH= -DACCESS_AUTH=1
  25. DEFINES= $(INCLUDES) $(DEFS) $(ACCESS_AUTH) -D__USE_FIXED_PROTOTYPES__
  26. CFLAGS= -O2 -pipe -arch hppa -arch i386 -arch m68k -arch sparc -no-precomp $(DEFINES) -DSYS_UNIX=1 -DDEBUG=1
  27.  
  28.  
  29. OBJS= main.o parse.o strimage.o
  30.  
  31. all:    libCombine.a Count
  32.  
  33. #
  34. # make the GIF combining library
  35. #
  36. libCombine.a:
  37.     (cd combine; make)
  38. #
  39. Count:    $(OBJS)
  40.         $(CC) $(CFLAGS) -o Count.cgi $(OBJS) ./combine/libCombine.a
  41.  
  42. main.o:    main.c
  43.         $(CC) $(CFLAGS) -c main.c
  44.  
  45. parse.o:    parse.c
  46.         $(CC) $(CFLAGS) -c parse.c
  47.  
  48. strimage.o:    strimage.c
  49.         $(CC) $(CFLAGS) -c strimage.c
  50.  
  51. main.o:    count.h config.h
  52. parse.o:    count.h config.h
  53.  
  54. clean:
  55.     (cd combine; make clean)
  56.     rm -f $(OBJS) Count.cgi core
  57.     rm -f config.cache config.log config.status
  58.