From: <sg...@us...> - 2003-10-14 03:12:05
|
Update of /cvsroot/libfunutil/libfunutil In directory sc8-pr-cvs1:/tmp/cvs-serv4759 Added Files: toc.s11n.make.at configure.s11n Log Message: egg --- NEW FILE: toc.s11n.make.at --- #!/do/not/make #^^^ only to help emacs out CLEAN_FILES += $(wildcard *.o *~) FLEX = @FLEX@ configure_enable_zlib = @HAVE_ZLIB@ configure_enable_bzlib = @HAVE_BZLIB@ S11N_LIBDIR = $(top_srcdir)/lib/s11n S11N_LIB_A = $(S11N_LIBDIR)/libs11n.a $(S11N_LIB_A): ${MAKE} -C $(S11N_LIBDIR) S11N_LIB_SO = $(S11N_LIBDIR)/libs11n.so $(S11N_LIB_SO): ${MAKE} -C $(S11N_LIBDIR) L_S11N = -L$(S11N_LIBDIR) -ls11n S11N_CLIENT_LDADD = -export-dynamic $(L_S11N) -ldl ifeq (1,$(configure_enable_zlib)) S11N_CLIENT_LDADD += -lz endif ifeq (1,$(configure_enable_bzlib)) S11N_CLIENT_LDADD += -lbz2 endif configure_with_lyxport = @configure_with_lyxport@ ifeq (1,$(configure_with_lyxport)) # these flags are used by toc/make/lyxport.make LYXPORT_L2HARGS = -nonavigation -show_section_numbers -split 0 -noimages LYXPORT_ARGS = -c -tt LYXPORT_ARGS += --html --opts_l2h '$(LYXPORT_L2HARGS)' LYXPORT_ARGS += --ps --pdf LYXPORT_BIN = @LYXPORT_BIN@ endif --- NEW FILE: configure.s11n --- echo "==================== s11n-specific checks:" toc_run_fail flex toc_run_failok bzlib toc_run_failok lyxport toc_atfilter_as_makefile toc.s11n.make.at toc.s11n.make |