Home
last modified time | relevance | path

Searched refs:ZLIB_OBJS (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/zlib-1.2.3/
DMakefile7 ZLIB_OBJS := $(ZLIB_SOURCES:%.c=%.o) macro
9 $(ZLIB_LIB): $(ZLIB_OBJS)
10 ar ru $(ZLIB_LIB) $(MY_LDLIBS) $(ZLIB_OBJS)
12 $(ZLIB_OBJS): CFLAGS += $(ZLIB_CFLAGS)
15 rm -f $(ZLIB_OBJS) $(zlib_lib)