]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - zlib/msdos/Makefile.emx
Imported gcc-4.4.3
[msp430-gcc.git] / zlib / msdos / Makefile.emx
index 0e5e5cc43383f15f96b66ed65e7496c3629076ab..ed4c31fbbde0f797e0a2f4d0f4ea8b438c5eb2a1 100644 (file)
@@ -1,11 +1,11 @@
 # Makefile for zlib.  Modified for emx 0.9c by Chr. Spieler, 6/17/98.
 # Copyright (C) 1995-1998 Jean-loup Gailly.
-# For conditions of distribution and use, see copyright notice in zlib.h 
+# For conditions of distribution and use, see copyright notice in zlib.h
 
 # To compile, or to compile and test, type:
-# 
+#
 #   make -fmakefile.emx;  make test -fmakefile.emx
-# 
+#
 
 CC=gcc
 
@@ -34,7 +34,7 @@ prefix=/usr/local
 exec_prefix = $(prefix)
 
 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
-       zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o
+       zutil.o inflate.o infback.o inftrees.o inffast.o
 
 TEST_OBJS = example.o minigzip.o
 
@@ -42,7 +42,7 @@ all: example.exe minigzip.exe
 
 test: all
        ./example
-       echo hello world | .\minigzip | .\minigzip -d 
+       echo hello world | .\minigzip | .\minigzip -d
 
 %.o : %.c
        $(CC) $(CFLAGS) -c $< -o $@