Lines 1-4
Link Here
|
1 |
--- Makefile.am.orig 2016-10-03 14:37:13 UTC |
1 |
--- Makefile.am.orig 2019-07-31 14:22:46 UTC |
2 |
+++ Makefile.am |
2 |
+++ Makefile.am |
3 |
@@ -1,6 +1,6 @@ |
3 |
@@ -1,6 +1,6 @@ |
4 |
# Makefile.am - Top level automakefile for libspiro |
4 |
# Makefile.am - Top level automakefile for libspiro |
Lines 6-38
Link Here
|
6 |
-SUBDIRS = . tests |
6 |
-SUBDIRS = . tests |
7 |
+SUBDIRS = . |
7 |
+SUBDIRS = . |
8 |
|
8 |
|
9 |
pkgconfigdir = $(prefix)/libdata/pkgconfig |
9 |
test_programs = call-test0 call-test1 call-test2 call-test3 call-test4 \ |
10 |
pkgconfig_DATA = libspiro.pc |
10 |
call-test5 call-test6 call-test7 call-test8 call-test9 \ |
11 |
@@ -13,7 +13,7 @@ AM_LDFLAGS = $(WLSLIB) $(LS_LIB) -no-und |
11 |
@@ -18,7 +18,7 @@ AM_LDFLAGS = $(WLSLIB) $(LS_LIB) -no-undefined --mode= |
12 |
LIBTOOL_DEPS = @LIBTOOL_DEPS@ |
12 |
LIBTOOL_DEPS = @LIBTOOL_DEPS@ |
13 |
|
13 |
|
14 |
DISTCLEANFILES = libspiro.pc |
14 |
DISTCLEANFILES = libspiro.pc |
15 |
-DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --enable-test_inputs |
15 |
-DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --enable-test_inputs --enable-test-a-lot |
16 |
+DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --disable-test_inputs |
16 |
+DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --disable-test_inputs --disable-test-a-lot |
17 |
|
17 |
|
18 |
lib_LTLIBRARIES = libspiro.la |
18 |
lib_LTLIBRARIES = libspiro.la |
19 |
|
19 |
|
20 |
@@ -26,17 +26,10 @@ EXTRA_DIST = bezctx.md get-spiro-src.sh |
20 |
@@ -31,20 +31,13 @@ EXTRA_DIST = bezctx.md get-spiro-src.sh README-RaphLev |
21 |
java/ShowPlate.java java/Spiro.java java/SpiroBezierContext.java \ |
21 |
java/ShowPlate.java java/Spiro.java java/SpiroBezierContext.java \ |
22 |
java/SpiroCanvas.java java/SpiroCP.java java/SpiroGeneralPath.java \ |
22 |
java/SpiroCanvas.java java/SpiroCP.java java/SpiroGeneralPath.java \ |
23 |
java/SpiroPointType.java README-GeorgeWilliams fontforge-debug.txt \ |
23 |
java/SpiroPointType.java README-GeorgeWilliams fontforge-debug.txt \ |
24 |
- fontforge.sh m4/ax_check_compile_flag.m4 tests/call-test.c |
24 |
- fontforge.sh m4/ax_check_compile_flag.m4 tests/call-test.c \ |
25 |
+ fontforge.sh m4/ax_check_compile_flag.m4 |
25 |
+ fontforge.sh m4/ax_check_compile_flag.m4 \ |
|
|
26 |
path5.png path6.png |
26 |
|
27 |
|
27 |
include_HEADERS = bezctx.h bezctx_intf.h spiro.h spiroentrypoints.h |
28 |
include_HEADERS = bezctx.h bezctx_intf.h spiro.h spiroentrypoints.h |
28 |
|
29 |
|
29 |
libtool: $(LIBTOOL_DEPS) |
30 |
libtool: $(LIBTOOL_DEPS) |
30 |
$(SHELL) ./config.status libtool |
31 |
$(SHELL) ./config.status libtool |
31 |
|
32 |
- |
32 |
-# test: run all tests in cwd and subdirs |
33 |
-# test: run all tests in cwd and subdirs |
33 |
-test: ${TEST_PROGS} |
34 |
-test: $(TEST_PROGS) |
34 |
- |
35 |
- |
35 |
-.PHONY: test |
36 |
-.PHONY: test |
36 |
-# run make test as part of make check |
37 |
-# run make test as part of make check |
37 |
-check-local: test |
38 |
-check-local: test |
38 |
- |
39 |
|
|
|
40 |
check-valgrind: |
41 |
if HAVEVALGRIND |