Disabled external gits
This commit is contained in:
52
cs440-acg/ext/openexr/OpenEXR_Viewers/playexr/Makefile.am
Normal file
52
cs440-acg/ext/openexr/OpenEXR_Viewers/playexr/Makefile.am
Normal file
@@ -0,0 +1,52 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
if HAVE_CG
|
||||
|
||||
bin_PROGRAMS = playexr
|
||||
|
||||
playexr_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
INCLUDES = \
|
||||
@OPENEXR_CTL_CXXFLAGS@ \
|
||||
@GL_CXXFLAGS@ \
|
||||
@CG_CXXFLAGS@
|
||||
|
||||
LDADD = \
|
||||
@OPENEXR_CTL_LDFLAGS@ \
|
||||
@CG_LDFLAGS@ \
|
||||
@OPENEXR_CTL_LIBS@
|
||||
|
||||
|
||||
|
||||
|
||||
playexr_SOURCES = \
|
||||
main.cpp \
|
||||
playExr.cpp \
|
||||
playExr.h \
|
||||
fileNameForFrame.cpp \
|
||||
fileNameForFrame.h \
|
||||
FileReadingThread.cpp \
|
||||
FileReadingThread.h \
|
||||
ImageBuffers.cpp \
|
||||
ImageBuffers.h \
|
||||
Timer.cpp \
|
||||
Timer.h \
|
||||
ctlToLut.cpp \
|
||||
ctlToLut.h \
|
||||
osDependent.cpp \
|
||||
osDependent.h
|
||||
|
||||
endif
|
||||
|
||||
noinst_HEADERS = \
|
||||
playExr.h \
|
||||
fileNameForFrame.h \
|
||||
FileReadingThread.h \
|
||||
ImageBuffers.h \
|
||||
Timer.h \
|
||||
ctlToLut.cpp \
|
||||
ctlToLut.h \
|
||||
osDependent.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(playexr_SOURCES)
|
Reference in New Issue
Block a user