Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
1dd91766
Commit
1dd91766
authored
Jan 09, 2013
by
Michel Roelofs
Browse files
Add bison/flex .h file to Makefile and build.mk
parent
42fbfbd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
controller/build.mk
View file @
1dd91766
...
...
@@ -18,6 +18,10 @@ VPATH= /lib64 /usr/lib64 /usr/local/lib64 /lib /usr/lib /usr/local/lib
@
echo
" AR
$<
in
$@
"
@
$(AR)
$(ARFLAGS)
$@
$<
%.yy.h
:
%.l %.tab.h
@
echo
" FLEX
$<
"
@
flex
--header-file
=
$*
.yy.h
$<
%.tab.c %.tab.h
:
%.y
@
echo
"BISON
$<
"
@
bison
-d
$<
...
...
controller/controller/Makefile
View file @
1dd91766
...
...
@@ -63,7 +63,7 @@ CONTROLLER= $(CONTROLLERSRCS:.c=.o)
all
:
il2cdir $(BLOCKS) $(CONTROLLER) controllerlib
controller_load_parser.tab.o
:
controller_load_parser.yy.c
controller_load_parser.tab.o
:
controller_load_parser.yy.c
controller_load_parser.yy.h
controller_load.o
:
controller_load_parser.tab.h controller_load_parser.yy.h
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment