Annotation of rpl/src/Makefile.am, revision 1.72

1.62      bertrand    1: include $(top_builddir)/tools/openmotif.lib
                      2: 
1.68      bertrand    3: ldadd_libncurses = $(top_builddir)/tools/@NCURSES@/lib/@LIB_PREFIX@ncurses.a
1.1       bertrand    4: include_libncurses = -I$(top_builddir)/tools/@NCURSES@/include \
                      5:        -I$(top_srcdir)/tools/@NCURSES@/include
                      6: 
1.69      bertrand    7: ldadd_libhistory = $(top_builddir)/tools/@READLINE@/libhistory.a
                      8: ldadd_libreadline = $(top_builddir)/tools/@READLINE@/libreadline.a
1.1       bertrand    9: include_libreadline = -I$(top_srcdir)/tools/@READLINE@ \
                     10:        -I$(top_builddir)/tools/@READLINE@ -DREADLINE_LIBRARY
                     11: 
1.68      bertrand   12: ldadd_libgsl = $(top_builddir)/tools/@GSL@/.libs/@LIB_PREFIX@gsl.a
1.1       bertrand   13: include_libgsl = -I$(top_builddir)/tools/@GSL@
                     14: 
1.68      bertrand   15: ldadd_libiconv = $(top_builddir)/tools/@ICONV@/lib/.libs/@LIB_PREFIX@iconv.a
1.1       bertrand   16: include_libiconv = -I$(top_builddir)/tools/@ICONV@/include
                     17: 
1.68      bertrand   18: ldadd_libcrypto = $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@crypto.a
                     19: ldadd_libssl = $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@ssl.a
1.8       bertrand   20: include_libcrypto = -I$(top_builddir)/tools/@OPENSSL@/include
1.6       bertrand   21: 
1.68      bertrand   22: ldadd_libsqlite = $(top_builddir)/tools/@SQLITE@/.libs/@LIB_PREFIX@sqlite3.a
1.11      bertrand   23: include_libsqlite = -I$(top_srcdir)/tools/@SQLITE@
1.6       bertrand   24: 
1.68      bertrand   25: ldadd_libsigsegv = $(top_builddir)/tools/@SIGSEGV@/src/.libs/@LIB_PREFIX@sigsegv.a
1.61      bertrand   26: include_libsigsegv = -I$(top_builddir)/tools/@SIGSEGV@/src
1.60      bertrand   27: 
1.54      bertrand   28: ldadd_librplcas = @LIBRPLCAS@
1.53      bertrand   29: include_librplcas = -I$(top_builddir)/rplcas/include/giac \
                     30:        -I$(top_builddir)/rplcas/include
1.52      bertrand   31: 
1.62      bertrand   32: ldadd_libmotif = @LIBMOTIF@
                     33: include_libmotif = @INCMOTIF@
                     34: 
