##########################################################################
#
# Xclasses makefile  -  by Jrgen Schmitz
# ($Id: Makefile,v 1.1.1.1 1998/07/16 19:29:31 cvs Exp $)
#
##########################################################################

CC=g++
LD=ld
ranlib=ranlib
LN_S=ln -s

all: libtool

clean:
	rm -f libtool
	rm -f config.log

libtool: ltmain.sh ltconfig
	@./ltconfig ltmain.sh
