bugfixes.
[swftools.git] / Makefile.common.in
index cd1376b..f2f10fa 100755 (executable)
@@ -3,6 +3,7 @@
 # shells, skripts, tools etc.
 SHELL = @SHELL@
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@SET_MAKE@
 
 # compiling
 DEFS=@DEFS@
@@ -28,6 +29,8 @@ RANLIB=@RANLIB@
 STRIP=@STRIP@
 
 # installing
+LN_S = @LN_S@
+PACKAGE = @PACKAGE@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 UNINSTALL_DATA = rm -f
@@ -52,6 +55,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: