OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZLIB_LIB
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/zlib-1.2.3/
Makefile
3
ZLIB_LIB
:= $(SRC_PATH)/libz.a
9
$(
ZLIB_LIB
): $(ZLIB_OBJS)
10
ar ru $(
ZLIB_LIB
) $(MY_LDLIBS) $(ZLIB_OBJS)
15
rm -f $(ZLIB_OBJS) $(
zlib_lib
)
/external/zlib/src/watcom/
watcom_l.mak
20
ZLIB_LIB
= zlib_l.lib
25
all: $(
ZLIB_LIB
) example.exe minigzip.exe
27
$(
ZLIB_LIB
): $(OBJS)
28
wlib -b -c $(
ZLIB_LIB
) -+adler32.obj -+compress.obj -+crc32.obj
29
wlib -b -c $(
ZLIB_LIB
) -+gzclose.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj
30
wlib -b -c $(
ZLIB_LIB
) -+deflate.obj -+infback.obj
31
wlib -b -c $(
ZLIB_LIB
) -+inffast.obj -+inflate.obj -+inftrees.obj
32
wlib -b -c $(
ZLIB_LIB
) -+trees.obj -+uncompr.obj -+zutil.obj
34
example.exe: $(
ZLIB_LIB
) example.obj
35
$(LINKER) -fe=example.exe example.obj $(
ZLIB_LIB
)
[
all
...]
watcom_f.mak
20
ZLIB_LIB
= zlib_f.lib
25
all: $(
ZLIB_LIB
) example.exe minigzip.exe
27
$(
ZLIB_LIB
): $(OBJS)
28
wlib -b -c $(
ZLIB_LIB
) -+adler32.obj -+compress.obj -+crc32.obj
29
wlib -b -c $(
ZLIB_LIB
) -+gzclose.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj
30
wlib -b -c $(
ZLIB_LIB
) -+deflate.obj -+infback.obj
31
wlib -b -c $(
ZLIB_LIB
) -+inffast.obj -+inflate.obj -+inftrees.obj
32
wlib -b -c $(
ZLIB_LIB
) -+trees.obj -+uncompr.obj -+zutil.obj
34
example.exe: $(
ZLIB_LIB
) example.obj
35
$(LINKER) -ldos32a -fe=example.exe example.obj $(
ZLIB_LIB
)
[
all
...]
/external/zlib/src/contrib/delphi/
zlibd32.mak
19
ZLIB_LIB
= zlib.lib
28
all: $(
ZLIB_LIB
) example.exe minigzip.exe
73
$(
ZLIB_LIB
): $(OBJ1) $(OBJ2)
74
-del $(
ZLIB_LIB
)
75
$(AR) $(
ZLIB_LIB
) $(OBJP1)
76
$(AR) $(
ZLIB_LIB
) $(OBJP2)
84
example.exe: example.obj $(
ZLIB_LIB
)
85
$(LD) $(LDFLAGS) example.obj $(
ZLIB_LIB
)
87
minigzip.exe: minigzip.obj $(
ZLIB_LIB
)
88
$(LD) $(LDFLAGS) minigzip.obj $(
ZLIB_LIB
)
[
all
...]
/external/zlib/src/contrib/pascal/
zlibd32.mak
19
ZLIB_LIB
= zlib.lib
28
all: $(
ZLIB_LIB
) example.exe minigzip.exe
73
$(
ZLIB_LIB
): $(OBJ1) $(OBJ2)
74
-del $(
ZLIB_LIB
)
75
$(AR) $(
ZLIB_LIB
) $(OBJP1)
76
$(AR) $(
ZLIB_LIB
) $(OBJP2)
84
example.exe: example.obj $(
ZLIB_LIB
)
85
$(LD) $(LDFLAGS) example.obj $(
ZLIB_LIB
)
87
minigzip.exe: minigzip.obj $(
ZLIB_LIB
)
88
$(LD) $(LDFLAGS) minigzip.obj $(
ZLIB_LIB
)
[
all
...]
Completed in 1944 milliseconds