2012-07-19 12:24:01 -04:00
|
|
|
if BUILD_DOXYGEN
|
2012-07-11 14:34:26 -04:00
|
|
|
SUBDIRS = libcvautomation examples docs
|
2012-07-19 12:24:01 -04:00
|
|
|
else
|
|
|
|
SUBDIRS = libcvautomation examples
|
|
|
|
endif
|
2012-07-18 10:18:55 -04:00
|
|
|
|
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
|
|
|
|
EXTRA_DIST = include/opencv1_includes include/opencv2_includes
|