+ Added stringl

This commit is contained in:
michael 1999-02-10 13:46:17 +00:00
parent 026e71bc40
commit c7f4aee8f2

View File

@ -32,7 +32,7 @@ BININSTALLDIR=/usr/local/bin
# If nothing special needs doing, then just fill in the names here. # If nothing special needs doing, then just fill in the names here.
# The rest should be automatic. # The rest should be automatic.
#UNITNAMES= #UNITNAMES=
PROGNAMES=fstream mstream list dparser PROGNAMES=fstream mstream list dparser stringl
UNITOBJECTS=$(addsuffix .o, $(UNITNAMES)) UNITOBJECTS=$(addsuffix .o, $(UNITNAMES))
UNITFILES=$(addsuffix .ppu, $(UNITNAMES)) UNITFILES=$(addsuffix .ppu, $(UNITNAMES))
PROGSOURCES=$(addsiffix .pp, $(PROGNAMES)) PROGSOURCES=$(addsiffix .pp, $(PROGNAMES))