# Standard C++ libraries and includes

SUBDIRS = 

XINCPATH = c++
XINCFILES += defines.H
#XINCFILES += string.H defines.H
#SRCFILES += string.C
TARGETS += libstdc++.a


#LIBSTDCXXOBJS += string.o

libstdc++.a: $(LIBSTDCXXOBJS)
	ar rc libstdc++.a $(LIBSTDCXXOBJS)
	ranlib libstdc++.a


all: ${TARGETS}
