summaryrefslogtreecommitdiff
path: root/security/nss/pkg/solaris/Makefile.targ
blob: 5390dcb67b9b6bb17856257c23401b6e86c8e2b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Copyright 2002 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#ident	"$Id$"
#

pkginfo: pkginfo.tmpl ../awk_pkginfo
	$(RM) $@; nawk -f ../awk_pkginfo $@.tmpl > $@

prototype:  prototype_com prototype_$(MACH)
	cat prototype_$(MACH) |  sed -e \
'/^!include[ 	][ 	]*prototype_com/ r ./prototype_com' \
-e 's/^!include[ 	][ 	]*prototype_com//g' >prototype

pkg: $(PKGARCHIVE) prototype
	pkgmk -f prototype_$(MACH) -d $(PKGARCHIVE) -r $(ROOT) -o $(PACKAGE)

$(PKGARCHIVE):
	[ -d $(PKGARCHIVE) ] || mkdir -p $(PKGARCHIVE)

$(DATAFILES):: %: ../common_files/%
	$(RM) $@; cp ../common_files/$@ $@

$(MACHDATAFILES): %: ../common_files/%_$(MACH)
	$(RM) $@; cp ../common_files/$@_$(MACH) $@

clobber clean::
	-$(RM) $(CLOBBERFILES) $(CLEANFILES)

.PHONY: pkg