1.24      bertrand   35: date = -Dd_date_rpl="\"$(shell LC_ALL=fr_FR date +'%A %x, %X %Z' | \
1.11      bertrand   36:        $(AWK) '{ v=$$0; gsub(/^[ \t]+/, "", v); gsub(/[ \t]+$$/, "", v); \
1.5       bertrand   37:        printf("%s\n", v);}')\"" \
                     38:        -Dd_date_en_rpl="\"$(shell LC_ALL=C date +'%A %x, %X %Z' | \
1.11      bertrand   39:        $(AWK) '{ v=$$0; gsub(/^[ \t]+/, "", v); gsub(/[ \t]+$$/, "", v); \
1.5       bertrand   40:        printf("%s\n", v);}')\""
1.1       bertrand   41: 
1.65      bertrand   42: hash = -Drplpp_md5="\"$(shell @RPLTOOLS@/rplsums/rplmd5sum$(EXEEXT) \
1.7       bertrand   43:        $(top_builddir)/tools/@GPP@/src/gpp$(EXEEXT))\"" \
1.65      bertrand   44:        -Drplpp_sha1="\"$(shell @RPLTOOLS@/rplsums/rplsha1sum$(EXEEXT) \
1.7       bertrand   45:        $(top_builddir)/tools/@GPP@/src/gpp$(EXEEXT))\"" \
1.65      bertrand   46:        -Drplfile_md5="\"$(shell @RPLTOOLS@/rplsums/rplmd5sum$(EXEEXT) \
1.7       bertrand   47:        $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT))\"" \
1.65      bertrand   48:        -Drplfile_sha1="\"$(shell @RPLTOOLS@/rplsums/rplsha1sum$(EXEEXT) \
1.7       bertrand   49:        $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT))\"" \
1.65      bertrand   50:        -Drpliconv_md5="\"$(shell @RPLTOOLS@/rplsums/rplmd5sum$(EXEEXT) \
1.7       bertrand   51:        $(top_builddir)/rpliconv/rpliconv$(EXEEXT))\"" \
1.65      bertrand   52:        -Drpliconv_sha1="\"$(shell @RPLTOOLS@/rplsums/rplsha1sum$(EXEEXT) \
1.7       bertrand   53:        $(top_builddir)/rpliconv/rpliconv$(EXEEXT))\"" \
1.65      bertrand   54:        -Drplawk_md5="\"$(shell @RPLTOOLS@/rplsums/rplmd5sum$(EXEEXT) \
1.41      bertrand   55:        $(top_builddir)/rplawk/rplawk$(EXEEXT))\"" \
1.65      bertrand   56:        -Drplawk_sha1="\"$(shell @RPLTOOLS@/rplsums/rplsha1sum$(EXEEXT) \
1.41      bertrand   57:        $(top_builddir)/rplawk/rplawk$(EXEEXT))\"" \
1.65      bertrand   58:        -Drplconvert_md5="\"$(shell @RPLTOOLS@/rplsums/rplmd5sum$(EXEEXT) \
1.7       bertrand   59:        $(top_builddir)/tools/@UNITS@/units$(EXEEXT))\"" \
1.65      bertrand   60:        -Drplconvert_sha1="\"$(shell @RPLTOOLS@/rplsums/rplsha1sum$(EXEEXT) \
1.7       bertrand   61:        $(top_builddir)/tools/@UNITS@/units$(EXEEXT))\""
                     62: 
1.1       bertrand   63: SRCC=\
                     64:    algebre_lineaire1.c\
                     65:    algebre_lineaire2.c\
                     66:    algebre_lineaire3.c\
                     67:    algebre_lineaire4.c\
                     68:    analyse.c\
                     69:    analyse_notation_algebrique.c\
                     70:    analyse_notation_rpn.c\
1.2       bertrand   71:    asprintf.c\
1.1       bertrand   72:    bibliotheques_externes.c\
                     73:    calcul_differentiel.c\
                     74:    calcul_integral.c\
                     75:    chainage.c\
                     76:    compilation.c\
                     77:    completion.c\
1.6       bertrand   78:    controle.c \
1.1       bertrand   79:    daemon.c\
                     80:    date.c\
                     81:    depassements.c\
                     82:    dft.c\
                     83:    encart.c\
                     84:    evaluation.c\
                     85:    fonctions_trigonometriques.c\
                     86:    formateur.c\
                     87:    formateur_fichiers.c\
1.48      bertrand   88:    formateur_flux.c\
1.1       bertrand   89:    fusible.c\
                     90:    generateurs_aleatoires.c\
                     91:    gestion_fichiers.c\
                     92:    gestion_interruptions.c\
                     93:    gestion_niveaux.c\
                     94:    gestion_objets.c\
                     95:    gestion_pile.c\
                     96:    gestion_pile_last.c\
                     97:    gestion_pile_systeme.c\
                     98:    gestion_processus.c\
                     99:    gestion_threads.c\
                    100:    gestion_variables.c\
                    101:    gestion_variables_statiques.c\
                    102:    gestion_variables_partagees.c\
1.29      bertrand  103:    getaddrinfo.c\
1.1       bertrand  104:    indicateurs.c\
                    105:    instructions_a1.c\
                    106:    instructions_a2.c\
                    107:    instructions_a3.c\
                    108:    instructions_a4.c\
                    109:    instructions_a5.c\
                    110:    instructions_b1.c\
                    111:    instructions_c1.c\
                    112:    instructions_c2.c\
                    113:    instructions_c3.c\
                    114:    instructions_c4.c\
                    115:    instructions_c5.c\
                    116:    instructions_c6.c\
                    117:    instructions_c7.c\
                    118:    instructions_d1.c\
                    119:    instructions_d2.c\
                    120:    instructions_d3.c\
                    121:    instructions_d4.c\
                    122:    instructions_d5.c\
                    123:    instructions_d6.c\
                    124:    instructions_e1.c\
                    125:    instructions_e2.c\
                    126:    instructions_e3.c\
                    127:    instructions_e4.c\
                    128:    instructions_f1.c\
                    129:    instructions_f2.c\
                    130:    instructions_f3.c\
                    131:    instructions_f4.c\
                    132:    instructions_g1.c\
                    133:    instructions_g2.c\
                    134:    instructions_g3.c\
                    135:    instructions_g4.c\
                    136:    instructions_h1.c\
                    137:    instructions_h2.c\
                    138:    instructions_i1.c\
                    139:    instructions_i2.c\
                    140:    instructions_i3.c\
                    141:    instructions_i4.c\
                    142:    instructions_j1.c\
                    143:    instructions_k1.c\
                    144:    instructions_l1.c\
                    145:    instructions_l2.c\
                    146:    instructions_l3.c\
                    147:    instructions_l4.c\
                    148:    instructions_l5.c\
