[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
dune-localfunctions 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,280 kB
  • ctags: 3,438
  • sloc: cpp: 19,398; makefile: 535
file content (22 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: duneproject 5232 2008-07-03 09:34:11Z christi $

# we need the module file to be able to build via dunecontrol
EXTRA_DIST= CMakeLists.txt dune.module

# don't follow the full GNU-standard
# we need automake 1.9 or newer
AUTOMAKE_OPTIONS = foreign 1.9

SUBDIRS = cmake dune doc m4

# pass most important options when "make distcheck" is used
DISTCHECK_CONFIGURE_FLAGS = --with-dune-common="$(DUNE_COMMON_ROOT)" CXX="$(CXX)" CC="$(CC)"

include $(top_srcdir)/am/top-rules
include $(top_srcdir)/am/global-rules

# Distribute and install config.h.cmake
configdir = $(datadir)/dune-localfunctions
dist_config_DATA = config.h.cmake

include $(top_srcdir)/am/cmake-pkg-config