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 (19 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
h_fixed_sources = \
	$(top_srcdir)/itpp/fixed/cfixed.h \
	$(top_srcdir)/itpp/fixed/cfix.h \
	$(top_srcdir)/itpp/fixed/fix_base.h \
	$(top_srcdir)/itpp/fixed/fixed.h \
	$(top_srcdir)/itpp/fixed/fix_factory.h \
	$(top_srcdir)/itpp/fixed/fix_functions.h \
	$(top_srcdir)/itpp/fixed/fix.h \
	$(top_srcdir)/itpp/fixed/fix_operators.h

cpp_fixed_sources = \
	$(top_srcdir)/itpp/fixed/cfix.cpp \
	$(top_srcdir)/itpp/fixed/cfixed.cpp \
	$(top_srcdir)/itpp/fixed/fix_base.cpp \
	$(top_srcdir)/itpp/fixed/fix.cpp \
	$(top_srcdir)/itpp/fixed/fixed.cpp \
	$(top_srcdir)/itpp/fixed/fix_factory.cpp \
	$(top_srcdir)/itpp/fixed/fix_functions.cpp \
	$(top_srcdir)/itpp/fixed/fix_operators.cpp