diff options
Diffstat (limited to '')
-rw-r--r-- | msdos/Makefile.emx (renamed from old/msdos/Makefile.emx) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/old/msdos/Makefile.emx b/msdos/Makefile.emx index 0e5e5cc..ed4c31f 100644 --- a/old/msdos/Makefile.emx +++ b/msdos/Makefile.emx | |||
@@ -1,11 +1,11 @@ | |||
1 | # Makefile for zlib. Modified for emx 0.9c by Chr. Spieler, 6/17/98. | 1 | # Makefile for zlib. Modified for emx 0.9c by Chr. Spieler, 6/17/98. |
2 | # Copyright (C) 1995-1998 Jean-loup Gailly. | 2 | # Copyright (C) 1995-1998 Jean-loup Gailly. |
3 | # For conditions of distribution and use, see copyright notice in zlib.h | 3 | # For conditions of distribution and use, see copyright notice in zlib.h |
4 | 4 | ||
5 | # To compile, or to compile and test, type: | 5 | # To compile, or to compile and test, type: |
6 | # | 6 | # |
7 | # make -fmakefile.emx; make test -fmakefile.emx | 7 | # make -fmakefile.emx; make test -fmakefile.emx |
8 | # | 8 | # |
9 | 9 | ||
10 | CC=gcc | 10 | CC=gcc |
11 | 11 | ||
@@ -34,7 +34,7 @@ prefix=/usr/local | |||
34 | exec_prefix = $(prefix) | 34 | exec_prefix = $(prefix) |
35 | 35 | ||
36 | OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ | 36 | OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ |
37 | zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o | 37 | zutil.o inflate.o infback.o inftrees.o inffast.o |
38 | 38 | ||
39 | TEST_OBJS = example.o minigzip.o | 39 | TEST_OBJS = example.o minigzip.o |
40 | 40 | ||
@@ -42,7 +42,7 @@ all: example.exe minigzip.exe | |||
42 | 42 | ||
43 | test: all | 43 | test: all |
44 | ./example | 44 | ./example |
45 | echo hello world | .\minigzip | .\minigzip -d | 45 | echo hello world | .\minigzip | .\minigzip -d |
46 | 46 | ||
47 | %.o : %.c | 47 | %.o : %.c |
48 | $(CC) $(CFLAGS) -c $< -o $@ | 48 | $(CC) $(CFLAGS) -c $< -o $@ |