Makefile (6bbe0590) Makefile (85f4cb87)
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

25#
26
27include ../Makefile.obj
28include ../Makefile.flag
29LDLIBS += -L$(SRC)/lib/libfruutils/$(MACH) -lfruutils
30LDLIBS += -L$(SRC)/lib/libfru/libfrureg/$(MACH) -lfrureg
31
32# Redefine this such that libC is found.
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

25#
26
27include ../Makefile.obj
28include ../Makefile.flag
29LDLIBS += -L$(SRC)/lib/libfruutils/$(MACH) -lfruutils
30LDLIBS += -L$(SRC)/lib/libfru/libfrureg/$(MACH) -lfrureg
31
32# Redefine this such that libC is found.
33BUILDCCC.SO= $(LINK.cc) $(DYNFLAGS) -o $@ -G $(PICS) $(LDLIBS)
33BUILDCCC.SO= $(LINK.cc) $(DYNFLAGS) -o $@ $(GSHARED) $(PICS) $(LDLIBS)
34
35install: all $(ROOTLIBDIR) $(ROOTLINKSCCC)
36
37$(ROOTLIBDIR):
38 $(INS.dir)
39
40include ../Makefile.targ
41
34
35install: all $(ROOTLIBDIR) $(ROOTLINKSCCC)
36
37$(ROOTLIBDIR):
38 $(INS.dir)
39
40include ../Makefile.targ
41