]> www.ginac.de Git - ginac.git/blob - cint/Makefile.am
* Just for the record: this is what has been used for building.
[ginac.git] / cint / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 bin_PROGRAMS = ginaccint.bin ginaccint
4 check_PROGRAMS = run_exams
5 run_exams_SOURCES = run_exams.cpp
6 ginaccint_SOURCES = ginaccint.cpp
7 ginaccint_bin_SOURCES = ginaccint.bin.cpp
8 man_MANS = ginaccint.1
9
10 ginaccint.bin: ginaccint.bin.cpp
11         (export CINTSYSDIR=$(CINTSYSDIR); $(MAKE) -f Makefile.makecint PATH=$(PATH):$(CINTSYSDIR))
12
13 TESTS = exam_paranoia.cpp exam_mansamples.cpp exam_misc.cpp
14
15 EXTRA_DIST = $(man_MANS) $(TESTS)
16
17 # Force targets clean and distclean to call Makecint's own Makefile
18 makecint_clean:
19         (if [ -f Makefile.makecint ]; then $(MAKE) -f Makefile.makecint clean; fi)
20
21 clean: makecint_clean
22         rm -f G__*
23
24 distclean: makecint_clean
25         rm -f Makefile.makecint