1.57      bertrand  149:    instructions_l6.c\
1.1       bertrand  150:    instructions_m1.c\
                    151:    instructions_m2.c\
                    152:    instructions_m3.c\
                    153:    instructions_m4.c\
1.21      bertrand  154:    instructions_m5.c\
1.1       bertrand  155:    instructions_n1.c\
                    156:    instructions_n2.c\
                    157:    instructions_o1.c\
                    158:    instructions_o2.c\
                    159:    instructions_p1.c\
                    160:    instructions_p2.c\
                    161:    instructions_p3.c\
                    162:    instructions_p4.c\
                    163:    instructions_p5.c\
                    164:    instructions_p6.c\
                    165:    instructions_p7.c\
                    166:    instructions_q1.c\
                    167:    instructions_r1.c\
                    168:    instructions_r2.c\
                    169:    instructions_r3.c\
                    170:    instructions_r4.c\
                    171:    instructions_r5.c\
                    172:    instructions_r6.c\
1.72    ! bertrand  173:    instructions_r7.c\
1.1       bertrand  174:    instructions_s1.c\
                    175:    instructions_s2.c\
                    176:    instructions_s3.c\
                    177:    instructions_s4.c\
                    178:    instructions_s5.c\
                    179:    instructions_s6.c\
                    180:    instructions_s7.c\
                    181:    instructions_s8.c\
                    182:    instructions_s9.c\
                    183:    instructions_s10.c\
1.58      bertrand  184:    instructions_s11.c\
1.1       bertrand  185:    instructions_t1.c\
                    186:    instructions_t2.c\
                    187:    instructions_t3.c\
                    188:    instructions_u1.c\
                    189:    instructions_v1.c\
                    190:    instructions_v2.c\
                    191:    instructions_w1.c\
                    192:    instructions_w2.c\
                    193:    instructions_x1.c\
                    194:    instructions_x2.c\
                    195:    instructions_y1.c\
                    196:    interface_gnuplot.c\
                    197:    interface_tex.c\
                    198:    interruptions.c\
                    199:    messages.c\
                    200:    occupation_memoire.c\
                    201:    operations_atomiques.c\
                    202:    operations_binaires.c\
                    203:    optimisation.c\
                    204:    profilage.c\
                    205:    rpl.c\
                    206:    rplcore.c\
1.16      bertrand  207:    semaphores.c\
1.1       bertrand  208:    sequenceur.c\
                    209:    simplification.c\
                    210:    sommations.c\
                    211:    sql.c\
                    212:    statistiques.c\
                    213:    transliteration.c\
                    214:    types.c
                    215: 
1.51      bertrand  216: SRCCPP=\
                    217:    interface_cas.cpp
                    218: 
1.1       bertrand  219: SRCH=\
                    220:    completion.h\
                    221:    convert.h\
                    222:    copyright.h\
                    223:    garanties.h\
1.29      bertrand  224:    getaddrinfo.h\
1.1       bertrand  225:    gnuplot.h\
                    226:    librpl.h\
                    227:    licence.h\
                    228:    rpl.h\
                    229:    rplexternals.h\
                    230:    rpltypes.h\
                    231:    tex.h\
                    232:    usages.h\
                    233:    vim.h
                    234: 
                    235: SRCF=\
                    236:    arithmetique.f\
                    237:    bibliotheque_logarithmique.f\
                    238:    bibliotheque_trigonometrique.f
                    239: 
                    240: SRCF90=\
                    241:    combinaisons.F90\
                    242:    distributions.F90\
                    243:    fonctions_speciales.F90
                    244: 
                    245: SRCINC=\
                    246:    rplftypes.inc
                    247: 
                    248: SRCXPM=\
                    249:    rpl.xpm
                    250: 
                    251: INIT_EXE=init.c
                    252: 
                    253: INIT_LIB=librpl.c
                    254: 
