~ubuntu-branches/ubuntu/saucy/openexr/saucy

« back to all changes in this revision

Viewing changes to exrenvmap/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2008-03-24 23:00:21 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080324230021-gnofz9mnvcj1xlv3
Tags: 1.6.1-3
Disable (hopefully temporarily) the test suite on arm and ia64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
bin_PROGRAMS = exrenvmap
4
4
 
5
 
INCLUDES = -I$(top_builddir) -I$(top_srcdir)/Iex \
6
 
           -I$(top_srcdir)/Half -I$(top_srcdir)/Imath \
7
 
           -I$(top_srcdir)/IlmImf
 
5
INCLUDES = -I$(top_builddir) \
 
6
           -I$(top_srcdir)/IlmImf -I$(top_srcdir)/config \
 
7
           @ILMBASE_CXXFLAGS@
8
8
 
9
 
LDADD = -L$(top_builddir)/Iex -L$(top_builddir)/Half \
10
 
        -L$(top_builddir)/Imath -L$(top_builddir)/IlmImf \
11
 
        -lIlmImf -lImath -lHalf -lIex -lz
 
9
LDADD = @ILMBASE_LDFLAGS@ @ILMBASE_LIBS@\
 
10
        $(top_builddir)/IlmImf/libIlmImf.la \
 
11
        -lz
12
12
 
13
13
exrenvmap_SOURCES = main.cpp EnvmapImage.cpp EnvmapImage.h \
14
14
                    makeCubeMap.cpp makeCubeMap.h \