1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-02 18:41:14 +00:00
uemacs/makefile.dos
Linus Torvalds d7148b21fe Initial import of em-4.0.15-lt
This is a slightly updated version of uemacs-PK (PK is Pekka
Kutvonen) which was used at Helsinki University a long time
ago. My fingers cannot be retrained.
2005-05-31 08:50:56 -07:00

23 lines
690 B
Plaintext

CFLAGS= -AL -ot -Gs
OFILES= ansi.obj basic.obj bind.obj buffer.obj crypt.obj \
display.obj eval.obj exec.obj file.obj fileio.obj \
ibmpc.obj input.obj isearch.obj line.obj \
lock.obj main.obj random.obj region.obj search.obj spawn.obj \
tcap.obj termio.obj vmsvt.obj vt52.obj \
window.obj word.obj pklock.obj
CFILES= ansi.c basic.c bind.c buffer.c crypt.c \
display.c eval.c exec.c file.c fileio.c \
ibmpc.c input.c isearch.c line.c \
lock.c main.c random.c region.c search.c spawn.c \
tcap.c termio.c vmsvt.c vt52.c \
window.c word.c pklock.c
HFILES= estruct.h edef.h efunc.h epath.h ebind.h evar.h
emacs.exe: $(OFILES)
link @emacso.lnk
$(OFILES): $(HFILES)