2012-07-19 12:24:01 -04:00
|
|
|
if BUILD_DOXYGEN
|
2012-08-13 12:05:42 -04:00
|
|
|
DOCS_ENABLE = docs
|
2012-07-19 12:24:01 -04:00
|
|
|
endif
|
2012-07-18 10:18:55 -04:00
|
|
|
|
2012-08-13 12:05:42 -04:00
|
|
|
if BUILD_PYTHON
|
|
|
|
PYTHON_ENABLE = python
|
|
|
|
endif
|
|
|
|
|
|
|
|
if BUILD_EXAMPLES
|
|
|
|
EXAMPLES_ENABLE = examples
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS = libcvautomation $(EXAMPLES_ENABLE) $(PYTHON_ENABLE) $(DOCS_ENABLE)
|
|
|
|
|
2012-07-18 13:24:11 -04:00
|
|
|
#And the BASH macros
|
|
|
|
dist_sysconf_DATA = libcvautomation_funcs
|
2012-07-19 14:49:55 -04:00
|
|
|
|
|
|
|
#And the pkg-config files
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = libcvautomation.pc
|
|
|
|
|
|
|
|
DISTCLEANFILES = libcvautomation.pc
|
2012-07-20 14:57:14 -04:00
|
|
|
|
|
|
|
#Make sure to distribute some special files we need for building
|
|
|
|
#the libcvautomation.h header
|
2012-08-03 15:08:23 -04:00
|
|
|
EXTRA_DIST = include/opencv1_includes include/opencv2_includes
|