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