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