Makefile.com (eb5e33ccb9e83eccd8ff6958739c95a23519c1c1) Makefile.com (8696d418011068e5cedf3a229f7a6613e7798e92)
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

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

33
34include $(SRC)/lib/Makefile.lib
35include $(SRC)/Makefile.psm
36
37SRCDIR = ../common
38
39CPPFLAGS += -I../../libpcp/common
40
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

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

33
34include $(SRC)/lib/Makefile.lib
35include $(SRC)/Makefile.psm
36
37SRCDIR = ../common
38
39CPPFLAGS += -I../../libpcp/common
40
41LINKED_DIRS = $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%)
42LINKED_LIB_DIRS = $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%/lib)
43LINKED_LIBTSALARM_DIR = \
44 $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%/lib/libtsalarm.so)
45LINKED_LIBTSALARM1_DIR = \
46 $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%/lib/libtsalarm.so.1)
47LINKED_INCL_DIRS = $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%/include)
48
41LIBS = $(DYNLIB)
42CFLAGS += $(CCVERBOSE)
43LDLIBS += -L$(USR_PLAT_DIR)/$(PLATFORM)/lib -lpcp -lc
44PLATLIBS = $(USR_PLAT_DIR)/$(PLATFORM)/lib
49LIBS = $(DYNLIB)
50CFLAGS += $(CCVERBOSE)
51LDLIBS += -L$(USR_PLAT_DIR)/$(PLATFORM)/lib -lpcp -lc
52PLATLIBS = $(USR_PLAT_DIR)/$(PLATFORM)/lib
53INS.slink6= $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/lib/libtsalarm.so.1 $@ $(CHOWNLINK) $(CHGRPLINK)
54INS.slink7= $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/lib/libtsalarm.so $@ $(CHOWNLINK) $(CHGRPLINK)
55INS.slink8= $(RM) -r $@; $(SYMLINK) ../$(PLATFORM)/include $@ $(CHOWNLINK) $(CHGRPLINK)
45
46.KEEP_STATE:
47
48#
49# build/lint rules
50#
51all: $(LIBS)
52
53lint: lintcheck
54
55include $(SRC)/lib/Makefile.targ
56
57.KEEP_STATE:
58
59#
60# build/lint rules
61#
62all: $(LIBS)
63
64lint: lintcheck
65
66include $(SRC)/lib/Makefile.targ