source: trunk/packages/xen-common/xen-common/tools/xm-test/Makefile.am @ 95

Last change on this file since 95 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 504 bytes
Line 
1SUBDIRS = ramdisk tests
2EXTRA_DIST = lib runtest.sh mkreport
3
4existing:
5        $(MAKE) -C ramdisk existing
6
7# Remove any pyc's, CVS dirs, and prune the skel dirs
8dist-hook:
9        find $(distdir) -name '*~' -delete -print
10        find $(distdir) -name '*.pyc' -delete -print
11        for i in Root Repository Entries; do \
12          find $(distdir) -name $$i -delete ;\
13        done
14        find $(distdir) -name CVS -delete
15        find $(distdir) -name '*.test' -delete
16        cd $(distdir)/ramdisk/skel && find . -empty -delete
17        chmod a+x $(distdir)/runtest.sh
18
Note: See TracBrowser for help on using the repository browser.