1 # --------------------- init --------------------------
3 # shells, skripts, tools etc.
5 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
11 DEP=@CC@ -MM $(DEFS) $(INCLUDES) @CPPFLAGS@
12 C=@CC@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CFLAGS@
13 CC=@CXX@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CXXFLAGS@
18 SC=$(LIBTOOL) @CC@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CFLAGS@
19 SCC=$(LIBTOOL) @CXX@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CXXFLAGS@
20 SL=$(LIBTOOL) --mode=link @CC@ $(DEFS) -rpath $(libdir)
21 SLL=$(LIBTOOL) --mode=link @CXX@ $(DEFS) -rpath $(libdir)
22 LIBS= @LDFLAGS@ @LIBS@
24 transform = @program_transform_name@
27 PYTHON_LIB=@PYTHON_LIB@
28 PYTHON_INCLUDES=@PYTHON_INCLUDES@
30 RUBY_CPPFLAGS=@RUBY_CPPFLAGS@
31 RUBY_LDFLAGS=@RUBY_LDFLAGS@
33 RUBY_INSTALLDIR=@RUBY_INSTALLDIR@
52 INSTALL_DATA = @INSTALL_DATA@
53 UNINSTALL_DATA = rm -f
54 INSTALL_PROGRAM = @INSTALL_PROGRAM@
56 exec_prefix = @exec_prefix@
60 includedir = @includedir@
61 sysconfdir = @sysconfdir@
62 pkgdatadir = $(datadir)/@PACKAGE@
66 man1dir = $(mandir)/man1
68 # ------------------- defines -------------------------
70 INSTALL_BIN = echo installing $$file to $(bindir);$(INSTALL_PROGRAM) $$file $(bindir)/`echo $$file|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`
71 UNINSTALL_BIN = ff=`echo $$file|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`;echo rm -f $(bindir)/$$ff;rm -f $(bindir)/$$ff
72 INSTALL_MAN1 = ff=$(srcdir)/$$file.1; inst=`echo $$file | sed '$(transform)'`.1; echo "$(INSTALL_DATA) $$ff $(man1dir)/$$inst"; $(INSTALL_DATA) $$ff $(man1dir)/$$inst
73 UNINSTALL_MAN1 = ff=$(srcdir)/$$file.1; inst=`echo $$file | sed '$(transform)'`.1; echo "rm -f $(man1dir)/$$inst"; rm -f $(man1dir)/$$inst
79 # $(L) $< -o $@ ../lib/librfxswf.a $(LIBS)
82 # $(CC) -DDATADIR=\"$(pkgdatadir)\" -I../lib -Ittf2pt1 -Ixpdf $< -o $@