#include <install.cf>

SRCS = Page.c Property.c

OBJS = Page.o Property.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()
