Annotation of cci/d/makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # Makefile for all the daignostic programs
                      3: #
                      4: 
                      5: DESTDIR=
                      6: AS=/bin/as
                      7: CC=/bin/cc
                      8: LD=/bin/ld
                      9: INCLDIR=${DESTDIR}/usr/include
                     10: LIBDIR=${DESTDIR}/lib
                     11: ULIBDIR=${DESTDIR}/usr/lib
                     12: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
                     13: 
                     14: # subdirectories to work on
                     15: SUBDIR= demand entry event memman mem io pits ether
                     16: all install clean:
                     17:        for i in $(SUBDIR); \
                     18:        do (cd $$i; make ${MAKEPARAM} install) \
                     19:        done
                     20:        cp script/all ${DESTDIR}/d;
                     21:        cp script/nall ${DESTDIR}/d;
                     22:        cp script/fppall ${DESTDIR}/d;
                     23:        cp script/fppnall ${DESTDIR}/d;
                     24:        cp script/oldall ${DESTDIR}/d;
                     25:        cp script/oldnall ${DESTDIR}/d;
                     26:        cp script/macro ${DESTDIR}/d
                     27:        cp script/priv ${DESTDIR}/d;
                     28:        cp script/dmp ${DESTDIR}/d;
                     29:        cp poc_er_codes ${DESTDIR}/d;
                     30: clean:
                     31:        for i in $(SUBDIR); \
                     32:        do (cd $$i; make ${MAKEPARAM} clean) \
                     33:        done
                     34: 
                     35: cleansrc:
                     36:        rm -f script/[a-p]* poc_er_codes

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.