Blame nss/pkg/solaris/Makefile-devl.com

Packit 40b132
#
Packit 40b132
# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
Packit 40b132
# Use is subject to license terms.
Packit 40b132
#
Packit 40b132
# This Source Code Form is subject to the terms of the Mozilla Public
Packit 40b132
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 40b132
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 40b132
#
Packit 40b132
Packit 40b132
MACH = $(shell mach)
Packit 40b132
Packit 40b132
PUBLISH_ROOT = $(DIST)
Packit 40b132
ifeq ($(CORE_DEPTH),../../..)
Packit 40b132
ROOT = ROOT
Packit 40b132
else
Packit 40b132
ROOT = $(subst ../../../,,$(CORE_DEPTH))/ROOT
Packit 40b132
endif
Packit 40b132
Packit 40b132
PKGARCHIVE = $(PUBLISH_ROOT)/pkgarchive
Packit 40b132
DATAFILES = copyright
Packit 40b132
FILES = $(DATAFILES) pkginfo
Packit 40b132
Packit 40b132
Packit 40b132
PACKAGE = $(shell basename `pwd`)
Packit 40b132
Packit 40b132
PRODUCT_VERSION = $(shell grep NSS_VERSION $(CORE_DEPTH)/nss/lib/nss/nss.h \
Packit 40b132
    | head -1 \
Packit 40b132
    | sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//')
Packit 40b132
Packit 40b132
LN = /usr/bin/ln
Packit 40b132
Packit 40b132
CLOBBERFILES = $(FILES)
Packit 40b132
Packit 40b132
include $(CORE_DEPTH)/coreconf/config.mk
Packit 40b132
include $(CORE_DEPTH)/coreconf/rules.mk
Packit 40b132
Packit 40b132
# vim: ft=make