xref: /titanic_41/usr/src/cmd/oamuser/lib/Makefile (revision 0b42f15ac52b077791d4ba079e8c163c592c3fda)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5f808c858Sraf# Common Development and Distribution License (the "License").
6f808c858Sraf# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
217c478bd9Sstevel@tonic-gate#
2267dbe2beSCasper H.S. Dik# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23ace1a5f1Sdp# Use is subject to license terms.
247c478bd9Sstevel@tonic-gate#
25f808c858Sraf
267c478bd9Sstevel@tonic-gateLIBRARY= 	lib.a
277c478bd9Sstevel@tonic-gate
287c478bd9Sstevel@tonic-gateDATEFILE= 	ugdates
297c478bd9Sstevel@tonic-gateDATEFILESRC= 	ugdates.dat
307c478bd9Sstevel@tonic-gateTXT= 		$(DATEFILESRC)
317c478bd9Sstevel@tonic-gate
327c478bd9Sstevel@tonic-gateOBJECTS= 	putgrent.o \
337c478bd9Sstevel@tonic-gate		errmsg.o \
347c478bd9Sstevel@tonic-gate		file.o \
357c478bd9Sstevel@tonic-gate		vgid.o \
367c478bd9Sstevel@tonic-gate		vgname.o \
377c478bd9Sstevel@tonic-gate		vgroup.o \
387c478bd9Sstevel@tonic-gate		vuid.o \
397c478bd9Sstevel@tonic-gate		vlogin.o \
407c478bd9Sstevel@tonic-gate		vproj.o \
417c478bd9Sstevel@tonic-gate		dates.o \
427c478bd9Sstevel@tonic-gate		vexpire.o \
437c478bd9Sstevel@tonic-gate		putprojent.o \
447c478bd9Sstevel@tonic-gate		vprojid.o \
457c478bd9Sstevel@tonic-gate		vprojname.o
467c478bd9Sstevel@tonic-gate
477c478bd9Sstevel@tonic-gate# include library definitions
487c478bd9Sstevel@tonic-gateinclude ../../Makefile.cmd
497c478bd9Sstevel@tonic-gateinclude ../../../lib/Makefile.lib
507c478bd9Sstevel@tonic-gate
51f808c858SrafSRCDIR =	.
52f808c858Sraf
537c478bd9Sstevel@tonic-gateGREP= 		grep
547c478bd9Sstevel@tonic-gateFILEMODE=	$(LIBFILEMODE)
557c478bd9Sstevel@tonic-gate
567c478bd9Sstevel@tonic-gatePRODUCT=	$(LIBRARY) $(DATEFILE)
577c478bd9Sstevel@tonic-gate
587c478bd9Sstevel@tonic-gate# Must retain `lib', since default expands to nothing
597c478bd9Sstevel@tonic-gateLLINTLIB=	llib-l$(LIBRARY:lib%.a=lib).ln
607c478bd9Sstevel@tonic-gate
617c478bd9Sstevel@tonic-gateCLEANFILES=	$(LLINTLIB)
627c478bd9Sstevel@tonic-gateCLOBBERFILES=	$(DATEFILE)
637c478bd9Sstevel@tonic-gate
647c478bd9Sstevel@tonic-gateGENERAL=	../inc
657c478bd9Sstevel@tonic-gateCPPFLAGS=	-I. -I$(GENERAL) $(CPPFLAGS.master)
667014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-parentheses
677014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-type-limits
687014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-unused-variable
697c478bd9Sstevel@tonic-gateARFLAGS=	cr
707c478bd9Sstevel@tonic-gateAROBJS=		`$(LORDER) $(OBJS) | $(TSORT)`
717c478bd9Sstevel@tonic-gateLINTFLAGS=	-u
727c478bd9Sstevel@tonic-gate
737c478bd9Sstevel@tonic-gateROOTUSRSADM=	$(ROOT)/usr/sadm
747c478bd9Sstevel@tonic-gateROOTUSRSADMFILE=$(DATEFILE:%=$(ROOTUSRSADM)/%)
757c478bd9Sstevel@tonic-gate
76*b6805bf7SGordon RossCLOBBERFILES += $(LIBRARY)
77*b6805bf7SGordon Ross
787c478bd9Sstevel@tonic-gate.KEEP_STATE:
797c478bd9Sstevel@tonic-gate
807c478bd9Sstevel@tonic-gateall:		$(PRODUCT) $(TXT)
817c478bd9Sstevel@tonic-gate
827c478bd9Sstevel@tonic-gate$(DATEFILE):	$(DATEFILESRC)
837c478bd9Sstevel@tonic-gate	$(GREP) -v "^#ident" $(DATEFILESRC) > $(DATEFILE)
847c478bd9Sstevel@tonic-gate
857c478bd9Sstevel@tonic-gateinstall:	all $(DATEFILE) $(ROOTUSRSADMFILE)
867c478bd9Sstevel@tonic-gate
877c478bd9Sstevel@tonic-gate$(ROOTUSRSADM)/%: %
887c478bd9Sstevel@tonic-gate	$(INS.file)
897c478bd9Sstevel@tonic-gate
907c478bd9Sstevel@tonic-gatelint:		$(LLINTLIB)
917c478bd9Sstevel@tonic-gate
927c478bd9Sstevel@tonic-gate$(LLINTLIB):	$(SRCS)
937c478bd9Sstevel@tonic-gate	$(LINT.c) -o $(LIBRARY:lib%.a=lib) $(SRCS) > $(LINTOUT) 2>&1
947c478bd9Sstevel@tonic-gate
957c478bd9Sstevel@tonic-gateinclude ../../../lib/Makefile.targ
96