comparison Makefile @ 1432:a9516570cc26

Improve build, so that we can build the tools and tests with minimal depencies (e.g. without libSDL linking when possible.) And this also on Win32 MinGW.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 22 Nov 2017 01:33:21 +0200
parents c3bda6e63b00
children 5e5f75b45f8d
comparison
equal deleted inserted replaced
1431:ed04fb6da07c 1432:a9516570cc26
24 24
25 ZLIB_CFLAGS ?= $(shell pkg-config --cflags zlib) 25 ZLIB_CFLAGS ?= $(shell pkg-config --cflags zlib)
26 ZLIB_LDFLAGS ?= $(shell pkg-config --libs zlib) 26 ZLIB_LDFLAGS ?= $(shell pkg-config --libs zlib)
27 27
28 28
29 TOOL_LDFLAGS ?= $(SDL_LDFLAGS) 29 TOOL_LDFLAGS ?=
30 30
31 include $(DMLIB)Makefile.gen 31 include $(DMLIB)Makefile.gen
32 32
33 33
34 install: all 34 install: all