mirror of
https://github.com/etlegacy/EasyGen.git
synced 2024-11-10 06:42:16 +00:00
27 lines
717 B
Makefile
27 lines
717 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
# tell autoconf to include the m4 macros in the /m4 directory
|
|
# (an alternative to the acinclude.m4 mechanism)
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = config IlmImf \
|
|
IlmImfTest IlmImfFuzzTest exrheader exrmaketiled IlmImfExamples doc \
|
|
exrstdattr exrmakepreview exrenvmap exrmultiview exrmultipart
|
|
|
|
DIST_SUBDIRS = \
|
|
$(SUBDIRS) \
|
|
vc
|
|
|
|
EXTRA_DIST = \
|
|
AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS \
|
|
README README.CVS README.OSX bootstrap README.win32 \
|
|
openexr.m4 \
|
|
config.windows/OpenEXRConfig.h \
|
|
CMakeLists.txt
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = OpenEXR.pc
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
m4data_DATA = openexr.m4
|
|
|