Changeset 41948 for branches/eam_branches/ipp-20211108/ippTests/ippCheck
- Timestamp:
- Dec 1, 2021, 6:23:13 PM (5 years ago)
- Location:
- branches/eam_branches/ipp-20211108/ippTests/ippCheck
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/ippTests/ippCheck/Makefile.am
r41941 r41948 1 1 module_files = \ 2 cammask.pro /3 camstats.pro /4 diffmask.pro /5 truth.pro /6 warpmask.pro /2 cammask.pro \ 3 camstats.pro \ 4 diffmask.pro \ 5 truth.pro \ 6 warpmask.pro \ 7 7 warpstats.pro 8 8 9 dvo_dir = $(datadir)/dvo 10 module_dir = $(dvo_dir)/modules 9 ippchecksdir = $(datadir)/dvo/modules 10 11 11 ippchecks_DATA = $(module_files) 12 12 13 bin_SCRIPTS = ippCheck 14 13 15 install-data-hook: 14 chmod 0755 $( dvo_dir) $(module_dir)16 chmod 0755 $(ippchecksdir) 15 17 16 18 EXTRA_DIST = $(module_files) -
branches/eam_branches/ipp-20211108/ippTests/ippCheck/configure.ac
r41941 r41948 2 2 3 3 AC_INIT([ippCheck], [1.1.0], [ipp-dev@ifa.hawaii.edu]) 4 AC_CONFIG_SRCDIR([ pantasks.pro])4 AC_CONFIG_SRCDIR([ippCheck]) 5 5 6 6 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
Note:
See TracChangeset
for help on using the changeset viewer.
