/src/FreeImage/Source/OpenEXR/Half/Makefile.am

https://bitbucket.org/cabalistic/ogredeps/ · Makefile · 32 lines · 16 code · 14 blank · 2 comment · 0 complexity · ce7a3b3ef5d9e2bbc03abe53c1ac1650 MD5 · raw file

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