home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
word
/
text
/
019
/
makefile.dos
< prev
next >
Wrap
Makefile
|
1993-01-19
|
946b
|
29 lines
CFILES = buffer.c cmds.c misc.c file.c main.c video.c ins.c\
sysdep.c screen.c paste.c ledit.c line.c vterm.c search.c text.c\
keymap.c replace.c window.c slang.c
OBJS = buffer.obj cmds.obj misc.obj file.obj main.obj video.obj ins.obj\
sysdep.obj screen.obj paste.obj ledit.obj line.obj vterm.obj\
keymap.obj replace.obj window.obj slang.obj search.obj text.obj
HFILES = buffer.h file.h display.h sysdep.h screen.h paste.h ins.h misc.h\
ledit.h cmds.h text.h keymap.h replace.h window.h slang.h line.h\
vterm.h search.h
MFILES = makefile zip.lis vms.c bsd.c sys5.c sig.c sig.h display.c
JFILES = emacs.jed jed.rc most.jed edt.jed fortran.jed jed.doc read.me
CC = bcc
CFLAGS = -G -O2 -w -ml -Dmsdos -DUSE_MEMCPY
jed.exe: $(OBJS) $(HFILES)
$(CC) $(CFLAGS) -ejed.exe @jed.rsp
.c.obj:
$(CC) -c $(CFLAGS) $*.c
zip:
pkzip jed.zip @zip.lis
export:
export -zip.lis