
/*---------------------------------------------------------------------------+
| Never edit this file unless you really really know what you're doing.
+---------------------------------------------------------------------------*/

DEPLIBS = 
LOCAL_LIBRARIES = XawClientLibs

/* SYS_LIBRARIES = -lm */

SRCS  = Babaya.c
OBJS  = Babaya.o

/* These are apparently missing from versions of X prior to R5 */

#ifndef InstallAppDefaultsLong
#define	InstallAppDefaultsLong(file,class)				@@\
install:: file.ad							@@\
	$(INSTALL) -c $(INSTAPPFLAGS) file.ad $(DESTDIR)$(XAPPLOADDIR)/class
#endif /* InstallAppDefaultsLong */

ComplexProgramTarget(babaya)

InstallAppDefaults(Babaya)
InstallAppDefaultsLong(Babaya-co,Babaya-color)

Babaya.c: Babaya.ad.h
Babaya.ad.h: Babaya.ad
	./ad2c $? > $@

