#------------------------------------------------------
# Makefile for library: $(LIBDIR)/libparserc.a
# Automatically generated by: make_lib_make
#
# Copyright (c) 1988 Regents of the University of California
#                 All Rights Reserved
#
#   Version:
#      %W%    (UCLA/IGPP)    %G%
#------------------------------------------------------

# Change INSTDIR to match your installation or override it
# with an environement variable.

include $(DFSHOME)/Make.conf

LIBOBJ	= \
   abpush.o abtrans.o clipspc.o clnparse.o comment.o dojusty.o findrep.o \
   findrep2.o findstr.o getword.o glob.o ismatch.o kwmatch.o kwparse.o \
   mop.o mop2.o nextword.o nstrcat.o nstrcpy.o p_comp.o p_dump.o p_fixed.o \
   p_free.o p_make.o p_match.o p_parse.o p_part.o packlist.o pad_str.o \
   parse.o rcomfile.o scasedwn.o scaseup.o setstr.o stripnl.o trimspc.o \
   truncstr.o unescape.o unquote.o unquote2.o wordwrap.o

TARGET = $(DFSLIB)/libparserc.a 

include $(DFSHOME)/Make.libs

