
include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )


########### next target ###############


########### install files ###############

install(FILES  DAG.h               IteratorCompound.h  TreeImpl.h     BitVectorRepr.h   DirectedGraph.h     IteratorTmpl.h      PtrMap.h       union_find.h     VectorCommandOptions.h CommandOptions.h  DoublyLinkedList.h  LatticeElemList.h   PtrSet.h     const.h           FunctionObject.h    Matrix.h            SinglyLinkedList.h     CountRefHandle.h  general.h           ObserveObject.h     StreamIO.h   DESTINATION ${INCLUDE_INSTALL_DIR})



#original Makefile.am contents follow:

#include $(top_srcdir)/config/Makefile.for.ROSE.includes.and.libs
#
### The grammar generator (ROSETTA) should use its own template repository
#CXX_TEMPLATE_REPOSITORY_PATH = .
#
#libsupportSources = VectorCommandOptions.C CommandOptions.C DAG.C DirectedGraph.C
#
#noinst_LTLIBRARIES = libsupport.la
#libsupport_la_SOURCES = $(libsupportSources)
#
#clean-local:
#	rm -rf Templates.DB ii_files ti_files cxx_templates
#
#distclean-local:
#	rm -rf Templates.DB
#
#include_HEADERS = \
#   DAG.h               IteratorCompound.h  TreeImpl.h \
#   BitVectorRepr.h   DirectedGraph.h     IteratorTmpl.h      PtrMap.h       union_find.h \
#   VectorCommandOptions.h CommandOptions.h  DoublyLinkedList.h  LatticeElemList.h   PtrSet.h \
#   const.h           FunctionObject.h    Matrix.h            SinglyLinkedList.h \
#   CountRefHandle.h  general.h           ObserveObject.h     StreamIO.h  
#
#
#
#
#
#
#
#
