# RCSIDENT("$SiLK: Makefile.am 6892 2007-04-13 18:11:23Z mthomas $"); # Installed Targets bin_PROGRAMS = rwsort man1_MANS = rwsort.man EXTRA_DIST = rwsort.pod # Build Rules LDADD = ../libsilk/libsilk.la rwsort_SOURCES = rwsort.c # Global Rules include $(top_srcdir)/build.mk