bin_PROGRAMS=rl rl_SOURCES=rl.c rl.h \ random.c alloc.c buffer.c \ aclocal.m4 rl.1 rl_LDADD=@LIBOBJS@ # uncomment the following if rl requires the math library #rl_LDADD=-lm EXTRA_DIST=rl.lsm.in rl.spec.in getopt_long.c getopt_long.h \ debian/control debian/changelog debian/rules # if you write a self-test script named `chk', uncomment the # following and add `chk' to the EXTRA_DIST list #TESTS=chk # build and install the .info pages #info_TEXINFOS = rl.texinfo #rl_TEXINFOS = gpl.texinfo # install the man pages man_MANS=rl.1 # targets for debian package deb: distdir cd $(distdir) && \ dpkg-buildpackage \ -us -uc \ -rfakeroot rm -rf $(distdir) signeddeb: distdir cd $(distdir) && \ dpkg-buildpackage \ -pgpg -sgpg \ -karthur@tiefighter.et.tudelft.nl \ -rfakeroot rm -rf $(distdir)