diff options
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/httools/Makefile.am')
-rw-r--r-- | debian/htdig/htdig-3.2.0b6/httools/Makefile.am | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/httools/Makefile.am b/debian/htdig/htdig-3.2.0b6/httools/Makefile.am new file mode 100644 index 00000000..10f29b28 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/httools/Makefile.am @@ -0,0 +1,36 @@ + +include $(top_srcdir)/Makefile.config + +LOCAL_DEFINES= -DSENDMAIL=\"$(SENDMAIL)\" + +bin_PROGRAMS = htpurge htnotify htdump htstat htload htmerge + +htpurge_SOURCES = htpurge.cc +htpurge_DEPENDENCIES = $(HTLIBS) +htpurge_LDFLAGS = $(PROFILING) ${extra_ldflags} +htpurge_LDADD = $(HTLIBS) + +htnotify_SOURCES = htnotify.cc +htnotify_DEPENDENCIES = $(HTLIBS) +htnotify_LDFLAGS = $(PROFILING) ${extra_ldflags} +htnotify_LDADD = $(HTLIBS) + +htdump_SOURCES = htdump.cc +htdump_DEPENDENCIES = $(HTLIBS) +htdump_LDFLAGS = $(PROFILING) ${extra_ldflags} +htdump_LDADD = $(HTLIBS) + +htstat_SOURCES = htstat.cc +htstat_DEPENDENCIES = $(HTLIBS) +htstat_LDFLAGS = $(PROFILING) ${extra_ldflags} +htstat_LDADD = $(HTLIBS) + +htload_SOURCES = htload.cc +htload_DEPENDENCIES = $(HTLIBS) +htload_LDFLAGS = $(PROFILING) ${extra_ldflags} +htload_LDADD = $(HTLIBS) + +htmerge_SOURCES = htmerge.cc +htmerge_DEPENDENCIES = $(HTLIBS) +htmerge_LDFLAGS = $(PROFILING) ${extra_ldflags} +htmerge_LDADD = $(HTLIBS) |