# $Id: GNUmakefile,v 1.1 1992/04/28 15:13:40 steve Exp $

lib_csrcs	:= cmdline.c		\
		   dectab.c		\
		   guisevers.c		\
		   stringlist.c		\
		   udbool.c		\
		   udchar.c		\
		   udfloat.c		\
		   udinfile.c		\
		   udint.c		\
		   udoutdir.c		\
		   udoutfile.c		\
		   udpath.c		\
		   udres.c		\
		   udrm.c		\
		   udstrdup.c		\
		   udstring.c		\
		   valuestring.c
prog_csrcs	:= udrdb.c udtest.c
csrcs		:= $(lib_csrcs) $(prog_csrcs)
INCFILES	:= udres.h#	Only this one needs to be installed
hsrcs		:= $(INCFILES) cmdline.h dectab.h foo.h patchlevel.h \
		   stringlist.h udpath.h udrm.h valuestring.h
manuals		:= udres.3 udrdb.1
docs		:= guide.texinfo
MANIFEST	:= $(csrcs) $(hsrcs) $(manuals) $(docs) \
		   udtest.opt descrip.mms
LINTFLAGS	:= -uz
SA_OBJS		:= udbool.o#	For some reason udbool() doesn't work in
#				a SunOS sharable library: it always returns
#				0.
LIBOBJS		:= $(lib_csrcs:.c=.o)
CPPFLAGS	:= -I../udposix/_OS -I../misc -I/X11
PROGRAMS	:= udrdb

THIS_DIR	:= ../
include $(THIS_DIR)GNUmakemaster
