diff options
Diffstat (limited to 'usr/src/lib/print/libpapi-ipp')
-rw-r--r-- | usr/src/lib/print/libpapi-ipp/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/print/libpapi-ipp/Makefile.com | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/usr/src/lib/print/libpapi-ipp/Makefile b/usr/src/lib/print/libpapi-ipp/Makefile index b92d620b10..88d4640509 100644 --- a/usr/src/lib/print/libpapi-ipp/Makefile +++ b/usr/src/lib/print/libpapi-ipp/Makefile @@ -22,8 +22,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../../Makefile.lib @@ -36,14 +34,11 @@ all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install -lint := TARGET = lint .KEEP_STATE: all clean clobber install: .WAIT $(SUBDIRS) -lint: # $(SUBDIRS) - install_h: # $(ROOTHDRS) check: # $(CHECKHDRS) diff --git a/usr/src/lib/print/libpapi-ipp/Makefile.com b/usr/src/lib/print/libpapi-ipp/Makefile.com index 90cf130adb..ef6b9110a3 100644 --- a/usr/src/lib/print/libpapi-ipp/Makefile.com +++ b/usr/src/lib/print/libpapi-ipp/Makefile.com @@ -27,10 +27,8 @@ LIBRARY = psm-ipp.a VERS = .1 OBJECTS = ipp-support.o job.o printer.o service.o -ROOTLIBDIR = $(ROOT)/usr/lib/print include ../../../Makefile.lib -include ../../../Makefile.rootfs SRCDIR = ../common @@ -43,7 +41,6 @@ $(EXTRALINKS): $(ROOTLINKS) LIBS = $(DYNLIB) -$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) CFLAGS += $(CCVERBOSE) CPPFLAGS += -I$(SRCDIR) @@ -67,7 +64,6 @@ LDLIBS += -lipp-core -lc all: $(LIBS) -lint: lintcheck $(ROOTLIBDIR): $(INS.dir) |