~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/security/nss/pkg/solaris/Makefile.com

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
 
3
# Use is subject to license terms.
 
4
#
 
5
#ident  "$Id: Makefile.com,v 1.5.44.1 2004/10/15 21:13:58 wchang0222%aol.com Exp $"
 
6
#
 
7
 
 
8
MACH = $(shell mach)
 
9
 
 
10
PUBLISH_ROOT = $(DIST)
 
11
ifeq ($(CORE_DEPTH),../../..)
 
12
ROOT = ROOT
 
13
else
 
14
ROOT = $(subst ../../../,,$(CORE_DEPTH))/ROOT
 
15
endif
 
16
 
 
17
PKGARCHIVE = $(PUBLISH_ROOT)/pkgarchive
 
18
DATAFILES = copyright
 
19
FILES = $(DATAFILES) pkginfo prototype
 
20
 
 
21
PACKAGE = $(shell basename `pwd`)
 
22
 
 
23
PRODUCT_VERSION = $(shell grep NSS_VERSION $(CORE_DEPTH)/../dist/public/nss/nss.h \
 
24
        | sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//')
 
25
 
 
26
LN = /usr/bin/ln
 
27
CP = /usr/bin/cp
 
28
 
 
29
CLOBBERFILES = $(FILES)
 
30
 
 
31
include $(CORE_DEPTH)/coreconf/config.mk
 
32
include $(CORE_DEPTH)/coreconf/rules.mk
 
33
 
 
34
# vim: ft=make