prefix		=	/mit/sipb
BINDIR		=	$(DESTDIR)$(prefix)/bin
MANDIR		=	$(DESTDIR)$(prefix)/man/man1
MANSUFFIX	=	1

#ifdef UltrixArchitecture
CC		=	gcc
CCOPTIONS	=
#endif
#ifdef LinuxArchitecture
LIBGDBM		=	-lgdbm
#endif

SYS_LIBRARIES=	-lX11 $(LIBGDBM)
SRCS=		xthesaurus.c init.c
OBJS=		xthesaurus.o init.o

ComplexProgramTarget(xthesaurus)
