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

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: 
1.51    ! bertrand  203: SRCCPP=\
        !           204:    interface_cas.cpp
        !           205: 
1.1       bertrand  206: SRCH=\
                    207:    completion.h\
                    208:    convert.h\
                    209:    copyright.h\
                    210:    garanties.h\
1.29      bertrand  211:    getaddrinfo.h\
1.1       bertrand  212:    gnuplot.h\
                    213:    librpl.h\
                    214:    licence.h\
                    215:    rpl.h\
                    216:    rplexternals.h\
                    217:    rpltypes.h\
                    218:    tex.h\
                    219:    usages.h\
                    220:    vim.h
                    221: 
                    222: SRCF=\
                    223:    arithmetique.f\
                    224:    bibliotheque_logarithmique.f\
                    225:    bibliotheque_trigonometrique.f
                    226: 
                    227: SRCF90=\
                    228:    combinaisons.F90\
                    229:    distributions.F90\
                    230:    fonctions_speciales.F90
                    231: 
                    232: SRCINC=\
                    233:    rplftypes.inc
                    234: 
                    235: SRCXPM=\
                    236:    rpl.xpm
                    237: 
                    238: INIT_EXE=init.c
                    239: 
                    240: INIT_LIB=librpl.c
                    241: 
1.47      bertrand  242: LIB=-lz @MALLOC@
1.1       bertrand  243: 
                    244: bin_PROGRAMS = rpl
                    245: lib_LIBRARIES = librpl.a
                    246: 
1.29      bertrand  247: SRCCc=$(SRCC:.c=-conv.c)
                    248: SRCHc=$(SRCH:.h=-conv.h)
1.51    ! bertrand  249: SRCCPPc=$(SRCCPP:.cpp=-conv.cpp)
1.29      bertrand  250: SRCFc=$(SRCF:.f=-conv.f)
                    251: SRCF90c=$(SRCF90:.F90=-conv.F90)
                    252: SRCINCc=$(SRCINC:.inc=-conv.inc)
                    253: INIT_LIBc=$(INIT_LIB:.c=-conv.c)
                    254: INIT_EXEc=$(INIT_EXE:.c=-conv.c)
1.1       bertrand  255: 
1.29      bertrand  256: %-conv.c: %.c
1.1       bertrand  257:    $(top_builddir)/rpliconv/rpliconv \
                    258:            -f `$(top_builddir)/tools/@FILE@/src/rplfile \
                    259:            -m $(top_builddir)/tools/@FILE@/magic/magic -i $< | \
1.11      bertrand  260:            $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  261:            -t @FINAL_ENCODING@//TRANSLIT $< | expand -t 4 > $@
                    262: 
1.51    ! bertrand  263: %-conv.cpp: %.cpp
        !           264:    $(top_builddir)/rpliconv/rpliconv \
        !           265:            -f `$(top_builddir)/tools/@FILE@/src/rplfile \
        !           266:            -m $(top_builddir)/tools/@FILE@/magic/magic -i $< | \
        !           267:            $(AWK) -F= '{print $$2;}'` \
        !           268:            -t @FINAL_ENCODING@//TRANSLIT $< | expand -t 4 > $@
        !           269: 
1.29      bertrand  270: %-conv.h: %.h
1.1       bertrand  271:    $(top_builddir)/rpliconv/rpliconv \
                    272:            -f `$(top_builddir)/tools/@FILE@/src/rplfile \
                    273:            -m $(top_builddir)/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.29      bertrand  277: %-conv.f: %.f
1.1       bertrand  278:    $(top_builddir)/rpliconv/rpliconv \
                    279:            -f `$(top_builddir)/tools/@FILE@/src/rplfile \
                    280:            -m $(top_builddir)/tools/@FILE@/magic/magic -i $< | \
1.11      bertrand  281:            $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  282:            -t @FINAL_ENCODING@//TRANSLIT $< | expand -t 4 > $@
                    283: 
1.29      bertrand  284: %-conv.F90: %.F90
1.1       bertrand  285:    $(top_builddir)/rpliconv/rpliconv \
                    286:            -f `$(top_builddir)/tools/@FILE@/src/rplfile \
                    287:            -m $(top_builddir)/tools/@FILE@/magic/magic -i $< | \
