Really placed pkg-config's CFLAGS where appropriate
This commit is contained in:
parent
d4d7f58c04
commit
aee776eff9
|
@ -4,8 +4,8 @@ DESTDIR =
|
|||
LIBDIR = $(PREFIX)/lib
|
||||
CC = cc
|
||||
CPPFLAGSF= -I ../include
|
||||
CPPFLAGS= `pkg-config --cflags libSystem`
|
||||
CFLAGSF = -W
|
||||
CPPFLAGS=
|
||||
CFLAGSF = -W `pkg-config --cflags libSystem`
|
||||
CFLAGS = -Wall -g -O2 -pedantic
|
||||
LDFLAGSF= `pkg-config --libs libSystem`
|
||||
LDFLAGS =
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
targets=libcpp,cpp
|
||||
cppflags_force=-I ../include
|
||||
cppflags=`pkg-config --cflags libSystem`
|
||||
cflags_force=-W
|
||||
cppflags=
|
||||
cflags_force=-W `pkg-config --cflags libSystem`
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
ldflags_force=`pkg-config --libs libSystem`
|
||||
ldflags=
|
||||
|
|
Loading…
Reference in New Issue
Block a user