Files
Mozilla/mozilla/security/nss/pkg/solaris/Makefile.com
kirk.erickson%sun.com 1c5cb6f653 Removed extraneous ` from PRODUCT_VERSION.
git-svn-id: svn://10.0.0.236/trunk@137717 18797224-902f-48f8-a5cc-f745e15eee43
2003-02-12 16:12:14 +00:00

34 lines
729 B
Makefile

#
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "$Id: Makefile.com,v 1.5 2003-02-12 16:12:14 kirk.erickson%sun.com Exp $"
#
MACH = $(shell mach)
PUBLISH_ROOT = $(DIST)
ifeq ($(CORE_DEPTH),../../..)
ROOT = ROOT
else
ROOT = $(subst ../../../,,$(CORE_DEPTH))/ROOT
endif
PKGARCHIVE = $(PUBLISH_ROOT)/pkgarchive
DATAFILES = copyright
FILES = $(DATAFILES) pkginfo
PACKAGE = $(shell basename `pwd`)
PRODUCT_VERSION = $(shell grep NSS_VERSION $(CORE_DEPTH)/../dist/public/nss/nss.h \
| sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//')
LN = /usr/bin/ln
CLOBBERFILES = $(FILES)
include $(CORE_DEPTH)/coreconf/config.mk
include $(CORE_DEPTH)/coreconf/rules.mk
# vim: ft=make