File: sources.mk

package info (click to toggle)
libitpp 4.3.1-13
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 9,952 kB
  • sloc: cpp: 73,628; makefile: 661; python: 548; sh: 261
file content (16 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/log_exp.cpp \
	$(top_srcdir)/itpp/base/math/misc.cpp \
	$(top_srcdir)/itpp/base/math/trig_hyp.cpp