File: Makefile.am

package info (click to toggle)
tagcoll 1.6.3-2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,500 kB
  • ctags: 2,062
  • sloc: cpp: 10,930; sh: 8,892; makefile: 201; lex: 54; yacc: 27
file content (20 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in

bin_PROGRAMS = tagcoll taggrep tagidx
noinst_PROGRAMS = manpage

tagcoll_SOURCES = tagcoll.cc
tagcoll_LDADD = ../tagcoll/libtagcoll.la ../tagcoll/tagexpr/libtagexpr.la

taggrep_SOURCES = taggrep.cc
taggrep_LDADD = ../tagcoll/libtagcoll.la ../tagcoll/tagexpr/libtagexpr.la

tagidx_SOURCES = tagidx.cc
tagidx_LDADD = ../tagcoll/libtagcoll.la ../tagcoll/tagexpr/libtagexpr.la

manpage_SOURCES = manpage.cc
manpage_LDADD = ../tagcoll/libtagcoll.la ../tagcoll/tagexpr/libtagexpr.la

INCLUDES = -I$(top_srcdir)

EXTRA_DIST = CommandlineParser.h TagcollOptions.h TaggrepOptions.h TagidxOptions.h