# Generated automatically from Makefile.in by configure.
CCA_HOME = ..

CXXHDR = $(CCA_HOME)/eg/ccaComponent/*.h $(CCA_HOME)/include/*.h $(CCA_HOME)/include/ports/*.h

DOCFLAGS= -p -b -H -j 
all:  dox

doc: 
	@echo no-doc++ $(DOCFLAGS) -d $(CCA_HOME)/doc $(CXXHDR)

dox:
	if [ ! -d ../dox ] ; then mkdir ../dox; fi
	-/usr/bin/doxygen ../../doc/DoxyConfig

clean:
	-/bin/rm -f *.html *.gif *.db *.tex *.class *.eps *.aux *.log *.ps *.dvi *.pnm core
	-if [ -d ../dox ] ; then -/bin/rm -rf ../dox ; fi

