19 lines
367 B
Makefile
19 lines
367 B
Makefile
#
|
|
# Makefile for the IDE libraries.
|
|
#
|
|
#ident "arcs/ide/EVEREST/lib/Makefile $Revision: 1.20 $"
|
|
#
|
|
DIAGDEPTH=../..
|
|
include ${DIAGDEPTH}/Makedefs
|
|
|
|
CFILES=EVERESTlib.c everror.c IO4tlib.c io4_select.c evfru.c eve_cmds.c \
|
|
gensubs.c rtc_access.c ideio.c disp_evcfg.c io4_select.c
|
|
ASFILES=EVERESTasm.s vec.s
|
|
HFILES=
|
|
|
|
|
|
LINCLUDES=
|
|
LDEFINES=
|
|
|
|
include ${DIAGDEPTH}/Makerules
|