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

« back to all changes in this revision

Viewing changes to exrdisplay/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:
1
 
## Process this file with automake to produce Makefile.in
2
 
 
3
 
if HAVE_FLTK
4
 
 
5
 
bin_PROGRAMS = exrdisplay
6
 
 
7
 
INCLUDES = @NVSDK_CXXFLAGS@ @FLTK_CXXFLAGS@ -I$(top_builddir) \
8
 
           -I$(top_srcdir)/Iex -I$(top_srcdir)/Half -I$(top_srcdir)/Imath \
9
 
           -I$(top_srcdir)/IlmImf
10
 
 
11
 
LDADD = @FLTK_LDFLAGS@ \
12
 
        -L$(top_builddir)/Iex -L$(top_builddir)/Half \
13
 
        -L$(top_builddir)/Imath -L$(top_builddir)/IlmImf \
14
 
        -lIlmImf -lImath -lHalf -lIex -lz
15
 
 
16
 
install-exec-hook:
17
 
        @FLTK_CONFIG@ --post $(DESTDIR)$(bindir)/exrdisplay
18
 
 
19
 
else
20
 
install-exec-hook:
21
 
 
22
 
endif
23
 
 
24
 
if HAVE_NVSDK
25
 
fragshader_sources = ImageViewFragShader.cpp ImageViewFragShader.h
26
 
else
27
 
fragshader_sources =
28
 
endif
29
 
 
30
 
exrdisplay_SOURCES = main.cpp ImageView.cpp ImageView.h $(fragshader_sources) \
31
 
                     loadImage.cpp loadImage.h scaleImage.cpp scaleImage.h
32
 
 
33
 
noinst_HEADERS = ImageView.h ImageViewFragShader.h loadImage.h scaleImage.h
34
 
 
35
 
EXTRA_DIST = main.cpp ImageView.cpp ImageView.h ImageViewFragShader.cpp \
36
 
             ImageViewFragShader.h exrdisplay.fp30 exrdisplay.cg README \
37
 
             loadImage.h loadImage.cpp scaleImage.cpp scaleImage.h