32 lines
624 B
Plaintext
32 lines
624 B
Plaintext
XCOMM $XConsortium: Imakefile /main/1 1996/04/21 19:20:11 drk $
|
|
#define DoNormalLib NormalLibDtTerm
|
|
#define DoSharedLib SharedLibDtTerm
|
|
#define DoDebugLib DebugLibDtTerm
|
|
#define DoProfileLib ProfileLibDtTerm
|
|
#define LibName DtTerm
|
|
#define SoRev SODTTERMREV
|
|
#define LibHeaders NO
|
|
#define LibCreate NO
|
|
|
|
#include <Threads.tmpl>
|
|
|
|
INCLUDES = -I. -I../TermPrim -I../Term
|
|
|
|
SRCS = \
|
|
TermView.c \
|
|
TermViewMenu.c \
|
|
TermViewGlobalDialog.c \
|
|
TermViewTerminalDialog.c
|
|
|
|
OBJS = \
|
|
TermView.o \
|
|
TermViewMenu.o \
|
|
TermViewGlobalDialog.o \
|
|
TermViewTerminalDialog.o
|
|
|
|
#include <Library.tmpl>
|
|
|
|
SubdirLibraryRule($(OBJS))
|
|
|
|
DependTarget()
|