TOP := $(shell dirname `pwd -P`) COMP := lib include ../Makefile.head include c++/Makefile include c/Makefile TARGETS := objs include ../Makefile.tail objs: $(OBJS)