#include <install.cf>

SRCS = ImageCache.c Page.c Property.c RootW.c Tab.c ComboBox.c XmextXpm.c Dial.c Gauge.c

OBJS = ImageCache.o Page.o Property.o RootW.o Tab.o XmextXpm.o Dial.o Gauge.o
      
INCLUDES = -I$(TOP)/include
     
XCOMM
XCOMM Change this if you want to install libXmext some place else
XCOMM Install lib here, use default location
XCOMM
/* put this in a config file that asks where you want to 
   put the libs and headers */
/* BASEDIR & BASELIBDIR should only be defined if not previously */
BASELIBDIR = $(BASEDIR)/lib
THISLIBDIR = $(BASELIBDIR)

NormalLibraryTarget(Xmext,$(OBJS))
InstallLibrary(Xmext,$(THISLIBDIR)) 
DependTarget()
LintTarget()
