mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-22 07:30:16 +02:00
fped/Makefile: added LDFLAGS (currently empty)
git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5986 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
parent
dd255ef510
commit
feae08fc9e
3
Makefile
3
Makefile
@ -41,6 +41,7 @@ CFLAGS = -g -std=gnu99 $(CFLAGS_GTK) -DCPP='"cpp"' \
|
||||
-DSVN_VERSION='"$(SVN_VERSION)$(SVN_STATUS)"' $(CFLAGS_WARN)
|
||||
SLOPPY = -Wno-unused -Wno-implicit-function-declaration \
|
||||
-Wno-missing-prototypes -Wno-missing-declarations
|
||||
LDFLAGS =
|
||||
LDLIBS = -lm -lfl $(LIBS_GTK)
|
||||
YACC = bison -y
|
||||
YYFLAGS = -v
|
||||
@ -116,7 +117,7 @@ endif
|
||||
all: fped
|
||||
|
||||
fped: $(OBJS)
|
||||
$(CC) -o $@ $(OBJS) $(LDLIBS)
|
||||
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS)
|
||||
|
||||
lex.yy.c: fpd.l y.tab.h
|
||||
$(LEX) fpd.l
|
||||
|
Loading…
Reference in New Issue
Block a user