ARTSPPINC = -I@artspp@/include ARTSPPLIB = -L@artspp@/lib -lArts SNMPPINC = -I../../snmp++/classes/include SNMPPPLIB = ../../snmp++/classes/lib/libsnmp++.la CFDINC = -I../../classes/include -I../../include -I. CFDLIB = ../../classes/lib/libCfd.la OBJECTS = cfdnexthops.o CXX = @CXX@ CXXFLAGS = @CXXFLAGS@ top_builddir = ../.. LIBTOOL = @ /bin/sh /usr/local/bin/libtool all: cfdnexthops cfdnexthops: ${OBJECTS} ${CFDLIB} ${LIBTOOL} --mode=link ${CXX} ${CXXFLAGS} ${OBJECTS} ${CFDLIB} ${ARTSPPLIB} \ ${SNMPPPLIB} @FLEXLIB@ @LIBS@ -o cfdnexthops -rpath @artspp@/lib cfdnexthops.o: cfdnexthops.cc ${CXX} ${CXXFLAGS} -c cfdnexthops.cc ${CFDINC} ${ARTSPPINC} ${SNMPPINC} clean:: rm -f ${OBJECTS} cfdnexthops rm -Rf .libs strip: all @ -if [ -f .libs/cfdnexthops ]; then \ strip .libs/cfdnexthops ; \ else \ strip cfdnexthops ; \ fi install: all ${LIBTOOL} --mode=install ../../install-sh -c -m 555 cfdnexthops @bindir@/cfdnexthops ../../install-sh -c -m 444 cfdnexthops.man @mandir@/manl/cfdnexthops.l tarball:: @TAR@ -uvf ../../@PKG_VERSION@_@OSNAME@.tar @bindir@/cfdnexthops @TAR@ -uvf ../../@PKG_VERSION@_@OSNAME@.tar @mandir@/manl/cfdnexthops.l