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

« back to all changes in this revision

Viewing changes to dune/grid/alugrid/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 2549 2006-04-28 13:09:28Z christi $
2
 
 
3
 
alugriddir = $(includedir)/dune/grid/alugrid/
4
 
alugrid_HEADERS = interfaces.hh defaultindexsets.hh
5
 
 
6
 
SUBDIRS = common 2d 3d
7
 
 
8
 
noinst_LTLIBRARIES = libalu.la
9
 
 
10
 
# 3d/libalu3d.la also contains items independent of ALUGrid
 
1
 
11
2
if ALUGRID
 
3
  alugriddir = $(includedir)/dune/grid/alugrid/
 
4
 
 
5
  noinst_LTLIBRARIES = libalu.la
 
6
 
12
7
  ALULIB = 2d/libalu2d.la 3d/libalu3d.la
13
 
else
14
 
  ALULIB = 3d/libalu3d.la
 
8
 
 
9
  # construct only from sub-libraries
 
10
  libalu_la_SOURCES =
 
11
  # This forces automake to use the C++ linker
 
12
  # (see the automake manual, section "Libtool Convenience Libraries")
 
13
  nodist_EXTRA_libalu_la_SOURCES = dummy.cc
 
14
  sourcescheck_DUMMY = dummy.cc
 
15
  libalu_la_LIBADD = $(ALULIB) $(DUNE_LIBS)
15
16
endif
16
17
 
17
 
# construct only from sub-libraries
18
 
libalu_la_SOURCES =
19
 
# This forces automake to use the C++ linker
20
 
# (see the automake manual, section "Libtool Convenience Libraries")
21
 
nodist_EXTRA_libalu_la_SOURCES = dummy.cc
22
 
sourcescheck_DUMMY = dummy.cc
23
 
libalu_la_LIBADD = $(ALULIB) $(DUNE_LIBS)
 
18
SUBDIRS = common 2d 3d
24
19
 
25
20
include $(top_srcdir)/am/global-rules
 
21
 
 
22
EXTRA_DIST = CMakeLists.txt