# The xconf utility is disable. It simply call the supplied
# XFree configuration utility. This utility is not nice to use
# but it fairly complete. Maybe someday, this one (in this directory)
# will be merge with the other...
CURDIR=xconf
all: lib
#OBJS =  adaptor.o component.o error.o files.o \
#		mouse.o notice.o \
#		screen.o \
#		section.o section1.o xconf.o xconf1.o xconfig.o

OBJS = stubs.o xconf1.o _dict.o

include ../rules.mak

proto:
	proto -m0+ -bxconf.h+xconf.pm=xconf.h \
		-bsection.h+xconf.pm=section.h \
		-bcomponents.h+xconf.pm=components.h *.cc

install:

# Test program


xconfig: xconfig.obt xconf.a
	$(GPPLINK) -g -o x $< $(LIBS)

component: component.obt xconf.a
	$(GPPLINK) -g -o x $< $(LIBS)
		

error.o: xconf.h 
files.o: xconf.h 
mouse.o: xconf.h 
screen.o: xconf.h 
section.o: xconf.h 
str.o: xconf.h 
xconf.o: xconf.h 
xconf1.o: xconf.h 
xconfig.o: xconf.h 

