Add README
[xapian-trec.git] / Makefile.gzip
blobcb8e28e32aad998fc08a7e2c2e21acf024a12f5a
1 #*****************************************************************************
2 #                                                                           
3 #      Makefile for gunzipper module for PADRE (David Hawking 4 June 1998)  
4 #                                                                          
5 #****************************************************************************/
8 CC = gcc
9 CFLAGS =  -O3
10 OBS = crypt.o inflate.o unlzw.o unzip.o gzip.o unlzh.o unpack.o util.o
13 gunzipper:      ${OBS} 
14         ld -r  ${OBS}  -o gunzipper.o 
16 clean:
17         /bin/rm -f *.o