CPP = g++ 
CFLAGS = -c 
ARCH = ar
AFLAGS = -rcs
OBJECTS = htmldata.o getstringff.o isstr.o cmpstra.o l_s_file.o strprintf.o getstring.o rfind.o getdigits.o strreplace.o isset.o clearstr.o systemstr.o checkquotes.o isarg.o getargstr.o aredigits_l_a.o strtoupper_l.o find_digit.o date.o 

.SUFFIXES: .o.cpp 
.cpp.o: 
	$(CPP) $(CFLAGS) $< -o $@

libscript.a: 
	$(ARCH) $(AFLAGS) $@ $(OBJECTS) 

all: $(OBJECTS) libscript.a