1.11      bertrand  288:            $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  289:            -t @FINAL_ENCODING@//TRANSLIT $< | expand -t 4 > $@
                    290: 
1.29      bertrand  291: %-conv.inc: %.inc
1.1       bertrand  292:    $(top_builddir)/rpliconv/rpliconv \
                    293:            -f `$(top_builddir)/tools/@FILE@/src/rplfile \
                    294:            -m $(top_builddir)/tools/@FILE@/magic/magic -i $< | \
1.11      bertrand  295:            $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  296:            -t @FINAL_ENCODING@//TRANSLIT $< | expand -t 4 > $@
                    297: 
                    298: licences:
                    299:    cat $(srcdir)/../COPYING > $(srcdir)/licence.h
                    300:    echo >> $(srcdir)/licence.h
                    301:    echo >> $(srcdir)/licence.h
                    302:    echo "#ifndef INCLUSION_LICENCE" >> $(srcdir)/licence.h
                    303:    echo "#   define INCLUSION_LICENCE" >> $(srcdir)/licence.h
                    304:    echo "    unsigned char CeCILL_fr[] =" >> $(srcdir)/licence.h
                    305:    sed -e '1,$$s/"/\\"/g' $(srcdir)/../Licence_CeCILL_V2-fr.txt | \
1.11      bertrand  306:            $(AWK) -F'\n' '{ printf("\"%s\\n\"\n", $$1);}' \
1.1       bertrand  307:            >> $(srcdir)/licence.h
                    308:    echo "    ;" >> $(srcdir)/licence.h
                    309:    echo "    unsigned char CeCILL_en[] =" >> $(srcdir)/licence.h
                    310:    sed -e '1,$$s/"/\\"/g' $(srcdir)/../Licence_CeCILL_V2-en.txt | \
1.11      bertrand  311:            $(AWK) -F'\n' '{ printf("\"%s\\n\"\n", $$1);}' \
1.1       bertrand  312:            >> $(srcdir)/licence.h
                    313:    echo "    ;" >> $(srcdir)/licence.h
                    314:    echo "#endif" >> $(srcdir)/licence.h
                    315:    echo >> $(srcdir)/licence.h
                    316:    echo "// vim: ts=4" >> $(srcdir)/licence.h
1.51    ! bertrand  317:    for i in $(SRCC) $(SRCCPP) $(SRCH) $(INIT_EXE) $(INIT_LIB); \
1.1       bertrand  318:    do \
                    319:        cat $(srcdir)/../COPYING > $(srcdir)/tmp; \
                    320:        echo >> $(srcdir)/tmp; \
                    321:        echo >> $(srcdir)/tmp; \
1.11      bertrand  322:        $(AWK) -F'\n' 'BEGIN {d=0;} /^#/ {d=1;} {if(d==1) print $$1;}' \
1.1       bertrand  323:                $(srcdir)/$$i >> $(srcdir)/tmp; \
                    324:        mv -f $(srcdir)/tmp $(srcdir)/$$i; \
                    325:    done
                    326:    for i in $(SRCINC); \
                    327:    do \
1.11      bertrand  328:        iconv -f `file -i $(srcdir)/../COPYING | $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  329:                $(srcdir)/../COPYING | \
1.11      bertrand  330:                $(AWK) -F'\n' '! (/^\/\*/ || /^\*\//) \
1.1       bertrand  331:                {printf("!%s\n", substr($$1,2));}' | \
                    332:                iconv -t `file -i $(srcdir)/../COPYING | \
1.11      bertrand  333:                $(AWK) -F= '{print $$2;}'` > $(srcdir)/tmp; \
                    334:        $(AWK) -F'\n' 'BEGIN {d=0;} ! /^!/ {d=1;} {if(d==1) print $$1;}' \
1.1       bertrand  335:                $(srcdir)/$$i >> $(srcdir)/tmp; \
                    336:        mv -f $(srcdir)/tmp $(srcdir)/$$i; \
                    337:    done
                    338:    for i in $(SRCF); \
                    339:    do \
1.11      bertrand  340:        iconv -f `file -i $(srcdir)/../COPYING | $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  341:                $(srcdir)/../COPYING | \
1.11      bertrand  342:                $(AWK) -F'\n' '! (/^\/\*/ || /^\*\//) \
1.1       bertrand  343:                {printf("C%s\n", substr($$1,2));}' | \
                    344:                iconv -t `file -i $(srcdir)/../COPYING | \
