This commit was manufactured by cvs2svn to create branch 'gomp-branch'.
[official-gcc.git] / zlib / contrib / delphi / zlib.mak
blobba557e2b9772c764ca04ecbc368932b4f64336dd
1 # Makefile for zlib32bd.lib
2 # ------------- Borland C++ 4.5 -------------
4 # The (32-bit) zlib32bd.lib made with this makefile is intended for use
5 # in making the (32-bit) DLL, png32bd.dll. It uses the "stdcall" calling
6 # convention.
8 CFLAGS= -ps -O2 -C -K -N- -k- -d -3 -r- -w-par -w-aus -WDE
9 CC=f:\bc45\bin\bcc32
10 LIBFLAGS= /C
11 LIB=f:\bc45\bin\tlib
12 ZLIB=zlib32bd.lib
14 .autodepend
15 .c.obj:
16 $(CC) -c $(CFLAGS) $<
18 OBJ1=adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infblock.obj
19 OBJ2=infcodes.obj inflate.obj inftrees.obj infutil.obj inffast.obj
20 OBJ3=trees.obj uncompr.obj zutil.obj
21 pOBJ1=+adler32.obj+compress.obj+crc32.obj+deflate.obj+gzio.obj+infblock.obj
22 pOBJ2=+infcodes.obj+inflate.obj+inftrees.obj+infutil.obj+inffast.obj
23 pOBJ3=+trees.obj+uncompr.obj+zutil.obj
25 all: $(ZLIB)
27 $(ZLIB): $(OBJ1) $(OBJ2) $(OBJ3)
28 @if exist $@ del $@
29 $(LIB) @&&|
30 $@ $(LIBFLAGS) &
31 $(pOBJ1) &
32 $(pOBJ2) &
33 $(pOBJ3)
36 # End of makefile for zlib32bd.lib