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

9 lines
199 B
Makefile
Raw Normal View History

2024-04-01 00:01:49 -04:00
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