1.47      bertrand  255: LIB=-lz @MALLOC@
1.1       bertrand  256: 
                    257: bin_PROGRAMS = rpl
                    258: lib_LIBRARIES = librpl.a
                    259: 
1.29      bertrand  260: SRCCc=$(SRCC:.c=-conv.c)
                    261: SRCHc=$(SRCH:.h=-conv.h)
1.51      bertrand  262: SRCCPPc=$(SRCCPP:.cpp=-conv.cpp)
1.29      bertrand  263: SRCFc=$(SRCF:.f=-conv.f)
                    264: SRCF90c=$(SRCF90:.F90=-conv.F90)
                    265: SRCINCc=$(SRCINC:.inc=-conv.inc)
                    266: INIT_LIBc=$(INIT_LIB:.c=-conv.c)
                    267: INIT_EXEc=$(INIT_EXE:.c=-conv.c)
1.1       bertrand  268: 
1.29      bertrand  269: %-conv.c: %.c
1.70      bertrand  270:    @echo "  CONV   $<"
                    271:    @@RPLTOOLS@/rpliconv/rpliconv \
1.65      bertrand  272:            -f `@RPLTOOLS@/tools/@FILE@/src/rplfile \
                    273:            -m @RPLTOOLS@/tools/@FILE@/magic/magic -i $< | \
1.11      bertrand  274:            $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  275:            -t @FINAL_ENCODING@//TRANSLIT $< | expand -t 4 > $@
                    276: 
1.51      bertrand  277: %-conv.cpp: %.cpp
1.70      bertrand  278:    @echo "  CONV   $<"
                    279:    @@RPLTOOLS@/rpliconv/rpliconv \
1.65      bertrand  280:            -f `@RPLTOOLS@/tools/@FILE@/src/rplfile \
                    281:            -m @RPLTOOLS@/tools/@FILE@/magic/magic -i $< | \
1.51      bertrand  282:            $(AWK) -F= '{print $$2;}'` \
                    283:            -t @FINAL_ENCODING@//TRANSLIT $< | expand -t 4 > $@
                    284: 
1.29      bertrand  285: %-conv.h: %.h
1.70      bertrand  286:    @echo "  CONV   $<"
                    287:    @@RPLTOOLS@/rpliconv/rpliconv \
1.65      bertrand  288:            -f `@RPLTOOLS@/tools/@FILE@/src/rplfile \
                    289:            -m @RPLTOOLS@/tools/@FILE@/magic/magic -i $< | \
1.11      bertrand  290:            $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  291:            -t @FINAL_ENCODING@//TRANSLIT $< | expand -t 4 > $@
                    292: 
1.29      bertrand  293: %-conv.f: %.f
1.70      bertrand  294:    @echo "  CONV   $<"
                    295:    @@RPLTOOLS@/rpliconv/rpliconv \
1.65      bertrand  296:            -f `@RPLTOOLS@/tools/@FILE@/src/rplfile \
                    297:            -m @RPLTOOLS@/tools/@FILE@/magic/magic -i $< | \
1.11      bertrand  298:            $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  299:            -t @FINAL_ENCODING@//TRANSLIT $< | expand -t 4 > $@
                    300: 
1.65      bertrand  301: %-conv.F90: %.F90
1.70      bertrand  302:    @echo "  CONV   $<"
                    303:    @@RPLTOOLS@/rpliconv/rpliconv \
1.65      bertrand  304:            -f `@RPLTOOLS@/tools/@FILE@/src/rplfile \
                    305:            -m @RPLTOOLS@/tools/@FILE@/magic/magic -i $< | \
1.11      bertrand  306:            $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  307:            -t @FINAL_ENCODING@//TRANSLIT $< | expand -t 4 > $@
                    308: 
1.29      bertrand  309: %-conv.inc: %.inc
1.70      bertrand  310:    @echo "  CONV   $<"
                    311:    @@RPLTOOLS@/rpliconv/rpliconv \
