File: Makefile.am

package info (click to toggle)
qd 2.1.200-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,932 kB
  • ctags: 1,396
  • sloc: sh: 9,033; cpp: 5,696; f90: 5,156; ansic: 1,359; makefile: 98
file content (15 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HDR = qd/c_dd.h qd/c_qd.h qd/dd.h \
      qd/dd_inline.h qd/fpu.h qd/inline.h \
      qd/qd.h qd/qd_inline.h
DEBUG_HDR = qd/bits.h

if QD_DEBUG
nobase_include_HEADERS = $(HDR) $(DEBUG_HDR)
else
nobase_include_HEADERS = $(HDR)
endif

nobase_nodist_include_HEADERS = qd/qd_config.h

DISTCLEANFILES = qd/qd_config.h