Home | History | Annotate | Download | only in scripts

Lines Matching full:echo

96 #RANLIB=echo
131 @echo VPATH is set to: \"$(VPATH)\"
132 @echo prefix is set to: \"$(prefix)\"
133 @echo -e INCPATH,LIBPATH, etc. are set to:'\n' \
138 @echo -e Making pkg-config file for this libpng installation..'\n' \
147 @echo -e Making $(LIBNAME) libpng-config file for this libpng \
150 echo prefix=\"$(prefix)\"; \
151 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
152 echo L_opts=\"-L$(LIBPATH)\"; \
153 echo libs=\"-lpng$(CYGDLL) -lz\"; \
239 @echo -e Testing libpng-config functions...'\n'
243 "$$($(DB)/libpng-config `echo --$$TYRA |tr '[:upper:]' '[:lower:]'`)"; \
254 echo
255 echo Testing installed dynamic shared library in $(DL).