1 |
PERL = $(shell sed -ne 's/^RTPERL=\(.*\)/\1/p' $(RTROOT)/config/RTConfig) |
PERL = $(shell sed -ne 's/^RTPERL=\(.*\)/\1/p' $(RTROOT)/config/RTConfig) |
2 |
POD2HTML = $(PERL) $(shell $(PERL) -MConfig -e 'print "$$Config{installbin}/pod2html\n"') |
# POD2HTML = $(PERL) $(shell $(PERL) -MConfig -e 'print "$$Config{installbin}/pod2html\n"') |
3 |
|
POD2HTML = $(PERL) $(shell echo $(PERL) | sed 's/perl$$/pod2html/') |
4 |
|
|
5 |
PERLPACKAGES := $(wildcard *.pm) |
PERLPACKAGES := $(wildcard *.pm) |
6 |
PERLSCRIPTS := $(wildcard *.pl) |
PERLSCRIPTS := $(wildcard *.pl) |