|
|
1.1 root 1: AS=/bin/as
2: CC=/bin/cc
3: LD=/bin/ld
4: INCLDIR=/usr/include
5: LIBDIR=/lib
6: ULIBDIR=/usr/lib
7: DESTDIR=
8: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
9:
10: SUBDIR = cdb
11:
12: all: ${SUBDIR}
13:
14: ${SUBDIR}: /tmp
15: cd $@; make ${MFLAGS} ${MAKEPARAM}
16:
17: install:
18: cd cdb; make ${MFLAGS} ${MAKEPARAM} install
19:
20: clean:
21: cd cdb; make ${MFLAGS} clean
22:
23: depend:
24: cd cdb; make ${MFLAGS} ${MAKEPARAM} depend
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.