File: Makefile.am

package info (click to toggle)
libgnurdf 0.3.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,108 kB
  • ctags: 233
  • sloc: sh: 8,929; ansic: 1,222; makefile: 280
file content (64 lines) | stat: -rw-r--r-- 1,440 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# $Id: Makefile.am,v 1.2 2001/09/20 21:59:45 chipx86 Exp $

man_MANS = \
	gnurdf-config.1 \
	rdfAddDescription.3 \
	rdfAltAddValue.3 \
	rdfBagAddValue.3 \
	rdfCleanupParser.3 \
	rdfCreateAlt.3 \
	rdfCreateBag.3 \
	rdfCreateSeq.3 \
	rdfDestroySchema.3 \
	rdfFindElementWithResource.3 \
	rdfFindElementWithValue.3 \
	rdfFirstChild.3 \
	rdfFirstDescription.3 \
	rdfFirstProperty.3 \
	rdfGetAttribute.3 \
	rdfGetCompressionLevel.3 \
	rdfGetDescriptionAbout.3 \
	rdfGetDescriptionFromAbout.3 \
	rdfGetDescriptionFromId.3 \
	rdfGetDescriptionId.3 \
	rdfGetElementFromResource.3 \
	rdfGetElementFromValue.3 \
	rdfGetElementNamespace.3 \
	rdfGetElementPropertyName.3 \
	rdfGetElementResource.3 \
	rdfGetElementSchema.3 \
	rdfGetElementType.3 \
	rdfGetElementValue.3 \
	rdfGetNamespace.3 \
	rdfGetNamespacePrefix.3 \
	rdfGetNamespaceURI.3 \
	rdfGetNsAttribute.3 \
	rdfGetProperty.3 \
	rdfGetRdfNamespace.3 \
	rdfGetValue.3 \
	rdfNewNamespace.3 \
	rdfNewSchema.3 \
	rdfNextChild.3 \
	rdfNextDescription.3 \
	rdfNextProperty.3 \
	rdfRead.3 \
	rdfReadBuffer.3 \
	rdfReadFile.3 \
	rdfRemoveElement.3 \
	rdfRemoveProperty.3 \
	rdfSeqAddValue.3 \
	rdfSetAttribute.3 \
	rdfSetCompressionLevel.3 \
	rdfSetDescriptionAbout.3 \
	rdfSetDescriptionId.3 \
	rdfSetElement.3 \
	rdfSetElementResource.3 \
	rdfSetElementValue.3 \
	rdfSetNsAttribute.3 \
	rdfSetProperty.3 \
	rdfSetValue.3 \
	rdfWrite.3 \
	rdfWriteBuffer.3 \
	rdfWriteFile.3

EXTRA_DIST = $(man_MANS)