~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Source/OpenEXR/Half/Makefile.am

  • Committer: Stefano Rivera
  • Date: 2010-07-24 15:35:51 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: stefanor@ubuntu.com-20100724153551-6s3fth1653huk31a
Tags: upstream-3.13.1
ImportĀ upstreamĀ versionĀ 3.31.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Process this file with automake to produce Makefile.in
2
 
 
3
 
INCLUDES = -I$(top_srcdir)/config
4
 
 
5
 
lib_LTLIBRARIES = libHalf.la
6
 
 
7
 
libHalf_la_SOURCES = half.cpp half.h halfFunction.h halfLimits.h
8
 
 
9
 
libHalf_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined
10
 
 
11
 
libHalfincludedir = $(includedir)/OpenEXR
12
 
 
13
 
libHalfinclude_HEADERS = half.h halfFunction.h halfLimits.h
14
 
 
15
 
# these are used to build eLut.h and toFloat.h dynamically
16
 
EXTRA_DIST = eLut.cpp toFloat.cpp
17
 
 
18
 
CLEANFILES = eLut eLut.h toFloat toFloat.h
19
 
 
20
 
eLut_SOURCES = eLut.cpp
21
 
 
22
 
toFloat_SOURCES = toFloat.cpp
23
 
 
24
 
eLut.h: eLut
25
 
        ./eLut > eLut.h
26
 
 
27
 
toFloat.h: toFloat
28
 
           ./toFloat > toFloat.h
29
 
 
30
 
BUILT_SOURCES = eLut.h toFloat.h
31
 
 
32
 
noinst_PROGRAMS = eLut toFloat
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
INCLUDES = -I$(top_srcdir)/config
 
4
 
 
5
lib_LTLIBRARIES = libHalf.la
 
6
 
 
7
libHalf_la_SOURCES = half.cpp half.h halfFunction.h halfLimits.h
 
8
 
 
9
libHalf_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined
 
10
 
 
11
libHalfincludedir = $(includedir)/OpenEXR
 
12
 
 
13
libHalfinclude_HEADERS = half.h halfFunction.h halfLimits.h
 
14
 
 
15
# these are used to build eLut.h and toFloat.h dynamically
 
16
EXTRA_DIST = eLut.cpp toFloat.cpp
 
17
 
 
18
CLEANFILES = eLut eLut.h toFloat toFloat.h
 
19
 
 
20
eLut_SOURCES = eLut.cpp
 
21
 
 
22
toFloat_SOURCES = toFloat.cpp
 
23
 
 
24
eLut.h: eLut
 
25
        ./eLut > eLut.h
 
26
 
 
27
toFloat.h: toFloat
 
28
           ./toFloat > toFloat.h
 
29
 
 
30
BUILT_SOURCES = eLut.h toFloat.h
 
31
 
 
32
noinst_PROGRAMS = eLut toFloat