Makefile (7c478bd9) Makefile (5801b0f0)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 9 unchanged lines hidden (view full) ---

18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 9 unchanged lines hidden (view full) ---

18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26#ident "%Z%%M% %I% %E% SMI"
27#
28
29NOT_NATIVE = $(POUND_SIGN) # tell Makefile.com we're native
30
31include ../Makefile.com
32
33CC = $(NATIVECC)
34LD = $(NATIVELD)
35CFLAGS = $(NATIVE_CFLAGS)
36CPPFLAGS = $(MY_NATIVE_CPPFLAGS)
37LDFLAGS =
38LDLIBS = $(MY_NATIVE_LDLIBS)
26
27NOT_NATIVE = $(POUND_SIGN) # tell Makefile.com we're native
28
29include ../Makefile.com
30
31CC = $(NATIVECC)
32LD = $(NATIVELD)
33CFLAGS = $(NATIVE_CFLAGS)
34CPPFLAGS = $(MY_NATIVE_CPPFLAGS)
35LDFLAGS =
36LDLIBS = $(MY_NATIVE_LDLIBS)
37NATIVE_LIBS += libsmbios.so libnvpair.so libgen.so libc.so
39
40all: libuutil .WAIT $(LIBS)
41
42libuutil: FRC
43 @cd $(LIBUUTIL)/native; pwd; $(MAKE) install
44
45install: all
46
47FRC:
38
39all: libuutil .WAIT $(LIBS)
40
41libuutil: FRC
42 @cd $(LIBUUTIL)/native; pwd; $(MAKE) install
43
44install: all
45
46FRC: