Print this page
1575 untangle libmlrpc ... (smbsrv)
*** 20,42 ****
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! #ident "%Z%%M% %I% %E% SMI"
#
# Common targets for smbsrv Makefiles
#
%_ndr.c: $(NDLDIR)/%.ndl
! $(NDRGEN) -Y $(CC) $<
pics/%.o: $(SRC)/common/smbsrv/%.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)
.KEEP_STATE:
all: $(LIBS)
lint: lintcheck
--- 20,45 ----
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
! #
#
# Common targets for smbsrv Makefiles
#
%_ndr.c: $(NDLDIR)/%.ndl
! $(NDRGEN) -Y $(ANSI_CPP) $(CPPFLAGS) $<
pics/%.o: $(SRC)/common/smbsrv/%.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)
+ pics/%.o := CPPFLAGS += -I$(ROOTSMBHDRDIR)/ndl
+
.KEEP_STATE:
all: $(LIBS)
lint: lintcheck