1.65      bertrand  312:            -f `@RPLTOOLS@/tools/@FILE@/src/rplfile \
                    313:            -m @RPLTOOLS@/tools/@FILE@/magic/magic -i $< | \
1.11      bertrand  314:            $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  315:            -t @FINAL_ENCODING@//TRANSLIT $< | expand -t 4 > $@
                    316: 
                    317: licences:
                    318:    cat $(srcdir)/../COPYING > $(srcdir)/licence.h
                    319:    echo >> $(srcdir)/licence.h
                    320:    echo >> $(srcdir)/licence.h
                    321:    echo "#ifndef INCLUSION_LICENCE" >> $(srcdir)/licence.h
                    322:    echo "#   define INCLUSION_LICENCE" >> $(srcdir)/licence.h
                    323:    echo "    unsigned char CeCILL_fr[] =" >> $(srcdir)/licence.h
                    324:    sed -e '1,$$s/"/\\"/g' $(srcdir)/../Licence_CeCILL_V2-fr.txt | \
1.11      bertrand  325:            $(AWK) -F'\n' '{ printf("\"%s\\n\"\n", $$1);}' \
1.1       bertrand  326:            >> $(srcdir)/licence.h
                    327:    echo "    ;" >> $(srcdir)/licence.h
                    328:    echo "    unsigned char CeCILL_en[] =" >> $(srcdir)/licence.h
                    329:    sed -e '1,$$s/"/\\"/g' $(srcdir)/../Licence_CeCILL_V2-en.txt | \
1.11      bertrand  330:            $(AWK) -F'\n' '{ printf("\"%s\\n\"\n", $$1);}' \
1.1       bertrand  331:            >> $(srcdir)/licence.h
                    332:    echo "    ;" >> $(srcdir)/licence.h
                    333:    echo "#endif" >> $(srcdir)/licence.h
                    334:    echo >> $(srcdir)/licence.h
                    335:    echo "// vim: ts=4" >> $(srcdir)/licence.h
1.51      bertrand  336:    for i in $(SRCC) $(SRCCPP) $(SRCH) $(INIT_EXE) $(INIT_LIB); \
1.1       bertrand  337:    do \
                    338:        cat $(srcdir)/../COPYING > $(srcdir)/tmp; \
                    339:        echo >> $(srcdir)/tmp; \
                    340:        echo >> $(srcdir)/tmp; \
1.11      bertrand  341:        $(AWK) -F'\n' 'BEGIN {d=0;} /^#/ {d=1;} {if(d==1) print $$1;}' \
1.1       bertrand  342:                $(srcdir)/$$i >> $(srcdir)/tmp; \
                    343:        mv -f $(srcdir)/tmp $(srcdir)/$$i; \
                    344:    done
                    345:    for i in $(SRCINC); \
                    346:    do \
1.11      bertrand  347:        iconv -f `file -i $(srcdir)/../COPYING | $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  348:                $(srcdir)/../COPYING | \
1.11      bertrand  349:                $(AWK) -F'\n' '! (/^\/\*/ || /^\*\//) \
1.1       bertrand  350:                {printf("!%s\n", substr($$1,2));}' | \
                    351:                iconv -t `file -i $(srcdir)/../COPYING | \
1.11      bertrand  352:                $(AWK) -F= '{print $$2;}'` > $(srcdir)/tmp; \
                    353:        $(AWK) -F'\n' 'BEGIN {d=0;} ! /^!/ {d=1;} {if(d==1) print $$1;}' \
1.1       bertrand  354:                $(srcdir)/$$i >> $(srcdir)/tmp; \
                    355:        mv -f $(srcdir)/tmp $(srcdir)/$$i; \
                    356:    done
                    357:    for i in $(SRCF); \
                    358:    do \
1.11      bertrand  359:        iconv -f `file -i $(srcdir)/../COPYING | $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  360:                $(srcdir)/../COPYING | \
1.11      bertrand  361:                $(AWK) -F'\n' '! (/^\/\*/ || /^\*\//) \
1.1       bertrand  362:                {printf("C%s\n", substr($$1,2));}' | \
                    363:                iconv -t `file -i $(srcdir)/../COPYING | \
1.11      bertrand  364:                $(AWK) -F= '{print $$2;}'` > $(srcdir)/tmp; \
                    365:        $(AWK) -F'\n' 'BEGIN {d=0;} ! /^C/ {d=1;} {if(d==1) print $$1;}' \
1.1       bertrand  366:                $(srcdir)/$$i >> $(srcdir)/tmp; \
                    367:        mv -f $(srcdir)/tmp $(srcdir)/$$i; \
                    368:    done
                    369:    for i in $(SRCF90); \
                    370:    do \
1.11      bertrand  371:        iconv -f `file -i $(srcdir)/../COPYING | $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  372:                $(srcdir)/../COPYING | \
1.11      bertrand  373:                $(AWK) -F'\n' '! (/^\/\*/ || /^\*\//) \
1.1       bertrand  374:                {printf("!%s\n", substr($$1,2));}' | \
                    375:                iconv -t `file -i $(srcdir)/../COPYING | \
1.11      bertrand  376:                $(AWK) -F= '{print $$2;}'` > $(srcdir)/tmp; \
                    377:        $(AWK) -F'\n' 'BEGIN {d=0;} ! /^!/ {d=1;} {if(d==1) print $$1;}' \
