File: Makefile.am

package info (click to toggle)
nullmailer 1.00RC7-22
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,192 kB
  • ctags: 695
  • sloc: cpp: 4,375; sh: 519; makefile: 249; perl: 184; ansic: 10
file content (25 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
noinst_LIBRARIES = libmystring.a
EXTRA_DIST = ChangeLog iter.h join.h mystring.h rep.h trace.h

INCLUDES = -I..

libmystring_a_SOURCES = \
	append.cc \
	assign.cc \
	count.cc \
	fdobuf.cc \
	find_first_ch.cc \
	find_first_of.cc \
	find_last_ch.cc \
	find_last_of.cc \
	iter.cc \
	join.cc \
	lower.cc \
	lstrip.cc \
	mystring.cc \
	rep.cc \
	rstrip.cc \
	sub.cc \
	subst.cc \
	strip.cc \
	upper.cc