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
8d00b8f9
Commit
8d00b8f9
authored
Feb 20, 2013
by
Jeroen Vreeken
Browse files
Don't generate dependancies to system headers
parent
5f3aa23c
Changes
3
Hide whitespace changes
Inline
Side-by-side
common/build.mk
View file @
8d00b8f9
...
...
@@ -10,7 +10,7 @@ LIBTOOL=libtool
%.o
:
%.c
@
echo
" CC
$<
"
@
$(CC)
-MD
$(CFLAGS)
-c
$<
@
$(CC)
-
M
MD
$(CFLAGS)
-c
$<
%
:
%.o
@
echo
" LD
$@
"
...
...
@@ -18,7 +18,7 @@ LIBTOOL=libtool
%.lo
:
%.c
@
echo
"LT CC
$<
"
@
${LIBTOOL}
--quiet
--mode
=
compile
--tag
=
CC
$(CC)
-MD
$(CFLAGS)
-c
$<
@
${LIBTOOL}
--quiet
--mode
=
compile
--tag
=
CC
$(CC)
-
M
MD
$(CFLAGS)
-c
$<
%.la
:
@
echo
"LIBTOOL
$@
"
...
...
console/build.mk
View file @
8d00b8f9
...
...
@@ -10,7 +10,7 @@ LIBTOOL=libtool
%.o
:
%.c
@
echo
" CC
$<
"
@
$(CC)
-MD
$(CFLAGS)
-c
$<
@
$(CC)
-
M
MD
$(CFLAGS)
-c
$<
%
:
%.o
@
echo
" LD
$@
"
...
...
@@ -18,7 +18,7 @@ LIBTOOL=libtool
%.lo
:
%.c
@
echo
"LT CC
$<
"
@
${LIBTOOL}
--quiet
--mode
=
compile
--tag
=
CC
$(CC)
-M
D
$(CFLAGS)
-c
$<
@
${LIBTOOL}
--quiet
--mode
=
compile
--tag
=
CC
$(CC)
-M
MD
$(CFLAGS)
-c
$<
%.la
:
@
echo
"LIBTOOL
$@
"
...
...
controller/build.mk
View file @
8d00b8f9
...
...
@@ -10,10 +10,10 @@ LIBTOOL=libtool
%.o
:
%.c
@
echo
"LT CC
$<
"
@
${LIBTOOL}
--quiet
--mode
=
compile
--tag
=
CC
$(CC)
-MD
$(CFLAGS)
-c
$<
@
${LIBTOOL}
--quiet
--mode
=
compile
--tag
=
CC
$(CC)
-
M
MD
$(CFLAGS)
-c
$<
# @echo " CC $<"
# @$(CC) -MD $(CFLAGS) -c $<
# @$(CC) -
M
MD $(CFLAGS) -c $<
%
:
%.o
@
echo
" LD
$@
"
...
...
@@ -21,7 +21,7 @@ LIBTOOL=libtool
%.lo
:
%.c
@
echo
"LT CC
$<
"
@
${LIBTOOL}
--quiet
--mode
=
compile
--tag
=
CC
$(CC)
-MD
$(CFLAGS)
-c
$<
@
${LIBTOOL}
--quiet
--mode
=
compile
--tag
=
CC
$(CC)
-
M
MD
$(CFLAGS)
-c
$<
%.la
:
@
echo
"LIBTOOL
$@
"
...
...
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