## Process this file with automake to produce Makefile.in bin_PROGRAMS = npadmin npadmin_SOURCES = argflags.h ber.C ber.h beroid.C berseq.C compat.h \ npaconsts.h npadmin.C npahelpers.C npahelpers.h npaoids.h \ npastructs.h oidseq.C oidseq.h printmib.C printmib.h session.C \ session.h structfill.C structfill.h getopt.h getopt.c getopt1.c \ snmpsock.h snmpsock.C npadmin_LDADD = @LIBOBJS@ EXTRA_DIST = npadmin.1 npadmin.spec TODO man_MANS = npadmin.1 ## Standard CEPS stuff rpms: distcheck rpms-nocheck rpms-nocheck: rpm -ta @PACKAGE@-@VERSION@.tar.gz cp /usr/src/redhat/SRPMS/@PACKAGE@-@VERSION@-*.rpm . cp /usr/src/redhat/RPMS/*/@PACKAGE@-@VERSION@-*.*.rpm . tag: distcheck tag-nocheck tag-nocheck: cvs tag release-`echo "@VERSION@" | sed -e 's/\./-/g'` cvs diff -r release-`echo "@VERSION@" | sed -e 's/\./-/g'` > .tagdiff; exit 0 @[ ! -s .tagdiff ] || { rm -f .tagdiff; echo "Tagging unsuccessful"; exit 1 } @rm -f .tagdiff release: distcheck rpms-nocheck tag-nocheck ## End standard CEPS stuff