        DEFINES = -D_BSD -DNOPVM -DLOOKUP_STRING
 EXTRA_INCLUDES = -I$(INCROOT)/X11/Xaw -I$(INCROOT)/X11/Xmu

OBJS1 = testapi.o
SRCS1 = testapi.c

OBJS2 = xant.o net.o telnet.o pvmpc.o xstuff.o Tform.o Win3270.o X3270.o \
	Gr3270.o Ga3270.o Im3270.o Title3270.o menu.o MenuBtn.o s3270.o \
	s3270loc.o reply.o tables.o queue.o image.o graphics.o ga3277.o \
	apiserve.o apicoms.o

SRCS2 = xant.c net.c telnet.c pvmpc.c xstuff.c Tform.c Win3270.c X3270.c \
	Gr3270.c Ga3270.c Im3270.c Title3270.c menu.c MenuBtn.c s3270.c \
	s3270loc.c reply.c tables.c queue.c image.c graphics.c ga3277.c \
	apiserve.c apicoms.c

PROGRAMS = testapi xant
APILIB = libxant.a
DEPLIBS1 = $(APILIB)

ComplexProgramTarget_1(testapi,$(APILIB),)
ComplexProgramTarget_2(xant,$(XAWLIB) $(XTOOLLIB) $(XLIB),)
NormalLibraryTarget(xant,apihllc.o apicomc.o)

tar:
	tar -cvf- xant libxant.a README Makefile* Imakefile \
		*.c *.h *.bm *.bdf fonts* sample* | compress -c > xant.tar.Z

DependTarget()
