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

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

CVSweb interface <joel.bertrand@systella.fr>