# # Define rules and targets for libstlplus. # objects = $(patsubst %.cpp,$(builddir)/%.o,$(shell find $d -name "*.cpp")) $(objects): TGT_CFLAGS := -I$d -I$d/containers -I$d/portability $(objects): config.mk $(this) | $b/containers $b/portability library = $b/libstlplus.a $(library): $(objects) $(Q)$(ar) exec += $(objects) $(library)