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