Set embedded as a global flag
This commit is contained in:
parent
cb3bedd4fd
commit
2f1ff90aa2
|
@ -5,7 +5,7 @@ LIBDIR = $(PREFIX)/lib
|
||||||
CC = cc
|
CC = cc
|
||||||
CPPFLAGSF= -I ../../include
|
CPPFLAGSF= -I ../../include
|
||||||
CPPFLAGS=
|
CPPFLAGS=
|
||||||
CFLAGSF = `pkg-config --cflags gtk+-2.0` -fPIC
|
CFLAGSF = -W `pkg-config --cflags gtk+-2.0` -fPIC
|
||||||
CFLAGS = -Wall -g -O2 -pedantic
|
CFLAGS = -Wall -g -O2 -pedantic
|
||||||
AR = ar -rc
|
AR = ar -rc
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
targets=battery,clock,cpu,cpufreq,desktop,lock,logout,main,memory,pager,tasks,volume
|
targets=battery,clock,cpu,cpufreq,desktop,lock,logout,main,memory,pager,tasks,volume
|
||||||
cppflags_force=-I ../../include
|
cppflags_force=-I ../../include
|
||||||
#cppflags=-D EMBEDDED
|
#cppflags=-D EMBEDDED
|
||||||
cflags_force=`pkg-config --cflags gtk+-2.0` -fPIC
|
cflags_force=-W `pkg-config --cflags gtk+-2.0` -fPIC
|
||||||
cflags=-Wall -g -O2 -pedantic
|
cflags=-Wall -g -O2 -pedantic
|
||||||
dist=Makefile
|
dist=Makefile
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user