libdir = /usr/local/lib INSTALL = install LIBSO = libaitcfg.so all: depend: clean: @rm -f ${LIBSO} *~ install: ${INSTALL} ${LIBSO} ${libdir}