Changeset 1093 for trunk/lang/perl/Makefile.in
- Timestamp:
- Aug 5, 2008 4:09:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lang/perl/Makefile.in
r1092 r1093 29 29 -I$(srcdir) \ 30 30 -I$(srcdir)/../../src/core \ 31 -I$( privlib)/i686-linux/CORE31 -I$(installarchlib)/CORE 32 32 33 33 LIBS = \ … … 45 45 RM = rm -f 46 46 PERL = @PERL@ 47 POD2MAN = @POD2MAN@48 XSUBPP = @XSUBPP@49 47 PERL_ARCHLIB = @PERL_ARCHLIB@ 50 48 PERL_VERSION = @PERL_VERSION@ … … 53 51 perl5dir = $$RAPPTURE_INSTALL_DIR/lib/perl/$(PERL_VERSION_RV) 54 52 envfile = perl.env 53 includes = @PERL_INCLUDES@ 55 54 ccflags = @PERL_CCFLAGS@ 56 55 cppflags = @PERL_CPPFLAGS@ … … 58 57 privlib = @PERL_PRIVLIB@ 59 58 archlib = @PERL_ARCHLIB@ 59 installarchlib = @PERL_INSTALLARCHLIB@ 60 60 61 61 name = Rappture … … 79 79 80 80 $(envfile): 81 echo 'export PERL5LIB=$( perl5dir):$$PERL5LIB' > $(envfile)81 echo 'export PERL5LIB=$(destdir):$$PERL5LIB' > $(envfile) 82 82 83 83 install:
Note: See TracChangeset
for help on using the changeset viewer.