File: Makefile.am

package info (click to toggle)
quantlib 0.2.1.cvs20020322-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,716 kB
  • ctags: 4,614
  • sloc: cpp: 19,601; sh: 7,389; makefile: 796; ansic: 22
file content (13 lines) | stat: -rw-r--r-- 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13

# $Id: Makefile.am,v 1.4 2001/09/04 12:54:49 enri Exp $

INCLUDES= -I${top_srcdir} -I${top_builddir}
includedir = $(prefix)/include/ql/Utilities

include_HEADERS = \
    combiningiterator.hpp  \
    couplingiterator.hpp   \
    filteringiterator.hpp  \
    iteratorcategories.hpp \
    processingiterator.hpp \
    steppingiterator.hpp