Simplified LDFLAGS
This commit is contained in:
parent
6014d4c610
commit
ac14223e40
@ -8,8 +8,6 @@ CPPFLAGSF= -I ../include
|
|||||||
CPPFLAGS=
|
CPPFLAGS=
|
||||||
CFLAGSF = -W
|
CFLAGSF = -W
|
||||||
CFLAGS = -Wall -g -O2 -pedantic
|
CFLAGS = -Wall -g -O2 -pedantic
|
||||||
LDFLAGSF= `pkg-config --libs libSystem gtk+-2.0`
|
|
||||||
LDFLAGS = -L $(PREFIX)/lib -Wl,-rpath,$(PREFIX)/lib
|
|
||||||
RM ?= rm -f
|
RM ?= rm -f
|
||||||
LN ?= ln -f
|
LN ?= ln -f
|
||||||
MKDIR ?= mkdir -p
|
MKDIR ?= mkdir -p
|
||||||
|
@ -4,8 +4,6 @@ cppflags_force=-I ../include
|
|||||||
cppflags=
|
cppflags=
|
||||||
cflags_force=-W
|
cflags_force=-W
|
||||||
cflags=-Wall -g -O2 -pedantic
|
cflags=-Wall -g -O2 -pedantic
|
||||||
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
|
|
||||||
ldflags=-L $(PREFIX)/lib -Wl,-rpath,$(PREFIX)/lib
|
|
||||||
dist=Makefile,callbacks.h,modem.h,phone.h
|
dist=Makefile,callbacks.h,modem.h,phone.h
|
||||||
|
|
||||||
[phone]
|
[phone]
|
||||||
|
Loading…
Reference in New Issue
Block a user