diff options
Diffstat (limited to 'usr/src/lib/libfru/libfrupicl')
-rw-r--r-- | usr/src/lib/libfru/libfrupicl/Makefile | 7 | ||||
-rw-r--r-- | usr/src/lib/libfru/libfrupicl/Makefile.com | 19 |
2 files changed, 3 insertions, 23 deletions
diff --git a/usr/src/lib/libfru/libfrupicl/Makefile b/usr/src/lib/libfru/libfrupicl/Makefile index cd361c6ba3..10090e7f62 100644 --- a/usr/src/lib/libfru/libfrupicl/Makefile +++ b/usr/src/lib/libfru/libfrupicl/Makefile @@ -23,19 +23,16 @@ # Copyright (c) 2000 by Sun Microsystems, Inc. # All rights reserved. # -#pragma ident "%Z%%M% %I% %E% SMI" -# include $(SRC)/lib/Makefile.lib SUBDIRS = .WAIT $(MACH) $(BUILD64) $(MACH64) # conditional assignments -all := TARGET= all +all := TARGET= all install := TARGET= install clean := TARGET= clean clobber := TARGET= clobber -lint := TARGET= lint _msg := TARGET= _msg sparc_HDRS= @@ -48,7 +45,7 @@ CHECKHDRS= $(HDRS:%.h=%.check) .KEEP_STATE: -all install clean clobber lint: $(SUBDIRS) +all install clean clobber: $(SUBDIRS) _msg: $(MACH) $(MACH64) diff --git a/usr/src/lib/libfru/libfrupicl/Makefile.com b/usr/src/lib/libfru/libfrupicl/Makefile.com index 4ecacb06af..435038f71d 100644 --- a/usr/src/lib/libfru/libfrupicl/Makefile.com +++ b/usr/src/lib/libfru/libfrupicl/Makefile.com @@ -38,27 +38,15 @@ LIBS = $(DYNLIB) # There should be a mapfile here MAPFILES = -LINTFLAGS = -mnux -LINTFLAGS64 = $(LINTFLAGS) -m64 -LINTOUT= lint.out -LINTSRC = $(LINTLIB:%.ln=%) -ROOTLINTDIR = $(ROOTLIBDIR) -ROOTLINT = $(LINTSRC:%=$(ROOTLINTDIR)/%) - -CLEANFILES= $(LINTOUT) - CPPFLAGS += -I.. \ -I$(SRC)/lib/libfru/include \ -I$(SRC)/cmd/picl/plugins/sun4u/frudata \ -I$(SRC)/lib/libpicl \ -I$(SRC)/lib/libfruutils \ -I$(SRC)/cmd/picl/plugins/inc -CPPFLAGS += -D_REENTRANT +CPPFLAGS += -D_REENTRANT CFLAGS += $(CCVERBOSE) -$(LINTLIB) := LINTFLAGS = -nvx -I.. -$(LINTLIB) := LINTFLAGS64 = -nvx -m64 -I.. - XGETFLAGS += -a POFILE= picl.po @@ -67,8 +55,6 @@ POFILE= picl.po all : $(LIBS) chmod 755 $(DYNLIB) -lint : lintcheck - %.po: ../%.c $(CP) $< $<.i $(BUILD.po) @@ -83,6 +69,3 @@ include $(SRC)/lib/Makefile.targ pics/%.o: ../%.c $(COMPILE.c) -o $@ $< $(POST_PROCESS_O) - -$(ROOTLINTDIR)/%: ../% - $(INS.file) |