Files
darkice/darkice/trunk/Makefile.am
darkeye 5c099e5c9f removed dependency on locally stored SGI STL header files
now compiler-supplied C++ library STL header files are used
compiles under GNU C++ 3
hash_map (an SGI extension to STL) replaced with map
std:: namespace prefix added to all STL class references
2001-09-05 20:11:16 +00:00

17 lines
264 B
Makefile

KDOC_DIR=kdoc
SUBDIRS = src man
sysconf_DATA = darkice.cfg
EXTRA_DIST = $(KDOC_DIR) darkice.cfg
$(KDOC_DIR): kdocs
kdocs: src kdocs_clean
cd src; kdoc --private --strip-h-path --name DarkIce --outputdir ../$(KDOC_DIR)/ *.h
kdocs_clean:
rm -rf $(KDOC_DIR)