File: Makefile.am

package info (click to toggle)
htdig 1%3A3.2.0b6-21
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,292 kB
  • sloc: ansic: 49,632; cpp: 46,468; sh: 17,400; xml: 4,180; perl: 2,543; makefile: 888; php: 79; asm: 14
file content (18 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include $(top_srcdir)/Makefile.config

bin_PROGRAMS = htdb_load htdb_dump htdb_stat

htdb_load_SOURCES = htdb_load.cc
htdb_load_DEPENDENCIES = $(HTLIBS)
htdb_load_LDFLAGS = $(PROFILING) ${extra_ldflags}
htdb_load_LDADD = $(HTLIBS)

htdb_dump_SOURCES = htdb_dump.cc
htdb_dump_DEPENDENCIES = $(HTLIBS)
htdb_dump_LDFLAGS = $(PROFILING) ${extra_ldflags}
htdb_dump_LDADD = $(HTLIBS)

htdb_stat_SOURCES = htdb_stat.cc
htdb_stat_DEPENDENCIES = $(HTLIBS)
htdb_stat_LDFLAGS = $(PROFILING) ${extra_ldflags}
htdb_stat_LDADD = $(HTLIBS)