fixed the bpp 3 bug reported by Amartyo Banerjee.
[swftools.git] / Makefile.common.in
index b1e2abe..cbd8a68 100755 (executable)
@@ -3,9 +3,11 @@
 # shells, skripts, tools etc.
 SHELL = @SHELL@
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@SET_MAKE@
 
 # compiling
 DEFS=@DEFS@
+INCLUDES=
 C=@CC@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CFLAGS@
 CC=@CXX@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CXXFLAGS@
 L=@CC@ $(DEFS)
@@ -23,6 +25,7 @@ transform = @program_transform_name@
 # libtool stuff
 OBJEXT=@OBJEXT@
 EXEEXT=@EXEEXT@
+E=$(EXEEXT)
 ECHO=@ECHO@
 RANLIB=@RANLIB@
 STRIP=@STRIP@
@@ -54,6 +57,15 @@ UNINSTALL_BIN = ff=`echo $$file|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/
 INSTALL_MAN1 = ff=$(srcdir)/$$file.1; inst=`echo $$file | sed '$(transform)'`.1; echo "$(INSTALL_DATA) $$ff $(man1dir)/$$inst"; $(INSTALL_DATA) $$ff $(man1dir)/$$inst
 UNINSTALL_MAN1 = ff=$(srcdir)/$$file.1; inst=`echo $$file | sed '$(transform)'`.1; echo "rm -f $(man1dir)/$$inst"; rm -f $(man1dir)/$$inst
 
+#%.o: %.c
+#      $(C) $< -o $@
+
+#%: %.o
+#      $(L) $< -o $@ ../lib/librfxswf.a $(LIBS) 
+
+#%.o: %.cc
+#      $(CC) -DDATADIR=\"$(pkgdatadir)\" -I../lib -Ittf2pt1 -Ixpdf $< -o $@
+
 # GNU Makefile stuff
 
 .SUFFIXES: