XCOMM $Xorg: Imakefile,v 1.1 2003/05/12 19:54:53 gisburn Exp $
     
LOCAL_LIBRARIES = $(XLIB) -lXm -lXt -lXp -lXprintUtil
SYS_LIBRARIES = MathLibrary
DEPLIBS = $(DEPXLIB)
INCLUDES = -I/usr/X11R6/include

DEFINES         = 
           SRCS = xpxmhelloworld.c
           OBJS = xpxmhelloworld.o

ComplexProgramTarget(xpxmhelloworld)

#ifdef HasDocBookTools
all:: xpxmhelloworld.man xpxmhelloworld.html

ConvertDocBookToManPage(xpxmhelloworld.sgml, xpxmhelloworld.man)
ConvertDocBookToHTML(xpxmhelloworld.sgml, xpxmhelloworld.html)
#endif /* HasDocBookTools */