1.11      bertrand  345:                $(AWK) -F= '{print $$2;}'` > $(srcdir)/tmp; \
                    346:        $(AWK) -F'\n' 'BEGIN {d=0;} ! /^C/ {d=1;} {if(d==1) print $$1;}' \
1.1       bertrand  347:                $(srcdir)/$$i >> $(srcdir)/tmp; \
                    348:        mv -f $(srcdir)/tmp $(srcdir)/$$i; \
                    349:    done
                    350:    for i in $(SRCF90); \
                    351:    do \
1.11      bertrand  352:        iconv -f `file -i $(srcdir)/../COPYING | $(AWK) -F= '{print $$2;}'` \
1.1       bertrand  353:                $(srcdir)/../COPYING | \
1.11      bertrand  354:                $(AWK) -F'\n' '! (/^\/\*/ || /^\*\//) \
1.1       bertrand  355:                {printf("!%s\n", substr($$1,2));}' | \
                    356:                iconv -t `file -i $(srcdir)/../COPYING | \
1.11      bertrand  357:                $(AWK) -F= '{print $$2;}'` > $(srcdir)/tmp; \
                    358:        $(AWK) -F'\n' 'BEGIN {d=0;} ! /^!/ {d=1;} {if(d==1) print $$1;}' \
1.1       bertrand  359:                $(srcdir)/$$i >> $(srcdir)/tmp; \
                    360:        mv -f $(srcdir)/tmp $(srcdir)/$$i; \
                    361:    done
                    362: 
                    363: librplprototypes.h: rpl.h conversion.awk
1.11      bertrand  364:    $(AWK) -f $(srcdir)/conversion.awk $(srcdir)/rpl.h > \
1.1       bertrand  365:            $(top_builddir)/src/librplprototypes.h
1.10      bertrand  366: 
1.1       bertrand  367: generateurs.c: generateurs_aleatoires.awk
1.11      bertrand  368:    $(AWK) -f $(srcdir)/generateurs_aleatoires.awk \
1.1       bertrand  369:            $(srcdir)/../tools/@GSL@/rng/gsl_rng.h > \
                    370:            $(top_builddir)/src/generateurs.c
                    371: 
1.10      bertrand  372: rpl.inc:
1.24      bertrand  373:    echo BUILDPATH=$(top_builddir)/.. > $@
1.43      bertrand  374:    echo COMPILE=$(DEFS) | sed -e '1,$$s/"/\\"/g' | \
                    375:        sed -e '1,$$s/=\\"/="\\"/g' | sed -e '1,$$s/\\" /\\"" /g' >> $@
1.37      bertrand  376:    echo LINK=@libX@ @libMySQLlib@ @libPgSQLlib@ -lz >> $@
1.29      bertrand  377:    echo OBJECTS=$(SRCCc:.c=.$(OBJEXT)) $(SRCFc:.f=.$(OBJEXT)) \
                    378:            $(SRCF90c:.F90=.$(OBJEXT)) \
                    379:            librpl-conv.$(OBJEXT) >> $@
1.44      bertrand  380:    echo EXTOBJECTS= @EXT_SQL@ \
1.16      bertrand  381:        $(top_builddir)/lapack/lapack/liblapack.a \
                    382:        $(top_builddir)/lapack/blas/libblas.a \
                    383:        $(ldadd_libhistory) \
                    384:        $(ldadd_libreadline) \
                    385:        $(ldadd_libncurses) \
                    386:        $(ldadd_libgsl) \
                    387:        $(ldadd_libiconv) \
                    388:        $(ldadd_libcrypto) \
                    389:        $(ldadd_libssl) \
                    390:        $(ldadd_libsqlite) \
1.10      bertrand  391:        >> $@
                    392: 
1.51    ! bertrand  393: EXTRA_DIST = $(SRCC) $(SRCH) $(SRCCPP) $(SRCF) $(SRCF90) $(SRCINC) \
1.1       bertrand  394:        $(INIT_EXE) $(INIT_LIB) $(SRCXPM) \
                    395:        conversion.awk generateurs_aleatoires.awk
                    396: BUILT_SOURCES = librplprototypes.h generateurs.c \
1.51    ! bertrand  397:        $(SRCCc) $(SRCHc) $(SRCCPPc) $(SRCFc) $(SRCF90c) \
1.10      bertrand  398:        $(INIT_LIBc) $(SRCINCc) $(INIT_EXEc) \
                    399:        rpl.inc
1.51    ! bertrand  400: CLEANFILES= $(SRCCc) $(SRCHc) $(SRCCPPc) $(SRCFc) $(SRCF90c) $(SRCINCc) \
1.10      bertrand  401:        $(INIT_LIBc) $(INIT_EXEc) librplprototypes.h generateurs.c \
1.29      bertrand  402:        rpl.inc rpl-librpl-conv.$(OBJEXT)
1.1       bertrand  403: 
1.27      bertrand  404: nodist_rpl_SOURCES = \
1.51    ! bertrand  405:        $(SRCCc) $(SRCHc) $(SRCCPPc) $(SRCFc) $(SRCF90c) $(INIT_EXEc) \
1.1       bertrand  406:        $(SRCXPM) $(SRCINCc)
1.29      bertrand  407: rpl_LDFLAGS = -g @PROFILAGE@ $(LIB) @EXPORT_DYNAMIC@
1.31      bertrand  408: rpl_CFLAGS = $(AM_CFLAGS) @C_STANDARD@ -Wall -Wextra -Wno-unused-function \
1.16      bertrand  409:         -Wno-pointer-sign -Wno-unused-parameter @NESTED_FUNCTIONS@
1.1       bertrand  410: rpl_FFLAGS = $(AM_FFLAGS) -fno-f2c
                    411: rpl_FCFLAGS = $(AM_FCFLAGS) -fno-second-underscore -fno-f2c
                    412: 
1.27      bertrand  413: nodist_librpl_a_SOURCES = \
1.51    ! bertrand  414:        $(SRCCc) $(SRCHc) $(SRCFc) $(SRCCPPc) $(SRCF90c) $(INIT_LIBc) \
1.27      bertrand  415:        $(SRCXPM) $(SRCINCc)
1.31      bertrand  416: librpl_a_CFLAGS = $(AM_CFLAGS) @C_STANDARD@ -Wall -Wextra -Wno-unused-function \
1.16      bertrand  417:        -Wno-pointer-sign -Wno-unused-parameter @NESTED_FUNCTIONS@
1.1       bertrand  418: librpl_a_FFLAGS = $(AM_FFLAGS) -ff2c
                    419: librpl_a_FCFLAGS = $(AM_FCLAGS) -fno-second-underscore
                    420: 
1.18      bertrand  421: include_HEADERS = rplexternals.h rpltypes.h rpl.h librpl.h rpl.inc \
                    422:        librplprototypes.h
1.1       bertrand  423: 
                    424: INCLUDES = -I$(srcdir) -I$(top_builddir) \
                    425:        $(include_libreadline) $(include_libncurses) $(include_libgsl) \
1.6       bertrand  426:        $(include_libiconv) $(include_libcrypto) $(include_libsqlite)\
1.1       bertrand  427:        @includeX@ @libMySQLinc@ @libPgSQLinc@
1.35      bertrand  428: DEFS = -DHAVE_CONFIG_H -Dd_version_rpl=\"@VERSION@\" @BROKEN_SIGINFO@ \
1.3       bertrand  429:        -Dd_exec_path=\"@RUNPATH@\" @FORCE_GNUPLOT_PATH@ @DEBUG@ \
1.1       bertrand  430:        @MOTIF_SUPPORT@ @POSTSCRIPT_SUPPORT@ @GNUPLOT_SUPPORT@ \
                    431:        @VIM_SUPPORT@ @MYSQL_SUPPORT@ @POSTGRESQL_SUPPORT@ \
1.40      bertrand  432:        @SEMAPHORES_NOMMES@ @IPCS_SYSV@ @SEMUN@ @IPV6@ \
1.7       bertrand  433:        @EXPERIMENTAL_CODE@ $(date) $(hash) -g @PROFILAGE@ \
1.12      bertrand  434:        -Dd_locale=\"@FINAL_ENCODING@\" \
1.42      bertrand  435:        -D@OS@ @BSH_PATH@
1.27      bertrand  436: rpl_LDADD = \
1.20      bertrand  437:        $(top_builddir)/lapack/lapack/liblapack.a \
1.1       bertrand  438:        $(top_builddir)/lapack/blas/libblas.a \
                    439:        $(ldadd_libhistory) $(ldadd_libreadline) $(ldadd_libncurses) \
1.10      bertrand  440:        $(ldadd_libiconv) $(ldadd_libcrypto) $(ldadd_libssl) \
                    441:        $(ldadd_libsqlite) \
1.1       bertrand  442:        $(ldadd_libgsl) @libX@ @libMySQLlib@ @libPgSQLlib@
                    443: 
1.29      bertrand  444: always: $(top_builddir)/src/rpl-conv.c
1.46      bertrand  445:    touch $<; \
1.16      bertrand  446:    if [ x$(shell which ctags) != x ]; then \
                    447:            (cd $(srcdir); ctags $(SRCC) $(SRCF) $(SRCF90) \
                    448:                $(INIT_LIB) $(INIT_EXE) 2>&1 /dev/null); \
                    449:    fi;
1.1       bertrand  450: 
1.10      bertrand  451: .PHONY: always librpl licences rpl.inc
1.1       bertrand  452: 
                    453: all-local: always
                    454: 
                    455: install-exec-local: librpl
                    456: 
                    457: librpl: install-libLIBRARIES
1.31      bertrand  458:    if [ -d $(top_builddir)/librpl ]; then \
1.32      bertrand  459:        rm -rf $(top_builddir)/librpl; \
1.31      bertrand  460:    fi
                    461:    mkdir -p $(top_builddir)/librpl; \
1.16      bertrand  462:    for i in $(top_builddir)/src/librpl.a \
                    463:            $(ldadd_libhistory) $(ldadd_libreadline) \
                    464:            $(top_builddir)/lapack/lapack/liblapack.a \
                    465:            $(top_builddir)/lapack/blas/libblas.a \
                    466:            $(ldadd_libncurses) $(ldadd_libgsl) $(ldadd_libiconv) \
                    467:            $(ldadd_libcrypto) $(ldadd_libssl) $(ldadd_libsqlite); \
                    468:    do \
1.32      bertrand  469:        cp -f $$i $(top_builddir)/librpl; \
1.16      bertrand  470:    done
1.37      bertrand  471:    (cd $(top_builddir)/librpl && n=0 && \
                    472:            echo Building standalone librpl.a; \
                    473:            for i in *.a; \
                    474:                do echo Extracting $$i; ar x $$i; \
                    475:                for j in `ar t $$i`; \
                    476:                do cp -f $$j $$n-$$j; \
                    477:                    rm -f $$j; \
                    478:                done; \
                    479:                n=`expr $$n + 1`; \
                    480:                rm -f $$i; \
                    481:            done; \
1.34      bertrand  482:            L="start"; \
                    483:            while test -n "$$L"; \
                    484:            do \
1.39      bertrand  485:                echo -n "Remaining files "; \
                    486:                find . -name "*.$(OBJEXT)" | wc -l; \
1.34      bertrand  487:                L=""; j=0; \
1.39      bertrand  488:                for i in `find . -name "*.$(OBJEXT)"`; \
1.34      bertrand  489:                do \
                    490:                    k=`echo $$i | wc -c`; \
                    491:                    j=`expr $$j + $$k + 1`; \
                    492:                    if test $$j -le 5000; then \
                    493:                        L="$$L $$i"; \
                    494:                    else \
                    495:                        break; \
                    496:                    fi; \
                    497:                done; \
1.39      bertrand  498:                if test -n "$$L"; then \
                    499:                    echo -n "Adding files to librpl.a archive... "; \
                    500:                    ar cru librpl.a $$L; \
                    501:                    rm -f $$L; \
                    502:                    echo "done"; \
                    503:                fi; \
1.34      bertrand  504:            done; \
1.39      bertrand  505:            echo Archive created; \
1.35      bertrand  506:            ar s librpl.a; \
                    507:            if [ @OS@ != OS2 ]; then \
                    508:                echo Stripping librpl.a && strip -d librpl.a; \
                    509:            fi;); \
1.37      bertrand  510:    $(INSTALL_DATA) $(top_builddir)/librpl/librpl.a $(DESTDIR)$(libdir)/librpl.a
1.31      bertrand  511: 

CVSweb interface <joel.bertrand@systella.fr>