SHELL = @SHELL@ top_srcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ CCDEPMODE = @CCDEPMODE@ @SET_MAKE@ CXXFLAGS = @CXXFLAGS@ @CPPUNIT_CFLAGS@ $(CFLGS) -I.. -I$(top_srcdir) -I$(top_srcdir)/build -I$(top_srcdir)/lib @DEFS@ .PHONY: units clean distclean include $(top_srcdir)/build/build.mk OBJS = \ ArrayTest.o \ BinaryTreeTest.o \ HashTableTest.o \ ListTest.o \ SortedListTest.o \ StackTest.o \ StringTest.o \ StreamTest.o \ QueueTest.o units: $(BDLIB_UNITS) $(BDLIB_UNITS): $(OBJS) @echo "[AR] $@" ar rcs $@ $(OBJS) # @$(LD) -o $@ $(OBJS) clean: @rm -f *.o $(BDLIB_UNITS) distclean: @rm -rf Makefile .deps include ./.deps/includes