X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=Makefile.common.in;h=b176ba47964bc2178e5120b8f7eb6aaed6964e56;hp=1aede4853d9011b5a13dcab292349d19cf3d5ebe;hb=f29d8006b1d8253c50808d6eb4941bdeb808c601;hpb=c5d3084f220b502185c913e6f4e24efee2f9287a diff --git a/Makefile.common.in b/Makefile.common.in old mode 100755 new mode 100644 index 1aede48..b176ba4 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -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) @@ -21,9 +22,16 @@ SLL=$(LIBTOOL) --mode=link @CXX@ $(DEFS) -rpath $(libdir) LIBS= @LDFLAGS@ @LIBS@ CXXLIBS=@CXXLIBS@ transform = @program_transform_name@ +CPPFLAGS=@CPPFLAGS@ + PYTHON_LIB=@PYTHON_LIB@ PYTHON_INCLUDES=@PYTHON_INCLUDES@ +RUBY_CPPFLAGS=@RUBY_CPPFLAGS@ +RUBY_LDFLAGS=@RUBY_LDFLAGS@ +RUBY_LIBS=@RUBY_LIBS@ +RUBY_INSTALLDIR=@RUBY_INSTALLDIR@ + # libtool stuff OBJEXT=@OBJEXT@ EXEEXT=@EXEEXT@