mirror of
https://github.com/etlegacy/EasyGen.git
synced 2024-11-10 06:42:16 +00:00
15 lines
345 B
Makefile
15 lines
345 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
bin_PROGRAMS = exrheader
|
|
|
|
INCLUDES = -I$(top_builddir) \
|
|
-I$(top_srcdir)/IlmImf -I$(top_srcdir)/config \
|
|
@ILMBASE_CXXFLAGS@
|
|
|
|
LDADD = @ILMBASE_LDFLAGS@ @ILMBASE_LIBS@ \
|
|
$(top_builddir)/IlmImf/libIlmImf.la \
|
|
-lz
|
|
|
|
exrheader_SOURCES = main.cpp
|
|
|
|
EXTRA_DIST = CMakeLists.txt
|