1.1       bertrand  378:                $(srcdir)/$$i >> $(srcdir)/tmp; \
                    379:        mv -f $(srcdir)/tmp $(srcdir)/$$i; \
                    380:    done
                    381: 
                    382: librplprototypes.h: rpl.h conversion.awk
1.71      bertrand  383:    @echo "  AWK    $@"
1.70      bertrand  384:    @$(AWK) -f $(srcdir)/conversion.awk $(srcdir)/rpl.h > \
1.1       bertrand  385:            $(top_builddir)/src/librplprototypes.h
1.10      bertrand  386: 
1.1       bertrand  387: generateurs.c: generateurs_aleatoires.awk
1.71      bertrand  388:    @echo "  AWK    $@"
1.70      bertrand  389:    @$(AWK) -f $(srcdir)/generateurs_aleatoires.awk \
1.1       bertrand  390:            $(srcdir)/../tools/@GSL@/rng/gsl_rng.h > \
                    391:            $(top_builddir)/src/generateurs.c
                    392: 
1.10      bertrand  393: rpl.inc:
1.70      bertrand  394:    @echo "  BUILD  $@"
                    395:    @echo BUILDPATH=$(top_builddir)/.. > $@
                    396:    @echo COMPILE="$(DEFS) @ABI@" | sed -e '1,$$s/"/\\"/g' | \
1.56      bertrand  397:        sed -e '1,$$s/=\\"/="\\"/g' | sed -e '1,$$s/\\" /\\"" /g' >> $@
1.70      bertrand  398:    @echo LINK=@libX@ @libMySQLlib@ @libPgSQLlib@ -lz >> $@
                    399:    @echo OBJECTS=$(SRCCc:.c=.$(OBJEXT)) $(SRCFc:.f=.$(OBJEXT)) \
1.29      bertrand  400:            $(SRCF90c:.F90=.$(OBJEXT)) \
                    401:            librpl-conv.$(OBJEXT) >> $@
1.70      bertrand  402:    @echo EXTOBJECTS= @EXT_SQL@ \
1.16      bertrand  403:        $(top_builddir)/lapack/lapack/liblapack.a \
                    404:        $(top_builddir)/lapack/blas/libblas.a \
                    405:        $(ldadd_libhistory) \
                    406:        $(ldadd_libreadline) \
                    407:        $(ldadd_libncurses) \
                    408:        $(ldadd_libgsl) \
                    409:        $(ldadd_libiconv) \
                    410:        $(ldadd_libcrypto) \
                    411:        $(ldadd_libssl) \
                    412:        $(ldadd_libsqlite) \
1.54      bertrand  413:        $(ldadd_librplcas) \
1.60      bertrand  414:        $(ldadd_libsigsegv) \
1.62      bertrand  415:        $(ldadd_libmotif) \
1.10      bertrand  416:        >> $@
                    417: 
1.51      bertrand  418: EXTRA_DIST = $(SRCC) $(SRCH) $(SRCCPP) $(SRCF) $(SRCF90) $(SRCINC) \
1.1       bertrand  419:        $(INIT_EXE) $(INIT_LIB) $(SRCXPM) \
                    420:        conversion.awk generateurs_aleatoires.awk
                    421: BUILT_SOURCES = librplprototypes.h generateurs.c \
1.51      bertrand  422:        $(SRCCc) $(SRCHc) $(SRCCPPc) $(SRCFc) $(SRCF90c) \
1.10      bertrand  423:        $(INIT_LIBc) $(SRCINCc) $(INIT_EXEc) \
                    424:        rpl.inc
