git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
7611558
)
added dependency builder define
author
kramm
<kramm>
Wed, 12 Nov 2008 10:42:42 +0000
(10:42 +0000)
committer
kramm
<kramm>
Wed, 12 Nov 2008 10:42:42 +0000
(10:42 +0000)
Makefile.common.in
patch
|
blob
|
history
diff --git
a/Makefile.common.in
b/Makefile.common.in
index
3ab2870
..
f879212
100755
(executable)
--- a/
Makefile.common.in
+++ b/
Makefile.common.in
@@
-8,6
+8,7
@@
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
# compiling
DEFS=@DEFS@
INCLUDES=
# compiling
DEFS=@DEFS@
INCLUDES=
+DEP=@CC@ -MM $(DEFS) $(INCLUDES) @CPPFLAGS@
C=@CC@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CFLAGS@
CC=@CXX@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CXXFLAGS@
L=@CC@ $(DEFS)
C=@CC@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CFLAGS@
CC=@CXX@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CXXFLAGS@
L=@CC@ $(DEFS)