File: Makefile.am

package info (click to toggle)
config-manager 0.1p83-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,736 kB
  • ctags: 394
  • sloc: sh: 13,439; cpp: 2,625; makefile: 113
file content (41 lines) | stat: -rw-r--r-- 824 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
## Do NOT Alter the next line
## arch-tag: 4995273b-c4c7-4408-99cd-41bc507f1c75
##
AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5
DIST_SUBDIRS = libgetopt
SUBDIRS = @CMSUBDIRS@

INCLUDES=@CMINCLUDES@

bin_PROGRAMS = cm

cm_SOURCES = src/cm.cc \
	src/ConfigEntry.cc \
	src/ConfigSource.cc \
	src/ConfigArchSource.cc \
	src/ConfigCVSSource.cc \
	src/ConfigSVNSource.cc \
	src/ConfigWGetSource.cc \
	src/File.cc \
	src/FileSystemComposite.cc \
	src/Directory.cc \
	src/Path.cc
noinst_HEADERS = \
	src/Config.h \
	src/ConfigEntry.h \
	src/ConfigSource.h \
	src/ConfigArchSource.h \
	src/ConfigCVSSource.h \
	src/ConfigSVNSource.h
	src/ConfigWGetSource.h \
	src/Directory.h \
	src/File.h \
	src/FileSystemVisitor.h \
	src/FileSystemComposite.h \
	src/Path.h
cm_LDADD = @LIBGETOPT@

EXTRA_DIST = \
	HOWTO \
	sample-config.txt