Changeset 1770 for trunk/test/Makefile.am
- Timestamp:
- Feb 4, 2009, 5:40:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r1769 r1770 30 30 check_LTLIBRARIES = libyattest.la 31 31 32 INSTALLCHECK_TARGETS =33 34 32 .PHONY: $(INSTALLCHECK_TARGETS) FORCE 35 36 installcheck-local: $(INSTALLCHECK_TARGETS)37 33 38 34 clean-local:; rm -rf yathello 39 35 40 if ENABLE_SVN_SUPPORT 41 INSTALLCHECK_TARGETS += yat_check_yat_test 42 endif 36 FORCE: 43 37 44 38 yathello: create_yathello.sh 45 39 ./create_yathello.sh 46 40 47 yat_check_yat_test: yathello 41 # testing autoconf macro YAT_CHECK_YAT on a installed yat (the bindir 42 # argument require some care). 43 yat_check_yat_test: yathello FORCE 48 44 cd yathello && autoreconf -sivf && \ 49 45 ./configure --with-yat=$(bindir) && $(MAKE) check
Note: See TracChangeset
for help on using the changeset viewer.