1.51      bertrand  425: CLEANFILES= $(SRCCc) $(SRCHc) $(SRCCPPc) $(SRCFc) $(SRCF90c) $(SRCINCc) \
1.10      bertrand  426:        $(INIT_LIBc) $(INIT_EXEc) librplprototypes.h generateurs.c \
1.29      bertrand  427:        rpl.inc rpl-librpl-conv.$(OBJEXT)
1.1       bertrand  428: 
1.27      bertrand  429: nodist_rpl_SOURCES = \
1.51      bertrand  430:        $(SRCCc) $(SRCHc) $(SRCCPPc) $(SRCFc) $(SRCF90c) $(INIT_EXEc) \
1.1       bertrand  431:        $(SRCXPM) $(SRCINCc)
1.67      bertrand  432: rpl_LDFLAGS = -g @PROFILAGE@ $(LIB) @EXPORT_DYNAMIC@ @ELF@ @WHOLE_LIB1@ \
                    433:             $(ldadd_libmotif) $(LD_MOTIF_LIBS) \
                    434:             $(LD_MOTIF_X_XMU) @WHOLE_LIB2@
1.31      bertrand  435: rpl_CFLAGS = $(AM_CFLAGS) @C_STANDARD@ -Wall -Wextra -Wno-unused-function \
1.16      bertrand  436:         -Wno-pointer-sign -Wno-unused-parameter @NESTED_FUNCTIONS@
1.1       bertrand  437: rpl_FFLAGS = $(AM_FFLAGS) -fno-f2c
                    438: rpl_FCFLAGS = $(AM_FCFLAGS) -fno-second-underscore -fno-f2c
                    439: 
1.27      bertrand  440: nodist_librpl_a_SOURCES = \
1.51      bertrand  441:        $(SRCCc) $(SRCHc) $(SRCFc) $(SRCCPPc) $(SRCF90c) $(INIT_LIBc) \
1.27      bertrand  442:        $(SRCXPM) $(SRCINCc)
1.31      bertrand  443: librpl_a_CFLAGS = $(AM_CFLAGS) @C_STANDARD@ -Wall -Wextra -Wno-unused-function \
1.16      bertrand  444:        -Wno-pointer-sign -Wno-unused-parameter @NESTED_FUNCTIONS@
1.1       bertrand  445: librpl_a_FFLAGS = $(AM_FFLAGS) -ff2c
                    446: librpl_a_FCFLAGS = $(AM_FCLAGS) -fno-second-underscore
                    447: 
1.18      bertrand  448: include_HEADERS = rplexternals.h rpltypes.h rpl.h librpl.h rpl.inc \
                    449:        librplprototypes.h
1.1       bertrand  450: 
                    451: INCLUDES = -I$(srcdir) -I$(top_builddir) \
                    452:        $(include_libreadline) $(include_libncurses) $(include_libgsl) \
1.52      bertrand  453:        $(include_libiconv) $(include_libcrypto) $(include_libsqlite) \
1.60      bertrand  454:        $(include_librplcas) $(include_libsigsegv) \
1.62      bertrand  455:        $(include_libmotif) \
1.1       bertrand  456:        @includeX@ @libMySQLinc@ @libPgSQLinc@
1.61      bertrand  457: DEFS = -DHAVE_CONFIG_H -Dd_version_rpl=\"@VERSION@\" \
1.3       bertrand  458:        -Dd_exec_path=\"@RUNPATH@\" @FORCE_GNUPLOT_PATH@ @DEBUG@ \
1.1       bertrand  459:        @MOTIF_SUPPORT@ @POSTSCRIPT_SUPPORT@ @GNUPLOT_SUPPORT@ \
                    460:        @VIM_SUPPORT@ @MYSQL_SUPPORT@ @POSTGRESQL_SUPPORT@ \
1.40      bertrand  461:        @SEMAPHORES_NOMMES@ @IPCS_SYSV@ @SEMUN@ @IPV6@ \
1.7       bertrand  462:        @EXPERIMENTAL_CODE@ $(date) $(hash) -g @PROFILAGE@ \
1.12      bertrand  463:        -Dd_locale=\"@FINAL_ENCODING@\" \
1.68      bertrand  464:        -D@OS@ @BSH_PATH@ @RPLCAS@ -DHOST=\"@HOST@\" @SHARED_MEMORY@ \
                    465:        @PSELECT@
1.53      bertrand  466: rpl_LDADD = -lgfortran \
1.20      bertrand  467:        $(top_builddir)/lapack/lapack/liblapack.a \
1.1       bertrand  468:        $(top_builddir)/lapack/blas/libblas.a \
                    469:        $(ldadd_libhistory) $(ldadd_libreadline) $(ldadd_libncurses) \
