|
|
1.1 ! root 1: CFLAGS= -g ! 2: # For Xenix. Needed for movemail ! 3: # LOADLIBES= -lx ! 4: # For Iris 4d. Needed for loadst. ! 5: # LOADLIBES = -lmld ! 6: ! 7: EXECUTABLES = test-distrib etags ctags loadst make-docfile \ ! 8: digest-doc sorted-doc movemail cvtmail fakemail yow env \ ! 9: server emacsclient ! 10: ! 11: all: ${EXECUTABLES} ! 12: ! 13: distclean: ! 14: -rm -f ${EXECUTABLES} *~ \#* DOC* core ! 15: ! 16: # This justs verifies that the non-ASCII characters ! 17: # in the file `testfile' have no been clobbered by ! 18: # whatever means were used to copy and distribute Emacs. ! 19: # If they were clobbered, all the .elc files were clobbered too. ! 20: test-distrib: test-distrib.c ! 21: $(CC) -o test-distrib test-distrib.c ! 22: ./test-distrib ! 23: ! 24: etags: etags.c ! 25: $(CC) -o etags ${CFLAGS} -DETAGS etags.c $(LOADLIBES) ! 26: ! 27: ctags: etags.c ! 28: $(CC) -o ctags ${CFLAGS} -DCTAGS etags.c $(LOADLIBES) ! 29: ! 30: loadst: loadst.c ../src/config.h ! 31: $(CC) -o loadst ${CFLAGS} loadst.c $(LOADLIBES) ! 32: ! 33: make-docfile: make-docfile.c ! 34: $(CC) -o make-docfile ${CFLAGS} make-docfile.c $(LOADLIBES) ! 35: ! 36: digest-doc: digest-doc.c ! 37: $(CC) -o digest-doc ${CFLAGS} digest-doc.c $(LOADLIBES) ! 38: ! 39: sorted-doc: sorted-doc.c ! 40: $(CC) -o sorted-doc ${CFLAGS} sorted-doc.c $(LOADLIBES) ! 41: ! 42: # ! 43: movemail: movemail.c ../src/config.h ! 44: $(CC) -o movemail ${CFLAGS} movemail.c $(LOADLIBES) ! 45: ! 46: cvtmail: cvtmail.c ! 47: $(CC) -o cvtmail ${CFLAGS} cvtmail.c $(LOADLIBES) ! 48: ! 49: fakemail: fakemail.c ../src/config.h ! 50: $(CC) -o fakemail ${CFLAGS} fakemail.c $(LOADLIBES) ! 51: ! 52: yow: yow.c ../src/paths.h ! 53: $(CC) -o yow ${CFLAGS} yow.c $(LOADLIBES) ! 54: ! 55: # this is silly -- just use emacs to edit this file! ! 56: # (in any case this program doesn't preserve alphabetical ordering, ! 57: # which is why I'm removing it) ! 58: #addyow: addyow.c ! 59: # $(CC) -o addyow ${CFLAGS} addyow.c ! 60: ! 61: env: env.c ../src/config.h ! 62: $(CC) -o env -DEMACS ${CFLAGS} env.c $(LOADLIBES) ! 63: ! 64: server: server.c ../src/config.h ! 65: $(CC) -o server ${CFLAGS} server.c $(LOADLIBES) ! 66: ! 67: emacsclient: emacsclient.c ../src/config.h ! 68: $(CC) -o emacsclient ${CFLAGS} emacsclient.c $(LOADLIBES) ! 69: ! 70: # This one is NOT included in EXECUTABLES. ! 71: # See ../src/ymakefile. ! 72: emacstool: emacstool.c ! 73: $(CC) emacstool.c -o emacstool -g -lsuntool -lsunwindow -lpixrect $(LOADLIBES)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.