all: label

label: label.c
	gcc -o label label.c

install:
	cp label $(BINROOTDIR)/usr/bin
	cp Xconfig.* $(BINROOTDIR)/usr/X386/lib/X11

clean:
	rm -f *.o label
