CXX=g++ CXXFLAGS=-std=gnu++0x -g -Wall $(shell xml2-config --cflags) simple: simple.o $(CXX) -o $@ $< $(shell xml2-config --libs)