xref: /titanic_41/usr/src/cmd/perl/Makefile.perl (revision fbe82215144da71ed02c3a920667472cc567fafd)
1*fbe82215SAndy Stormont#
2*fbe82215SAndy Stormont# This file and its contents are supplied under the terms of the
3*fbe82215SAndy Stormont# Common Development and Distribution License ("CDDL"), version 1.0.
4*fbe82215SAndy Stormont# You may only use this file in accordance with the terms of version
5*fbe82215SAndy Stormont# 1.0 of the CDDL.
6*fbe82215SAndy Stormont#
7*fbe82215SAndy Stormont# A full copy of the text of the CDDL should have accompanied this
8*fbe82215SAndy Stormont# source.  A copy of the CDDL is also available via the Internet at
9*fbe82215SAndy Stormont# http://www.illumos.org/license/CDDL.
10*fbe82215SAndy Stormont#
11*fbe82215SAndy Stormont#
12*fbe82215SAndy Stormont# Copyright (c) 2014 Racktop Systems.
13*fbe82215SAndy Stormont#
14*fbe82215SAndy Stormont
15*fbe82215SAndy Stormontinclude $(SRC)/lib/Makefile.lib
16*fbe82215SAndy Stormont
17*fbe82215SAndy StormontPERL_VERSION = 5.10.0
18*fbe82215SAndy Stormont
19*fbe82215SAndy StormontPERL_ARCH = i86pc-solaris-64int
20*fbe82215SAndy Stormont$(SPARC_BLD)PERL_ARCH = sun4-solaris-64int
21*fbe82215SAndy Stormont
22*fbe82215SAndy StormontPERLDIR = $(ADJUNCT_PROTO)/usr/perl5/$(PERL_VERSION)
23*fbe82215SAndy StormontPERLLIBDIR = $(PERLDIR)/lib/$(PERL_ARCH)
24*fbe82215SAndy StormontPERLINCDIR = $(PERLLIBDIR)/CORE
25*fbe82215SAndy Stormont
26*fbe82215SAndy StormontPERLMOD = $(MODULE).pm
27*fbe82215SAndy StormontPERLEXT = $(MACH)/$(MODULE).so
28*fbe82215SAndy Stormont
29*fbe82215SAndy StormontROOTPERLDIR = $(ROOT)/usr/perl5/$(PERL_VERSION)
30*fbe82215SAndy StormontROOTPERLLIBDIR = $(ROOTPERLDIR)/lib/$(PERL_ARCH)
31*fbe82215SAndy StormontROOTPERLMODDIR = $(ROOTPERLLIBDIR)/Sun/Solaris
32*fbe82215SAndy StormontROOTPERLEXTDIR = $(ROOTPERLLIBDIR)/auto/Sun/Solaris/$(MODULE)
33*fbe82215SAndy Stormont
34*fbe82215SAndy StormontROOTPERLMOD = $(ROOTPERLMODDIR)/$(MODULE).pm
35*fbe82215SAndy StormontROOTPERLEXT = $(ROOTPERLEXTDIR)/$(MODULE).so
36