tautges at mcs.anl.gov wrote: > + > +GetEntities.o : GetEntities.cpp > + $(CXX) -c $(MOAB_INCLUDES) $< > You can remove the CPPFLAGS and CXXFLAGS variables if you're not going to use them here. In fact, having the CXXFLAGS one is rather misleading if you don't use it here. - jason