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

  1. # Generated automatically from Makefile.in by configure.
  2. #######
  3. # for unix
  4. # Makefile template for mkstrip, program which makes a strip of image from
  5. # combining several images
  6. #######
  7. INCLUDES= -I. -I../combine -I..
  8. CC= cc
  9. 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 
  10. DEFINES= $(INCLUDES) $(DEFS) -D__USE_FIXED_PROTOTYPES_
  11. CFLAGS= -O2 -pipe -arch hppa -arch i386 -arch m68k -arch sparc -no-precomp $(DEFINES)
  12.  
  13. BINARY=mkstrip
  14. LIBS= ../combine/libCombine.a
  15.  
  16. OBJS= mkstrip.o
  17.  
  18. all: mkstrip
  19.  
  20. mkstrip: $(OBJS)
  21.     $(CC) $(CFLAGS) -o $(BINARY) $(OBJS) $(LIBS)
  22.  
  23. mkstrip.o: mkstrip.c
  24.     $(CC) $(CFLAGS) -c mkstrip.c
  25.  
  26. clean:
  27.     rm -f mkstrip.o mkstrip core
  28.