VirtualBox

source: vbox/trunk/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.in@ 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: 970 bytes
Line 
1#
2# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
4#
5#ident "$Id: Makefile.in 1 1970-01-01 00:00:00Z vboxsync $"
6#
7
8MOD_DEPTH = ../..
9topsrcdir = @top_srcdir@
10srcdir = @srcdir@
11VPATH = @srcdir@
12
13include $(MOD_DEPTH)/config/autoconf.mk
14
15%: %.ksh
16 $(RM) $@
17 cp $< $@
18 chmod +x $@
19
20ifeq ($(USE_64), 1)
21DIRS = \
22 SUNWprx
23else
24DIRS = \
25 SUNWpr
26endif
27
28PROTO = \
29 $(ROOT) \
30 $(ROOT)/usr \
31 $(ROOT)/usr/lib \
32 $(ROOT)/usr/lib/mps
33
34ifdef USE_64
35PROTO += $(ROOT)/usr/lib/mps/sparcv9
36endif
37
38include $(srcdir)/Makefile.com
39
40awk_pkginfo: bld_awk_pkginfo
41 ./bld_awk_pkginfo -m $(MACH) -p "$(PRODUCT_VERSION)" -o $@ -v $(PRODUCT_VERSION)
42
43all:: awk_pkginfo $(PROTO)
44publish: awk_pkginfo $(PROTO)
45 +$(LOOP_OVER_DIRS)
46
47clean clobber::
48 $(RM) awk_pkginfo bld_awk_pkginfo
49 $(RM) -r $(ROOT)
50
51$(ROOT) $(ROOT)/%:
52 mkdir -p $@
53
54ifdef USE_64
55$(ROOT)/usr/lib/mps/sparcv9:
56 $(LN) -sf ../../../../$(dist_libdir) $@
57else
58$(ROOT)/usr/lib/mps:
59 $(LN) -sf ../../../$(dist_libdir) $@
60endif
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