File: Makefile.am

package info (click to toggle)
openexr 1.2.2-4.3
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 15,508 kB
  • ctags: 3,410
  • sloc: cpp: 40,009; sh: 8,399; makefile: 345
file content (17 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in

check_PROGRAMS = HalfTest

HalfTest_SOURCES = main.cpp testArithmetic.cpp testArithmetic.h \
		   testBitPatterns.cpp testBitPatterns.h \
		   testClassification.cpp testClassification.h \
		   testError.cpp testError.h testFunction.cpp \
		   testFunction.h testLimits.cpp testLimits.h testSize.cpp \
		   testSize.h

INCLUDES = -I$(top_builddir) -I$(top_srcdir)/Half

LDADD = -L$(top_builddir)/Half -lHalf

TESTS = HalfTest