#	Copyright (c) 1990, 1991, 1992, 1993, 1994 Novell, Inc. All Rights Reserved.
#	Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 Novell, Inc. All Rights Reserved.
#	  All Rights Reserved

#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Novell Inc.
#	The copyright notice above does not evidence any
#	actual or intended publication of such source code.


#ident	"@(#)oampkg:common/cmd/oampkg/libinst/Makefile	1.8.11.4"
#ident "$Header: $"

#	Makefile for libinst

include $(CMDRULES)

LOCALINC= -I../hdrs

#top#
# Generated by makefile 1.8.1.2

MAKEFILE = Makefile

LIBRARY = libinst.a

OBJECTS =  copyf.o dockdeps.o echo.o eptstat.o finalck.o lockinst.o ocfile.o \
	nqtext.o pathdup.o pkgdbmerg.o procmap.o psvr4ck.o ptext.o  \
	putparam.o qreason.o qstrdup.o setadmin.o setlist.o srcpath.o

SOURCES =  copyf.c dockdeps.c echo.c eptstat.c finalck.c lockinst.c ocfile.c \
	nqtext.c pathdup.c pkgdbmerg.c procmap.c psvr4ck.c ptext.c \
	putparam.c qreason.c qstrdup.c setadmin.c setlist.c srcpath.c

all:		 $(OBJECTS)
	$(AR) rv $(LIBRARY) $(OBJECTS)

GLOBALINCS = ../hdrs/install.h $(INC)/ctype.h $(INC)/dirent.h \
	$(INC)/errno.h $(INC)/limits.h $(INC)/pkginfo.h \
	$(INC)/pkglocs.h $(INC)/pkgstrct.h $(INC)/signal.h \
	$(INC)/stdio.h $(INC)/string.h $(INC)/sys/dirent.h \
	$(INC)/sys/errno.h $(INC)/sys/select.h \
	$(INC)/sys/signal.h $(INC)/sys/stat.h \
	$(INC)/sys/time.h $(INC)/sys/types.h \
	$(INC)/sys/unistd.h $(INC)/sys/utime.h \
	$(INC)/sys/utsname.h $(INC)/time.h $(INC)/unistd.h \
	$(INC)/utime.h $(INC)/varargs.h 


clean:
	rm -f $(OBJECTS)
	- if [ -d $(ROOT)/$(MACH)/xenv ] ;\
		then $(MAKE) -f Makefile3.2 $(MAKEARGS) clean; fi
	: do nothing

clobber:
	rm -f $(OBJECTS) $(LIBRARY)
	- if [ -d $(ROOT)/$(MACH)/xenv ] ;\
		then $(MAKE) -f Makefile3.2 $(MAKEARGS) clobber; fi
	: do nothing

newmakefile:
	makefile -m -f $(MAKEFILE) -L $(LIBRARY)  -s INC $(INC)
#bottom#

install: all
	: do nothing

size: all
	$(SIZE) $(LIBRARY)

strip: all

#	These targets are useful but optional

partslist:
	@echo $(MAKEFILE) $(SOURCES) $(LOCALINCS)  |  tr ' ' '\012'  |  sort

productdir:
	@echo $(USRLIB) | tr ' ' '\012' | sort

product:
	@echo $(LIBRARY)  |  tr ' ' '\012'  | \
	sed 's;^;$(USRLIB)/;'

srcaudit:
	@fileaudit $(MAKEFILE) $(LOCALINCS) $(SOURCES) -o $(OBJECTS) $(LIBRARY)

