Searched defs:PERL (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/make-rules/
H A Dshared-macros.mk382 PERL.5.8.4 = /usr/perl5/5.8.4/bin/perl
383 PERL.5.12 = /usr/perl5/5.12/bin/perl
384 PERL.5.12-mt = /usr/perl5/5.12/bin/perl-threaded
386 PERL = $(PERL.$(PERL_VERSION)) macro
388 PERL_ARCH := $(shell $(PERL) -e 'use Config; print $$Config{archname}')
394 #PERL_CC := $(shell $(PERL) -e 'use Config; print $$Config{cc}')
395 PERL_OPTIMIZE :=$(shell $(PERL) -e 'use Config; print $$Config{optimize}')

Completed in 17 milliseconds