mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-11 07:00:23 -05:00
d7148b21fe
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.
23 lines
690 B
Plaintext
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)
|