1.10      bertrand  470:        $(ldadd_libiconv) $(ldadd_libcrypto) $(ldadd_libssl) \
1.60      bertrand  471:        $(ldadd_libsqlite) $(ldadd_libsigsegv) \
1.53      bertrand  472:        $(ldadd_libgsl) $(ldadd_librplcas) @libX@ @libMySQLlib@ @libPgSQLlib@
1.1       bertrand  473: 
1.29      bertrand  474: always: $(top_builddir)/src/rpl-conv.c
1.70      bertrand  475:    @touch $<;
                    476:    @if [ x$(shell which ctags) != x ]; then \
1.16      bertrand  477:            (cd $(srcdir); ctags $(SRCC) $(SRCF) $(SRCF90) \
                    478:                $(INIT_LIB) $(INIT_EXE) 2>&1 /dev/null); \
                    479:    fi;
1.1       bertrand  480: 
1.10      bertrand  481: .PHONY: always librpl licences rpl.inc
1.1       bertrand  482: 
                    483: all-local: always
                    484: 
                    485: install-exec-local: librpl
                    486: 
                    487: librpl: install-libLIBRARIES
1.70      bertrand  488:    @echo "  BUILD  $@"
                    489:    @if [ -d $(top_builddir)/librpl ]; then \
1.32      bertrand  490:        rm -rf $(top_builddir)/librpl; \
1.31      bertrand  491:    fi
1.70      bertrand  492:    @mkdir -p $(top_builddir)/librpl;
                    493:    @for i in $(top_builddir)/src/librpl.a \
1.16      bertrand  494:            $(ldadd_libhistory) $(ldadd_libreadline) \
                    495:            $(top_builddir)/lapack/lapack/liblapack.a \
                    496:            $(top_builddir)/lapack/blas/libblas.a \
                    497:            $(ldadd_libncurses) $(ldadd_libgsl) $(ldadd_libiconv) \
1.52      bertrand  498:            $(ldadd_libcrypto) $(ldadd_libssl) $(ldadd_libsqlite) \
1.62      bertrand  499:            $(ldadd_librplcas) $(ldadd_libsigsegv) $(ldadd_libmotif); \
1.16      bertrand  500:    do \
1.32      bertrand  501:        cp -f $$i $(top_builddir)/librpl; \
1.16      bertrand  502:    done
1.70      bertrand  503:    @(cd $(top_builddir)/librpl && n=0 && \
                    504:            echo "    Building standalone librpl.a"; \
1.37      bertrand  505:            for i in *.a; \
1.70      bertrand  506:                do echo "    Extracting $$i"; ar x $$i; \
1.37      bertrand  507:                for j in `ar t $$i`; \
                    508:                do cp -f $$j $$n-$$j; \
                    509:                    rm -f $$j; \
                    510:                done; \
                    511:                n=`expr $$n + 1`; \
                    512:                rm -f $$i; \
                    513:            done; \
1.34      bertrand  514:            L="start"; \
                    515:            while test -n "$$L"; \
                    516:            do \
1.70      bertrand  517:                echo -n "    Remaining files "; \
1.39      bertrand  518:                find . -name "*.$(OBJEXT)" | wc -l; \
1.34      bertrand  519:                L=""; j=0; \
1.39      bertrand  520:                for i in `find . -name "*.$(OBJEXT)"`; \
1.34      bertrand  521:                do \
                    522:                    k=`echo $$i | wc -c`; \
                    523:                    j=`expr $$j + $$k + 1`; \
1.64      bertrand  524:                    if test $$j -le 8000; then \
1.34      bertrand  525:                        L="$$L $$i"; \
                    526:                    else \
                    527:                        break; \
                    528:                    fi; \
                    529:                done; \
1.39      bertrand  530:                if test -n "$$L"; then \
1.70      bertrand  531:                    echo -n "    Adding files to librpl.a archive... "; \
1.39      bertrand  532:                    ar cru librpl.a $$L; \
                    533:                    rm -f $$L; \
                    534:                    echo "done"; \
                    535:                fi; \
1.34      bertrand  536:            done; \
1.70      bertrand  537:            echo "    Archive created"; \
1.35      bertrand  538:            ar s librpl.a; \
1.63      bertrand  539:            if [ @OS@ != OS2 -a @OS@ != Darwin ]; then \
1.70      bertrand  540:                echo "  STRIP  librpl.a" && strip -d librpl.a; \
                    541:            fi;);
1.37      bertrand  542:    $(INSTALL_DATA) $(top_builddir)/librpl/librpl.a $(DESTDIR)$(libdir)/librpl.a
1.31      bertrand  543: 

CVSweb interface <joel.bertrand@systella.fr>