COSC-4P82-Final-Project/lib/beagle-3.0.3/PACC/Makefile.am

9 lines
199 B
Makefile

doc:
rm -rf refman
mkdir -p refman
doxygen Doxyfile
paccdir = $(includedir)
pacc_HEADERS = Math.hpp Socket.hpp SVG.hpp Threading.hpp Util.hpp XML.hpp
SUBDIRS = Util XML Math Threading Socket SVG