File: sources.mk

package info (click to toggle)
libitpp 4.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,520 kB
  • ctags: 6,341
  • sloc: cpp: 51,608; sh: 9,248; makefile: 636; fortran: 8
file content (14 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
h_base_math_sources = \
	$(top_srcdir)/itpp/base/math/elem_math.h \
	$(top_srcdir)/itpp/base/math/error.h \
	$(top_srcdir)/itpp/base/math/integration.h \
	$(top_srcdir)/itpp/base/math/log_exp.h \
	$(top_srcdir)/itpp/base/math/min_max.h \
	$(top_srcdir)/itpp/base/math/misc.h \
	$(top_srcdir)/itpp/base/math/trig_hyp.h

cpp_base_math_sources = \
	$(top_srcdir)/itpp/base/math/elem_math.cpp \
	$(top_srcdir)/itpp/base/math/error.cpp \
	$(top_srcdir)/itpp/base/math/integration.cpp \
	$(top_srcdir)/itpp/base/math/misc.cpp