File: perlvars.mk

package info (click to toggle)
liblog-log4perl-perl 1.07-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,456 kB
  • ctags: 418
  • sloc: perl: 4,972; sh: 29; makefile: 11
file content (27 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download | duplicates (145)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
############################ -*- Mode: Makefile -*- ###########################
## perlvars.mk --- 
## Author           : Manoj Srivastava ( srivasta@glaurung.green-gryphon.com ) 
## Created On       : Sat Nov 15 02:55:47 2003
## Created On Node  : glaurung.green-gryphon.com
## Last Modified By : Manoj Srivastava
## Last Modified On : Sat Dec 13 13:50:58 2003
## Last Machine Used: glaurung.green-gryphon.com
## Update Count     : 3
## Status           : Unknown, Use with caution!
## HISTORY          : 
## Description      : 
## 
## arch-tag: a97a01ba-d08d-404d-aa81-572717c03e6c
## 
###############################################################################

# Perl variables
PERL = /usr/bin/perl

INSTALLPRIVLIB  = $(TMPTOP)/$(shell \
                 perl -e 'use Config; print "$$Config{'installprivlib'}\n";')
INSTALLARCHLIB  = $(TMPTOP)/$(shell \
                 perl -e 'use Config; print "$$Config{'installarchlib'}\n";')
INSTALLVENDORLIB =$(TMPTOP)/$(shell \
                 perl -e 'use Config; print "$$Config{'vendorlibexp'}\n";')
CONFIG           = INSTALLDIRS=vendor