3 exec_prefix = @exec_prefix@
8 EXTERN_LIBS = -L../lib -ldxf -L/usr/X11R6/lib -lX11
9 INCLUDES = -I../include
14 @echo "Cleaning project..."
15 @find . -name '*.o' -exec rm "{}" \;
16 @if [ -f test ]; then rm -f test; fi
19 rm -f config.log config.cache Makefile config.status
22 c++ -o test $(OBJF) $(EXTERN_LIBS)
25 $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $(INCLUDES) -O3 -Wall $< -o $@
28 @echo "Building documentation"