# Standard C++ libraries and includes

SUBDIRS = 

XINCPATH = c++
XINCFILES += defines.hh new.hh
#XINCFILES += string.hh defines.hh
#SRCFILES += string.cc
SRCFILES += empty.cc	# just so we get a lib...
LIBFILES += libstdc++.a
TARGETS += ${LIBFILES}

#libstdcxx_OBJS += string.o
libstdc++.a_OBJS += empty.o
libstdc++.a: $(libstdc++.a_OBJS)


all: ${TARGETS}
