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

Latest commit

 

History

History
20 lines (14 loc) · 511 Bytes

File metadata and controls

20 lines (14 loc) · 511 Bytes
 
May 25, 2011
May 25, 2011
1
2
ACLOCAL_AMFLAGS = -I acinclude -I build-scripts
Jun 2, 2011
Jun 2, 2011
3
SUBDIRS = tests testrect
May 25, 2011
May 25, 2011
4
5
bin_PROGRAMS = runner
May 30, 2011
May 30, 2011
6
runner_SOURCES = runner.c SDL_test.c
May 25, 2011
May 25, 2011
7
runner_CLAGS = -W -Wall -Wextra -g `sdl-config --cflags` -DSDL_NO_COMPAT
Jun 4, 2011
Jun 4, 2011
8
runner_LDFLAGS = `sdl-config --libs`
May 25, 2011
May 25, 2011
9
10
11
install: install-tests
install-tests:
May 26, 2011
May 26, 2011
12
13
-cp -f tests/.libs/*.dylib tests/ 2> /dev/null
-cp -f tests/.libs/*.so tests/ 2> /dev/null
Jun 2, 2011
Jun 2, 2011
14
15
-cp -f testrect/.libs/*.dylib tests/ 2> /dev/null
-cp -f testrect/.libs/*.so tests/ 2> /dev/null
May 25, 2011
May 25, 2011
16
May 30, 2011
May 30, 2011
17
18
distclean-local:
-rm -Rf docs/