# $Id: Makefile,v 1.8 2001/11/12 04:31:25 arensb Exp $ TOP = .. SUBDIR = libpdb LIBNAME = pdb SHLIB_MAJOR = 0 SHLIB_MINOR = 0 LIBSRCS = pdb.c util.c LIBOBJS = ${LIBSRCS:.c=.o} SHLIBOBJS = ${LIBSRCS:.c=.So} CLEAN = ${LIBOBJS} ${SHLIBOBJS} ${LIBRARY} \ *.ln *.bak *~ core *.core .depend DISTCLEAN = SPOTLESS = DISTFILES = Makefile ${LIBSRCS} OTHERTAGFILES = ${LIBSRCS} include ${TOP}/Make.rules depend:: ${MKDEP} ${CPPFLAGS} ${LIBSRCS} all:: ${LIBRARY} ${SHLIB} install:: ${LIBRARY} ${SHLIB} ${INSTALL_DATA} ${LIBRARY} ${SHLIBVER} ${PREFIX}/lib ln -sf ${SHLIBVER} ${PREFIX}/lib/${SHLIB} # It might be a good idea later on to install the library, so that # people can write other programs that communicate with the Palm, but # not just yet. # install:: # This is for Emacs's benefit: # Local Variables: *** # fill-column: 75 *** # End: ***