version 1.1.2.1, 2008/09/30 14:33:36
|
version 1.5, 2025/01/31 00:03:15
|
Line 12 libdir = @libdir@
|
Line 12 libdir = @libdir@
|
|
|
INSTALL = @INSTALL@ |
INSTALL = @INSTALL@ |
|
|
|
VERS = @PACKAGE_VERSION@ |
LIBSO = libaitcfg.so |
LIBSO = libaitcfg.so |
|
LIBA = libaitcfg.a |
|
|
all: |
all: |
|
@ln -sf ${LIBSO} ${LIBSO}.${VERS} |
|
|
depend: |
depend: |
|
|
clean: |
clean: |
@rm -f ${LIBSO} *~ | @rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~ |
|
|
install: |
install: |
|
${INSTALL} -d ${prefix} |
|
${INSTALL} -d ${libdir} |
|
${INSTALL} ${LIBA} ${libdir} |
${INSTALL} ${LIBSO} ${libdir} |
${INSTALL} ${LIBSO} ${libdir} |
|
@ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.${VERS} |
|
@ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.`echo ${VERS} | cut -d '.' -f 1` |