Changeset 568 for trunk/test/Makefile.am
- Timestamp:
- Mar 12, 2008, 11:08:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r556 r568 49 49 50 50 toy_project = toy_project 51 52 # some tests need the test repo to be checked out53 stats_test_DEPENDENCIES = $(toy_project) @top_builddir@/lib/libsvndigest.la54 55 51 rootdir = $(abs_srcdir)/$(toy_project) 56 52 targetdir = $(abs_builddir)/generated_output 57 53 repodir = $(abs_srcdir)/repo/trunk 58 54 59 do_subst = $(SED) -e 's,%SHELL%,$(SHELL),g' \60 -e 's,%SED%,$(SED),g' \61 -e 's,%DISTFILES%,$(DISTFILES),g' \62 -e 's,%GREP%,$(GREP),g' \63 -e 's,%abs_srcdir%,$(abs_srcdir),g' \64 -e 's,%repodir%,$(repodir),g' \65 -e 's,%rootdir%,$(rootdir),g' \66 -e 's,%targetdir%,$(targetdir),g' \67 -e 's,%abs_top_builddir%,$(abs_top_builddir),g'68 55 69 70 check_repo_status.sh: check_repo_status.sh.in Makefile 71 @$(do_subst) < $< > $@ 72 @chmod +x $@ 73 @echo creating $@ 74 75 test_repo.sh: test_repo.sh.in Makefile $(toy_project) 76 @$(do_subst) < $< > $@ 77 @chmod +x $@ 78 @echo creating $@ 56 # some tests need the test repo to be checked out 57 stats_test_DEPENDENCIES = $(toy_project) @top_builddir@/lib/libsvndigest.la 79 58 80 59 $(toy_project): … … 84 63 clean-local: 85 64 rm -rf *.png *.tmp *~ check_repo_status.sh test_repo.sh \ 86 $(targetdir) 65 $(targetdir)
Note: See TracChangeset
for help on using the changeset viewer.