configure: fixed LDFLAGS passing, added -Wno-write-strings
[swftools.git] / Makefile.common.in
old mode 100755 (executable)
new mode 100644 (file)
index 1aede48..f879212
@@ -8,6 +8,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 # 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)
@@ -23,6 +24,7 @@ CXXLIBS=@CXXLIBS@
 transform = @program_transform_name@
 PYTHON_LIB=@PYTHON_LIB@
 PYTHON_INCLUDES=@PYTHON_INCLUDES@
+CPPFLAGS=@CPPFLAGS@
 
 # libtool stuff
 OBJEXT=@OBJEXT@