--- rpl/src/Makefile.am 2011/11/18 09:51:32 1.71 +++ rpl/src/Makefile.am 2013/02/26 19:56:10 1.80 @@ -73,6 +73,7 @@ SRCC=\ calcul_differentiel.c\ calcul_integral.c\ chainage.c\ + chiffrement.c\ compilation.c\ completion.c\ controle.c \ @@ -115,6 +116,7 @@ SRCC=\ instructions_c5.c\ instructions_c6.c\ instructions_c7.c\ + instructions_c8.c\ instructions_d1.c\ instructions_d2.c\ instructions_d3.c\ @@ -163,6 +165,7 @@ SRCC=\ instructions_p5.c\ instructions_p6.c\ instructions_p7.c\ + instructions_p8.c\ instructions_q1.c\ instructions_r1.c\ instructions_r2.c\ @@ -170,6 +173,7 @@ SRCC=\ instructions_r4.c\ instructions_r5.c\ instructions_r6.c\ + instructions_r7.c\ instructions_s1.c\ instructions_s2.c\ instructions_s3.c\ @@ -251,7 +255,7 @@ INIT_EXE=init.c INIT_LIB=librpl.c -LIB=-lz @MALLOC@ +LIB=@ZLIB@ @MALLOC@ bin_PROGRAMS = rpl lib_LIBRARIES = librpl.a @@ -394,7 +398,7 @@ rpl.inc: @echo BUILDPATH=$(top_builddir)/.. > $@ @echo COMPILE="$(DEFS) @ABI@" | sed -e '1,$$s/"/\\"/g' | \ sed -e '1,$$s/=\\"/="\\"/g' | sed -e '1,$$s/\\" /\\"" /g' >> $@ - @echo LINK=@libX@ @libMySQLlib@ @libPgSQLlib@ -lz >> $@ + @echo LINK=@libX@ @libMySQLlib@ @libPgSQLlib@ @ZLIB@ >> $@ @echo OBJECTS=$(SRCCc:.c=.$(OBJEXT)) $(SRCFc:.f=.$(OBJEXT)) \ $(SRCF90c:.F90=.$(OBJEXT)) \ librpl-conv.$(OBJEXT) >> $@ @@ -452,7 +456,7 @@ INCLUDES = -I$(srcdir) -I$(top_builddir) $(include_libiconv) $(include_libcrypto) $(include_libsqlite) \ $(include_librplcas) $(include_libsigsegv) \ $(include_libmotif) \ - @includeX@ @libMySQLinc@ @libPgSQLinc@ + @SYSROOT@ @includeX@ @libMySQLinc@ @libPgSQLinc@ DEFS = -DHAVE_CONFIG_H -Dd_version_rpl=\"@VERSION@\" \ -Dd_exec_path=\"@RUNPATH@\" @FORCE_GNUPLOT_PATH@ @DEBUG@ \ @MOTIF_SUPPORT@ @POSTSCRIPT_SUPPORT@ @GNUPLOT_SUPPORT@ \ @@ -460,6 +464,7 @@ DEFS = -DHAVE_CONFIG_H -Dd_version_rpl=\ @SEMAPHORES_NOMMES@ @IPCS_SYSV@ @SEMUN@ @IPV6@ \ @EXPERIMENTAL_CODE@ $(date) $(hash) -g @PROFILAGE@ \ -Dd_locale=\"@FINAL_ENCODING@\" \ + -Dd_forced_locale=@FORCED_FINAL_ENCODING@ \ -D@OS@ @BSH_PATH@ @RPLCAS@ -DHOST=\"@HOST@\" @SHARED_MEMORY@ \ @PSELECT@ rpl_LDADD = -lgfortran \