/[kernel]/dists/trunk/utils/kernel-package/debian/common/perlvars.mk
ViewVC logotype

Contents of /dists/trunk/utils/kernel-package/debian/common/perlvars.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4490 - (show annotations) (download)
Sun Oct 16 22:20:45 2005 UTC (7 years, 7 months ago) by luther
File size: 1093 byte(s)
Importing kernel-package to work on while Manoj is away, not sure how useful it is, but we need something to keep track of the ramdisk changes.
1 ############################ -*- Mode: Makefile -*- ###########################
2 ## perlvars.mk ---
3 ## Author : Manoj Srivastava ( srivasta@glaurung.green-gryphon.com )
4 ## Created On : Sat Nov 15 02:55:47 2003
5 ## Created On Node : glaurung.green-gryphon.com
6 ## Last Modified By : Manoj Srivastava
7 ## Last Modified On : Sat Dec 13 13:50:58 2003
8 ## Last Machine Used: glaurung.green-gryphon.com
9 ## Update Count : 3
10 ## Status : Unknown, Use with caution!
11 ## HISTORY :
12 ## Description :
13 ##
14 ## arch-tag: a97a01ba-d08d-404d-aa81-572717c03e6c
15 ##
16 ###############################################################################
17
18 # Perl variables
19 PERL = /usr/bin/perl
20
21 INSTALLPRIVLIB = $(TMPTOP)/$(shell \
22 perl -e 'use Config; print "$$Config{'installprivlib'}\n";')
23 INSTALLARCHLIB = $(TMPTOP)/$(shell \
24 perl -e 'use Config; print "$$Config{'installarchlib'}\n";')
25 INSTALLVENDORLIB =$(TMPTOP)/$(shell \
26 perl -e 'use Config; print "$$Config{'vendorlibexp'}\n";')
27 CONFIG = INSTALLDIRS=vendor

  ViewVC Help
Powered by ViewVC 1.1.5