#define DoNotAutoUpdate

#include <Toolbox.def>

IMAKEFILE = lib

TOOLBOX =\
	Toolbox

SRCS =\
	ApolloRPC.c \
	File.c \
	Pipe.c \
	Shm.c \
	Socket.c \
	Stream.c \
	SunRPC.c \
	SunVM.c \
	Tli.c \
	basename.c \
	bin_search.c \
	checkargs.c \
	ck_bnds_flt.c \
	ck_bnds_int.c \
	conargs.c \
	daemon.c \
	dirname.c \
	distrib_util.c \
	editfile.c \
	enter_arg.c \
	expandpath.c \
	freelist.c \
	fullpath.c \
	getarg_afile.c \
	getarg_clc.c \
	getarg_line.c \
	getarg_user.c \
	init_makec.c \
	initaflargs.c \
	keywords.c \
	khoros.c \
	list_utils.c \
	listdir.c \
	listfile.c \
	make_table.c \
	negotiator.c \
	put_line.c \
	put_null.c \
	putenv.c \
	strings.c \
	tempnam.c \
	toolboxes.c \
	transport.c \
	utils.c \
	vget.c \
	vget_type.c \
	vgparmf.c \
	vgparmi.c \
	vgparml.c \
	vgparms.c \
	wait3.c

OBJS =\
	ApolloRPC.o \
	File.o \
	Pipe.o \
	Shm.o \
	Socket.o \
	Stream.o \
	SunRPC.o \
	SunVM.o \
	Tli.o \
	basename.o \
	bin_search.o \
	checkargs.o \
	ck_bnds_flt.o \
	ck_bnds_int.o \
	conargs.o \
	daemon.o \
	dirname.o \
	distrib_util.o \
	editfile.o \
	enter_arg.o \
	expandpath.o \
	freelist.o \
	fullpath.o \
	getarg_afile.o \
	getarg_clc.o \
	getarg_line.o \
	getarg_user.o \
	init_makec.o \
	initaflargs.o \
	keywords.o \
	khoros.o \
	list_utils.o \
	listdir.o \
	listfile.o \
	make_table.o \
	negotiator.o \
	put_line.o \
	put_null.o \
	putenv.o \
	strings.o \
	tempnam.o \
	toolboxes.o \
	transport.o \
	utils.o \
	vget.o \
	vget_type.o \
	vgparmf.o \
	vgparmi.o \
	vgparml.o \
	vgparms.o \
	wait3.o

FSRCS =

FOBJS =

HEADERS =\
	ApolloRPC.h \
	File.h \
	Pipe.h \
	Shm.h \
	Socket.h \
	Stream.h \
	SunRPC.h \
	SunVM.h \
	Tli.h \
	daemon.h \
	internals.h \
	transport.h \
	vgparm.h

LIBRARY_NAME =\
	vgparm

/* the following field are intentionally left commented.  Use the flags       */
/* if you wish to override the defaults assigned in the system configuration  */
/* files.								      */

/* STD_INCLUDES = */

TRANSPORT_DEFINES = TransportDefines

#include <Lib.template>
