X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=Makefile.common.in;h=34afb8ef27f2e717bae00ab2e6a9659bfd9dc57d;hp=cd1376bef17224d7252e5a6aa48bc4f08b654ec9;hb=5c5bdb50a110c125e97152a78782bc268b19d8d7;hpb=f657fbc52148437a0cbf42ee90595027926047ad diff --git a/Makefile.common.in b/Makefile.common.in index cd1376b..34afb8e 100755 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -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) @@ -28,6 +30,8 @@ RANLIB=@RANLIB@ STRIP=@STRIP@ # installing +LN_S = @LN_S@ +PACKAGE = @PACKAGE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ UNINSTALL_DATA = rm -f @@ -52,6 +56,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: