#LDLIBS=-lsocket -lnsl
CPPFLAGS=-I$(HOME)/local/include/boost-1_35 -I/opt/local/include/boost-1_37
CXXFLAGS=-Wall -W -O2
EXES=\
ex00	\
ex00-2	\
ex00-3	\
container00	\
container02	\
container05	\
algorithm00	\
algorithm01	\
algorithm02	\
algorithm04	\
algorithm06	\
algorithm06-2	\
algorithm07	\
algorithm08	\
algorithm09	\
\
ex10	\
ex20	\
\
smartptr00	\
smartptr10	\
smartptr01	\
smartptr11	\
\
wol	\
\
math00	\

all: $(EXES)

wol: LOADLIBES=-L$(HOME)/local/lib -L/opt/local/lib -lboost_system-xgcc40-mt

clean:
	rm -f $(EXES)
