source: cl-darcs/trunk/Makefile.am

Last change on this file was 199, checked in by Magnus Henoch, 16 years ago

Include test suite in distribution

File size: 850 bytes
Line 
1bin_PROGRAMS = darcs
2darcs_SOURCES = cl-darcs.asd apply-patch.lisp cmdline.lisp commute.lisp condition.lisp diff.lisp display-patch.lisp dump-clisp.lisp dump-sbcl.lisp equal.lisp get.lisp getopt.lisp ifstar.lisp inflate.lisp invert-patch.lisp merge.lisp packages.lisp patch-core.lisp patchinfo.lisp pending.lisp prefs.lisp pristine.lisp pull.lisp read-patch.lisp record.lisp repo.lisp revert.lisp send.lisp touching.lisp unreadable-stream.lisp unwind.lisp upath.lisp util.lisp write-patch.lisp
3
4info_TEXINFOS=doc/cl-darcs.texi
5
6dist_noinst_DATA=tests/package.lisp tests/gcau-tests.lisp
7
8# satisfy ASDF's tarball name convention
9distdir=$(PACKAGE)_$(VERSION)
10
11darcs: $(darcs_SOURCES)
12        $(MAKE) build_with_@my_lisp@
13
14build_with_clisp:
15        @CLISP@ @CLISP_FLAGS@ @srcdir@/dump-clisp.lisp
16
17build_with_sbcl:
18        @SBCL@ @SBCL_FLAGS@ --load @srcdir@/dump-sbcl.lisp
Note: See TracBrowser for help on using the repository browser.