8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / perl / Makefile.targ
blobb3f5ec9bd326f088e8a9d37e3acc0be05c3bec9f
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2014 Racktop Systems.
13 # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
16 # Link against libc as perl solaris specs
17 $(PERLEXT):= LDLIBS += -lc
19 # Allow for undefined symbols satisfied by perl
20 $(PERLEXT):= ZDEFS =
22 $(ROOTPERLEXT) := FILEMODE = 0555
23 $(ROOTPERLMOD) := FILEMODE = 0444
25 # CFLAGS for perl, specifically.
26 PCFLAGS= -DPERL_EUPXS_ALWAYS_EXPORT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
27         -DPERL_USE_SAFE_PUTENV -D_TS_ERRNO
29 $(MACH):
30         $(INS.dir)
32 $(PERLEXT): $(MACH)/$(MODULE).o
33         $(BUILD.SO) $(MACH)/$(MODULE).o
35 $(MACH)/$(MODULE).o: $(MACH)/$(MODULE).c
36         $(COMPILE.c) $(PCFLAGS) $(C_PICFLAGS) -I$(PERLINCDIR) $< -o $@
38 $(MACH)/$(MODULE).c: $(MACH) $(MODULE).xs 
39         $(PERLDIR)/bin/xsubpp $(XSUBPPFLAGS) $(MODULE).xs >$@
41 $(ROOTPERLMODDIR):
42         $(INS.dir)
44 $(ROOTPERLMOD): $(ROOTPERLMODDIR) $(MODULE).pm
45         $(RM) $@; $(INS) -s -m $(FILEMODE) -f $^
47 $(ROOTPERLEXTDIR):
48         $(INS.dir)
50 $(ROOTPERLEXT): $(ROOTPERLEXTDIR) $(MACH)/$(MODULE).so
51         $(RM) $@; $(INS) -s -m $(FILEMODE) -f $^