File: Makefile.am

package info (click to toggle)
dotconf 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 488 kB
  • sloc: ansic: 2,265; makefile: 186; sh: 39
file content (51 lines) | stat: -rw-r--r-- 1,152 bytes parent folder | download | duplicates (3)
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
42
43
44
45
46
47
48
49
50
51

examplesdir = $(docdir)/examples

nobase_dist_examples_DATA = README \
	argdouble/Makefile \
	argdouble/argdouble.c \
	argdouble/argdouble.conf \
	argdouble/output \
	caseinsensitive/Makefile \
	caseinsensitive/caseinsensitive.c \
	caseinsensitive/caseinsensitive.conf \
	caseinsensitive/output \
	context/Makefile \
	context/context.c \
	context/context.conf \
	context/output \
	duplicates/Makefile \
	duplicates/duplicate.c \
	duplicates/first_module.c \
	duplicates/output \
	duplicates/sample.conf \
	duplicates/second_module.c \
	errorhandler/Makefile \
	errorhandler/errorhandler.c \
	errorhandler/errorhandler.conf \
	errorhandler/output \
	fallback/Makefile \
	fallback/fallback.c \
	fallback/fallback.conf \
	fallback/output \
	maketest.sh \
	libpool/libpool.h \
	libpool/pool.c \
	libpool/Makefile \
	modules/Makefile \
	modules/include.conf \
	modules/module.c \
	modules/my_module.c \
	modules/output \
	modules/sample.conf \
	noinline/Makefile \
	noinline/noinline.c \
	noinline/noinline.conf \
	noinline/output \
	simple/Makefile \
	simple/included.conf \
	simple/linecat.conf \
	simple/output \
	simple/simple.c \
	simple/simple.conf