Home | History | Annotate | Download | only in scripts

Lines Matching full: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' \
148 @echo -e Making $(LIBNAME) libpng-config file for this libpng \
151 echo prefix=\"$(prefix)\"; \
152 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
153 echo L_opts=\"-L$(LIBPATH)\"; \
154 echo libs=\"-lpng$(MINGDLL) -lz\"; \
234 @echo -e Testing libpng-config functions...'\n'
238 "$$($(DB)/libpng-config `echo --$$TYRA |tr '[:upper:]' '[:lower:]'`)"; \
249 echo
250 echo Testing installed dynamic shared library in $(DL).