Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 583 Bytes

File metadata and controls

26 lines (22 loc) · 583 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
ACLOCAL_AMFLAGS = -I acinclude -I build-scripts
SUBDIRS = src/libSDLtest \
src/runner \
tests/testdummy \
tests/testrect \
tests/testplatform \
tests/testaudio \
tests/testsurface \
tests/testrwops \
tests/testrender \
tests/testvideo \
tests/testsyswm \
tests/testclipboard \
tests/testevents \
tests/testkeyboard
install: install-runner install-tests
install-runner:
$(SHELL) build-scripts/install-runner.sh
install-tests:
$(SHELL) build-scripts/install-tests.sh
distclean-local:
$(SHELL) build-scripts/distclean.sh