# # all: test_gd test_gd: test_gd.cpp # g++ -o test_gd test_gd.cpp -lgd g++ -L/usr/local/lib -I/usr/local/include -o test_gd test_gd.cpp -lgd -lpng ### g++ -L/usr/local/lib -I. -I/usr/local/include -o dhm dhm.cpp -lgd -lpng clean: rm -f test_gd *~ core *.*~