xref: /titanic_41/usr/src/tools/make/lib/mksh/Makefile (revision 3625efb1376c3d31a0e742ed72b778e5b3add543)
1*3625efb1SRichard Lowe#
2*3625efb1SRichard Lowe# This file and its contents are supplied under the terms of the
3*3625efb1SRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4*3625efb1SRichard Lowe# You may only use this file in accordance with the terms of version
5*3625efb1SRichard Lowe# 1.0 of the CDDL.
6*3625efb1SRichard Lowe#
7*3625efb1SRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8*3625efb1SRichard Lowe# source.  A copy of the CDDL is also available via the Internet at
9*3625efb1SRichard Lowe# http://www.illumos.org/license/CDDL.
10*3625efb1SRichard Lowe#
11*3625efb1SRichard Lowe
12*3625efb1SRichard Lowe# Copyright 2015, Richard Lowe.
13*3625efb1SRichard Lowe
14*3625efb1SRichard LoweLIBRARY = libmksh.a
15*3625efb1SRichard LoweVERS = .1
16*3625efb1SRichard LoweOBJECTS = dosys.o globals.o i18n.o macro.o misc.o mksh.o read.o
17*3625efb1SRichard Lowe
18*3625efb1SRichard Loweinclude $(SRC)/lib/Makefile.lib
19*3625efb1SRichard Loweinclude ../../Makefile.com
20*3625efb1SRichard Lowe
21*3625efb1SRichard LoweLIBS = $(LIBRARY)
22*3625efb1SRichard LoweSRCDIR = $(SRC)/cmd/make/lib/mksh
23*3625efb1SRichard LoweMAPFILES=
24*3625efb1SRichard LoweCPPFLAGS += -D_FILE_OFFSET_BITS=64
25*3625efb1SRichard Lowe
26*3625efb1SRichard Loweall: $(LIBS)
27*3625efb1SRichard Lowe
28*3625efb1SRichard Loweinstall: all
29*3625efb1SRichard Lowe
30*3625efb1SRichard Lowelint:
31*3625efb1SRichard Lowe
32*3625efb1SRichard Loweinclude $(SRC)/lib/Makefile.targ
33