summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorOneric <oneric@oneric.stub>2022-04-04 23:41:23 +0200
committerOneric <oneric@oneric.stub>2022-05-12 21:13:00 +0200
commita2b39cde4ecb74d5e6fccab4a5f7d8ad52b2b1a4 (patch)
treef72dab3f4477d684ccb0839ed07aaf141f7f9eb6 /test
parent1af6240c5d1e499326146e0b88c987e626b13c23 (diff)
downloadlibass-a2b39cde4ecb74d5e6fccab4a5f7d8ad52b2b1a4.tar.bz2
libass-a2b39cde4ecb74d5e6fccab4a5f7d8ad52b2b1a4.tar.xz
Switch to non-recursive Makefile
Non-recursive Makefiles allow better and more robust automatic dependency resolution and higher parallelism for shorter build-times. This change keeps all locations of the non-installed targets unchanged for minimal firction. Calling make from subdirectories no longer works, but instead the specific build targets can be invoked directly from the toplevel. If we bumped the required Automake version to 1.13+, the library fragment could use %reldir% or %D% to be unaffected by potential future directory moves, but it is unlikely we'll ever change the location or name of the libass directory.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
deleted file mode 100644
index 54a179a..0000000
--- a/test/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-AM_CFLAGS = -Wall
-
-noinst_PROGRAMS = test
-test_SOURCES = test.c
-test_CPPFLAGS = -I$(top_srcdir)/libass
-test_LDADD = $(top_builddir)/libass/.libs/libass.a
-test_LDFLAGS = $(AM_LDFLAGS) $(LIBPNG_LIBS) -static