File: Makefile.am

package info (click to toggle)
adolc 2.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,684 kB
  • ctags: 3,333
  • sloc: cpp: 18,988; ansic: 15,599; sh: 11,184; makefile: 483
file content (26 lines) | stat: -rw-r--r-- 974 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
##############################################################################
## Makefile.am -- Process this file with automake to produce Makefile.in
## Revision: $Id: Makefile.am 471 2014-02-19 18:11:34Z kulshres $
##
## Copyright (C) Andrea Walther
##
## This file is part of ADOL-C. This software is provided as open source.
## Any use, reproduction, or distribution of the software constitutes 
## recipient's acceptance of the terms of the accompanying license file.
## 
##############################################################################

AM_CFLAGS              = @ac_adolc_cflags@
AM_CXXFLAGS            = @ac_adolc_cxxflags@
AM_CPPFLAGS            = -I$(top_builddir)/ADOL-C/include -I$(top_srcdir)/ADOL-C/include

LDADD                  = -l${adolclib}
AM_LDFLAGS             = -L$(top_builddir)/ADOL-C

MAINTAINERCLEANFILES   = Makefile.in *~ *.orig

if ADDEXA
noinst_PROGRAMS        = ext_diff_func
endif

ext_diff_func_SOURCES  = ext_diff_func.cpp