COSC_4P82_Assignment_1/lib/beagle-3.0.3/PACC/Makefile.am

9 lines
199 B
Makefile
Raw Normal View History

2024-02-13 21:21:51 -05: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