• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/scripts/

Lines Matching refs:LIBNAME

46 LIBNAME = libpng12
79 all: libpng.a $(LIBNAME).sl pngtest libpng.pc libpng-config
91 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
96 $(LIBNAME).sl: $(LIBNAME).sl.$(PNGMAJ)
97 ln -sf $(LIBNAME).sl.$(PNGMAJ) $(LIBNAME).sl
99 $(LIBNAME).sl.$(PNGMAJ): $(LIBNAME).sl.$(PNGVER)
100 ln -sf $(LIBNAME).sl.$(PNGVER) $(LIBNAME).sl.$(PNGMAJ)
102 $(LIBNAME).sl.$(PNGVER): $(OBJSDLL)
104 +h $(LIBNAME).sl.$(PNGMAJ) -o $(LIBNAME).sl.$(PNGVER) $(OBJSDLL)
110 pngtest: pngtest.o $(LIBNAME).sl
119 -@if [ ! -d $(DI)/$(LIBNAME) ]; then mkdir $(DI)/$(LIBNAME); fi
120 cp png.h pngconf.h $(DI)/$(LIBNAME)
121 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.h
124 (cd $(DI); ln -sf $(LIBNAME) libpng; ln -sf $(LIBNAME)/* .)
128 cp libpng.a $(DL)/$(LIBNAME).a
129 chmod 644 $(DL)/$(LIBNAME).a
131 (cd $(DL); ln -sf $(LIBNAME).a libpng.a)
133 install-shared: install-headers $(LIBNAME).sl.$(PNGVER) libpng.pc \
136 -@/bin/rm -f $(DL)/$(LIBNAME).sl.$(PNGVER)* $(DL)/$(LIBNAME).sl
137 -@/bin/rm -f $(DL)/$(LIBNAME).sl.$(PNGMAJ)
141 cp $(LIBNAME).sl.$(PNGVER) $(DL)
143 chmod 755 $(DL)/$(LIBNAME).sl.$(PNGVER)
148 ln -sf $(LIBNAME).sl.$(PNGVER) $(LIBNAME).sl.$(PNGMAJ); \
149 ln -sf $(LIBNAME).sl.$(PNGMAJ) $(LIBNAME).sl)
151 -@/bin/rm -f $(DL)/pkgconfig/$(LIBNAME).pc
153 cp libpng.pc $(DL)/pkgconfig/$(LIBNAME).pc
154 chmod 644 $(DL)/pkgconfig/$(LIBNAME).pc
155 (cd $(DL)/pkgconfig; ln -sf $(LIBNAME).pc libpng.pc)
171 -@/bin/rm -f $(DB)/$(LIBNAME)-config
172 cp libpng-config $(DB)/$(LIBNAME)-config
173 chmod 755 $(DB)/$(LIBNAME)-config
174 (cd $(DB); ln -sf $(LIBNAME)-config libpng-config)
202 libpng-config $(LIBNAME).sl $(LIBNAME).sl.$(PNGMAJ)* \