VirtualBox

source: vbox/trunk/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.com@ 11551

Last change on this file since 11551 was 1, checked in by vboxsync, 55 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 611 bytes
Line 
1#
2# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
4#
5#ident "$Id: Makefile.com 1 1970-01-01 00:00:00Z vboxsync $"
6#
7
8MACH = $(shell mach)
9
10PUBLISH_ROOT = $(DIST)
11ifeq ($(MOD_DEPTH),../..)
12ROOT = ROOT
13else
14ROOT = $(subst ../../,,$(MOD_DEPTH))/ROOT
15endif
16
17PKGARCHIVE = $(dist_libdir)/pkgarchive
18DATAFILES = copyright
19FILES = $(DATAFILES) pkginfo prototype
20
21PACKAGE = $(shell basename `pwd`)
22
23PRODUCT_VERSION = $(shell grep PR_VERSION $(dist_includedir)/prinit.h \
24 | sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//')
25
26LN = /usr/bin/ln
27
28CLOBBERFILES = $(FILES)
29
30include $(topsrcdir)/config/rules.mk
31
32# vim: ft=make
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette