|
|
1.1 root 1: # Makefile 4.1 83/02/10
2:
3: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
4: CFLAGS=-O
5:
6: diff3: diff3.o
7: ${CC} -o diff3 diff3.o
8:
9: install: diff3
10: install -s diff3 $(DESTDIR)/usr/lib
11: install -c diff3.sh $(DESTDIR)/usr/bin/diff3
12:
13: clean:
14: rm -f diff3.o diff3
15:
16: cleansrc:
17: rm -f *.c *.sh Makefile
18:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.