OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZLIBSRC
(Results
1 - 3
of
3
) sorted by null
/external/libpng/contrib/pngminim/decoder/
makefile
27
ZLIBSRC
=$(PNGSRC)/../zlib
131
# No dependency on the
ZLIBSRC
target so that it only needs
135
$(COPY) $(
ZLIBSRC
)/$@ $@
142
test -r $(
ZLIBSRC
)/$$f &&\
143
echo $(COPY) $(
ZLIBSRC
)/$$f $@ &&\
144
$(COPY) $(
ZLIBSRC
)/$$f $@ && exit 0;\
145
done; echo copy: $(
ZLIBSRC
)/zconf.h not found; exit 1
/external/libpng/contrib/pngminim/encoder/
makefile
27
ZLIBSRC
=$(PNGSRC)/../zlib
130
# No dependency on the
ZLIBSRC
target so that it only needs
134
$(COPY) $(
ZLIBSRC
)/$@ $@
141
test -r $(
ZLIBSRC
)/$$f &&\
142
echo $(COPY) $(
ZLIBSRC
)/$$f $@ &&\
143
$(COPY) $(
ZLIBSRC
)/$$f $@ && exit 0;\
144
done; echo copy: $(
ZLIBSRC
)/zconf.h not found; exit 1
/external/libpng/contrib/pngminim/preader/
makefile
43
ZLIBSRC
=$(PNGSRC)/../zlib
146
# No dependency on the
ZLIBSRC
target so that it only needs
150
$(COPY) $(
ZLIBSRC
)/$@ $@
157
test -r $(
ZLIBSRC
)/$$f &&\
158
echo $(COPY) $(
ZLIBSRC
)/$$f $@ &&\
159
$(COPY) $(
ZLIBSRC
)/$$f $@ && exit 0;\
160
done; echo copy: $(
ZLIBSRC
)/zconf.h not found; exit 1
Completed in 31 milliseconds