comparison Makefile.gen @ 1079:47c0514d9ba4

Make the built in setup font/screen image/bar bitmap optional.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 02 Mar 2015 04:57:18 +0200
parents a6c5be712b53
children 402346b1c01d
comparison
equal deleted inserted replaced
1078:a3ef48c7e9d3 1079:47c0514d9ba4
20 20
21 ifeq ($(EXTRA_CFLAGS),) 21 ifeq ($(EXTRA_CFLAGS),)
22 EXTRA_CFLAGS=-O3 -march=core2 22 EXTRA_CFLAGS=-O3 -march=core2
23 endif 23 endif
24 24
25
25 ### 26 ###
26 ### Extra debug messages etc? 27 ### Extra debug messages etc?
27 ### 28 ###
28 ifeq ($(DM_DEBUG),yes) 29 ifeq ($(DM_DEBUG),yes)
29 DM_CFLAGS += -DDM_DEBUG 30 DM_CFLAGS += -DDM_DEBUG
31 # Disable JSS_LIGHT and enable JSS_DEBUG 32 # Disable JSS_LIGHT and enable JSS_DEBUG
32 JSS_LIGHT=no 33 JSS_LIGHT=no
33 JSS_DEBUG=yes 34 JSS_DEBUG=yes
34 endif 35 endif
35 36
37
36 ### 38 ###
37 ### Build demo target? 39 ### Build demo target?
38 ### 40 ###
39 ifneq ($(DEMO_BIN),) 41 ifneq ($(DEMO_BIN),)
40 BINARIES += $(DEMO_BIN) 42 BINARIES += $(DEMO_BIN)
43 endif
44
45 ifeq ($(DM_BUILT_IN_SETUP),yes)
46 DM_CFLAGS += -DDM_BUILT_IN_SETUP
41 endif 47 endif
42 48
43 49
44 ### 50 ###
45 ### Editor 51 ### Editor