X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=Makefile.common.in;h=f2f10fad24bd0bcbc653e2e7d73d3b3597ca2363;hp=b1e2abeb2ff41756615c7565ce85c7d348848725;hb=9e4852618a107375483987d95090121737e677af;hpb=19054cb97d231d666a6a50e993fa0ad086c9e26e diff --git a/Makefile.common.in b/Makefile.common.in index b1e2abe..f2f10fa 100755 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -3,6 +3,7 @@ # shells, skripts, tools etc. SHELL = @SHELL@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +@SET_MAKE@ # compiling DEFS=@DEFS@ @@ -54,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: