
XCFLAGS =
OBJS	=
DFILES	= Makefile
CFILES	=
DDIRS	=
XDFILES =
LIB	=

all:

include ../Rules

clean::
	rm -f libagi.a libsarien.a *.obj

