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

  1. # Generated automatically from Makefile.in by configure.
  2. #
  3. # Makefile template for GIF combining lib
  4. # This file is used by the configure program to generate Makefile
  5. # muquit@semcor.com
  6. # 07-11-95, -- muquit
  7. # 09-17-95 (Count 1.5), -- muquit
  8. # 11-25-95 (Count 2.0), -- muquit
  9.  
  10. CC= cc
  11. 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 
  12. AR= ar cq
  13. RANLIB= ranlib
  14.  
  15. INCLUDES=  -I. -I..
  16.  
  17. # replace -O with -g in order to debug
  18.  
  19. DEFINES= $(INCLUDES) $(DEFS) -D__USE_FIXED_PROTOTYPES__ -DSYS_UNIX=1
  20. CFLAGS= -O2 -pipe -arch hppa -arch i386 -arch m68k -arch sparc -no-precomp $(DEFINES)
  21.  
  22. SRCS = crbasei.c allocim.c readgif.c rddata.c dstraimg.c\
  23.        readblk.c lzwdec.c syncimg.c duplicim.c writegif.c lsbfwrs.c\
  24.        lzenc.c uncmpimg.c readim.c flatten.c signature.c quantize.c\
  25.        compimg.c rgbtran.c tranrgb.c compcmap.c frameim.c modulate.c\
  26.        alphaim.c setpixel.c getfinfo.c imgstr.c gdfonts.c negate.c\
  27.        rotate.c getsize.c opaqim.c cropim.c
  28. OBJS = crbasei.o allocim.o readgif.o rddata.o dstraimg.o\
  29.        readblk.o lzwdec.o syncimg.o duplicim.o writegif.o lsbfwrs.o\
  30.        lzwenc.o uncmpimg.o readim.o flatten.o signature.o quantize.o\
  31.        compimg.o rgbtran.o tranrgb.o compcmap.o frameim.o modulate.o\
  32.        alphaim.o setpixel.o getfinfo.o imgstr.o gdfonts.o negate.o\
  33.        rotate.o getsize.o opaqim.o cropim.o
  34.  
  35. .c.o:
  36.     rm -f $@
  37.     $(CC) $(CFLAGS) -c $*.c
  38.  
  39. all: libCombine.a
  40.  
  41. libCombine.a: $(OBJS)
  42.     rm -f $@
  43.     $(AR) $@ $(OBJS)
  44.     $(RANLIB) $@
  45.  
  46. combine.o: combine.h
  47.  
  48. clean:
  49.     rm -f $(OBJS) libCombine.a core
  50.