~ubuntu-branches/ubuntu/utopic/dune-grid/utopic-proposed

« back to all changes in this revision

Viewing changes to dune/grid/yaspgrid/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2014-02-14 10:49:16 UTC
  • mfrom: (1.3.1) (5.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20140214104916-2clchnny3eu7ks4w
Tags: 2.3.0-2
InstallĀ /usr/share/dune-grid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am 4248 2008-07-15 11:27:30Z mnolte $
 
1
# $Id$
2
2
 
3
3
yaspgriddir = $(includedir)/dune/grid/yaspgrid/
4
 
yaspgrid_HEADERS = grids.hh
5
 
 
6
 
EXTRA_DIST = grid.fig grid.eps grid.png subgrid.fig subgrid.eps subgrid.png
 
4
yaspgrid_HEADERS = grids.hh \
 
5
                   yaspgridentity.hh \
 
6
                   yaspgridentityseed.hh \
 
7
                   yaspgridentitypointer.hh \
 
8
                   yaspgridgeometry.hh \
 
9
                   yaspgridhierarchiciterator.hh \
 
10
                   yaspgrididset.hh \
 
11
                   yaspgridindexsets.hh \
 
12
                   yaspgridintersection.hh \
 
13
                   yaspgridintersectioniterator.hh \
 
14
                   yaspgridleveliterator.hh
 
15
 
 
16
# The header yaspgrid.hh declares a few global variables.  These are used
 
17
# in most other headers, and therefore those cannot currently pass the headercheck.
 
18
headercheck_IGNORE = yaspgridentity.hh \
 
19
                     yaspgridentityseed.hh \
 
20
                     yaspgridentitypointer.hh \
 
21
                     yaspgridgeometry.hh \
 
22
                     yaspgridhierarchiciterator.hh \
 
23
                     yaspgrididset.hh \
 
24
                     yaspgridindexsets.hh \
 
25
                     yaspgridintersection.hh \
 
26
                     yaspgridintersectioniterator.hh \
 
27
                     yaspgridleveliterator.hh
 
28
 
 
29
EXTRA_DIST = CMakeLists.txt grid.fig grid.eps grid.png subgrid.fig subgrid.eps subgrid.png
7
30
 
8
31
include $(top_srcdir)/am/global-rules