Initial commit of pristine erwise source
[erwise] / Xl / Imakefile
1 #
2 #
3 #
4
5            OBJS = XlFormatText.o XlSetup.o XlUtil.o XlWindow.o XlStyle.o
6            SRCS = XlFormatText.c XlSetup.c XlUtil.c XlWindow.c XlStyle.c
7
8           XLDIR = ../Xl
9           HTDIR = ../HText
10          WWWDIR = ../Cl/WWWLibrary
11      MOTIF_HDRS = -I/p/motif/include
12     ERWISE_HDRS = -I$(XLDIR) -I$(HTDIR) -I$(WWWDIR)
13         DEFINES = $(ERWISE_HDRS) $(MOTIF_HDRS)
14
15 NormalLibraryTarget(Xl, $(OBJS))
16
17 DependTarget()