Searched refs:ext (Results 1 - 7 of 7) sorted by relevance

/solaris-userland-s11u3/components/ruby/puppet/
H A DMakefile62 (cd ext; $(RUBY) extconf.rb; $(GMAKE))
68 @if [ -f ext/Makefile ]; then \
69 (cd ext; $(GMAKE) clean; $(RM) Makefile) \
/solaris-userland-s11u3/components/visual-panels/apache/src/cmd/httpd/
H A Dhttp-vpanels127 ext=""
134 ext="$ext $arg"
137 ext=`echo "$ext" | sed 's/[,|\\]/ /g'`
138 echo "AddType $Mimetype $ext" >>$APACHE_CONF
/solaris-userland-s11u3/components/php/php56/intl/
H A DMakefile40 SOURCE_DIR = $(PHP_SOURCE_DIR)/ext/intl
/solaris-userland-s11u3/components/php-5_3/
H A Dcommon.mk212 ext=$${conffile\#\#*/}; \
215 $(PROTO_DIR)/$(MODULES_CONFDIR)/$${ext}; \
218 $(PROTO_DIR)/$(ZTS_MODULES_CONFDIR)/$${ext}; \
232 ext=$${module\#\#*/}; \
233 echo "extension=$${ext}.so" > $${ext}.ini; \
234 $(INSTALL) -m 644 $${ext}.ini \
235 $(PROTO_DIR)/$(MODULES_CONFDIR)/$${ext}.ini; \
236 $(INSTALL) -m 644 $${ext}.ini \
237 $(PROTO_DIR)/$(ZTS_MODULES_CONFDIR)/$${ext}
[all...]
/solaris-userland-s11u3/components/ruby/ruby-21/
H A DMakefile63 # ext/ripper/Makefile is identical to what occurs during install
66 $(GSED) -i -e "s/^static: check/static: all/" $(BUILD_DIR_64)/ext/ripper/Makefile ; \
67 $(TOUCH) -r $(BUILD_DIR_64)/ext/ripper/ripper.o $(BUILD_DIR_64)/ext/ripper/Makefile
104 # an assertion failure when compiling ext/socket/raddrinfo.c,
144 # fiddle.so (ext/fiddle) links to libffi, which does not define
/solaris-userland-s11u3/components/git/
H A DMakefile143 ext=$${filename##*.}; \
145 if [ $$ext = 5 ]; then newext=4; fi; \
146 if [ $$ext = 7 ]; then newext=5; fi; \
/solaris-userland-s11u3/components/openstack/neutron/files/evs/migrate/
H A Dhavana_api.py19 from sqlalchemy.ext import declarative

Completed in 141 milliseconds