File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ The recommended installation procedure:
3
3
Most often you will need to specify command-line options to configure.
4
4
To obtain a list of configure options run 'configure --help'.
5
5
2) make
6
- 3) make install
6
+ 3) optional: make check
7
+ 4) make install
7
8
8
9
Report all problems to
[email protected]
9
10
Original file line number Diff line number Diff line change 1
1
2
+ all:: default
3
+
2
4
default:: $(TOPDIR)/lib/$(TARGET)
3
5
4
6
install:: install_inc install_target install_pkgconfig
@@ -58,7 +60,7 @@ clean:: oclean targetclean
58
60
cd doc; make clean
59
61
60
62
distclean:: clean
61
- -rm -rf MakeVars MakeRules MakeSuffixRules config.* depcheck* autom4* libtool include/libint2_config.h
63
+ -rm -rf MakeVars MakeRules MakeSuffixRules config.* depcheck* autom4* libtool include/libint2_config.h libint2.pc
62
64
cd tests; make distclean
63
65
cd doc; make distclean
64
66
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ $(TOPDIR)/lib/$(NAMEV).la: $(LIBOBJ)
34
34
$(LTLINK) $(CXX) -o $@ -objectlist libobjlist $(LTLINKLIBOPTS)
35
35
-rm -f libobjlist
36
36
37
- check:
37
+ check: all
38
38
(cd tests && make check) || exit 1
39
39
40
40
.PHONY: doc
You can’t perform that action at this time.
0 commit comments