Makefile.com (fa9e4066) Makefile.com (088e9d47)
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#

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

37
38# include library definitions
39include ../../Makefile.lib
40
41LIBS = $(DYNLIB) $(LINTLIB)
42
43CFLAGS += $(CCVERBOSE)
44CPPFLAGS += -I$(SRCDIR) -I../../../common/acl
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#

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

37
38# include library definitions
39include ../../Makefile.lib
40
41LIBS = $(DYNLIB) $(LINTLIB)
42
43CFLAGS += $(CCVERBOSE)
44CPPFLAGS += -I$(SRCDIR) -I../../../common/acl
45DYNFLAGS += $(MAPOPTS)
46LDLIBS += -lc
47
48# install this library in the root filesystem
49include ../../Makefile.rootfs
50
51SRCS= $(OBJS_COMMON:%.o=$(SRCDIR)/%.c) \
52 $(OBJS_SHARED:%.o=$(SRC)/common/acl/%.c)
53

--- 17 unchanged lines hidden ---
45LDLIBS += -lc
46
47# install this library in the root filesystem
48include ../../Makefile.rootfs
49
50SRCS= $(OBJS_COMMON:%.o=$(SRCDIR)/%.c) \
51 $(OBJS_SHARED:%.o=$(SRC)/common/acl/%.c)
52

--- 17 unchanged lines hidden ---