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
e688eba0
Commit
e688eba0
authored
Feb 20, 2013
by
Jeroen Vreeken
Browse files
fix build output
parent
2e8dca6e
Changes
3
Show whitespace changes
Inline
Side-by-side
controller/build.mk
View file @
e688eba0
...
...
@@ -32,16 +32,12 @@ LIBTOOL=libtool
@
$(AR)
$(ARFLAGS)
$@
$^
%.tab.c %.tab.h
:
%.y
@
echo
"BISON
$<
"
@
bison
-d
$<
@
echo
"
BISON
$<
"
bison
-d
$<
%.yy.h
:
%.l %.tab.h
%.yy.c
%.yy.h
:
%.l %.tab.h
@
echo
" FLEX
$<
"
@
flex
--header-file
=
$*
.yy.h
$<
%.yy.c
:
%.l %.tab.h
@
echo
" FLEX
$<
"
@
flex
-o
$@
$<
@
flex
--header-file
=
$*
.yy.h
-o
$*
.yy.c
$<
# il2c: instruction list 2 c 'compiler'
%.c %.h
:
%.il
...
...
controller/controller/controller_load_parser.l
View file @
e688eba0
...
...
@@ -20,6 +20,7 @@
%option noinput
%option reentrant
%option bison-bridge
%option nounput
%{
#include <stdio.h>
...
...
controller/controller/il2c/Makefile
View file @
e688eba0
...
...
@@ -14,7 +14,7 @@ test: il2c
SRCS
=
il2c.c
clean
:
rm
-f
il2c
*
.o
*
.tab.c
*
.tab.h
*
.yy.c
*
.d
rm
-f
il2c
*
.o
*
.tab.c
*
.tab.h
*
.yy.c
*
.d
*
.lo
@
$(MAKE)
-C
test
clean
include
../../build.mk
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