File: GNUmakefile

package info (click to toggle)
dbuskit 0.1.1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,956 kB
  • sloc: objc: 10,543; sh: 9,463; ansic: 200; makefile: 32
file content (45 lines) | stat: -rw-r--r-- 1,281 bytes parent folder | download | duplicates (4)
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
include $(GNUSTEP_MAKEFILES)/common.make
-include ../GNUmakefile.preamble

DOCUMENT_NAME = DBusKit

DBusKit_TEXI_FILES = 	DBusKit.texi \
			Introduction.texi \
			fdl-1.3.texi

DBusKit_DOC_INSTALL_DIR = Developer/DBusKit/ProgrammingManual

DOCUMENT_TEXT_NAME = INSTALL README ANNOUNCE

INSTALL_TEXT_MAIN = install.texi
INSTALL_TEXI_FILES = install.texi
INSTALL_DOC_INSTALL_DIR = Developer/DBusKit/ReleaseNotes/$(VERSION)

ANNOUNCE_TEXT_MAIN = announce.$(VERSION).texi
ANNOUNCE_TEXI_FILES = announce.$(VERSION).texi
ANNOUNCE_DOC_INSTALL_DIR = Developer/DBusKit/ReleaseNotes/$(VERSION)

README_TEXT_MAIN = readme.texi
README_TEXI_FILES = readme.texi
README_DOC_INSTALL_DIR = Developer/DBusKit/ReleaseNotes/$(VERSION)

REF_DOC_INSTALL_DIR = $(GNUSTEP_DOC)/Developer

DBusKit_AGSDOC_FLAGS = \
	-MakeFrames YES \
	-DocumentationDirectory Reference \
	-HeaderDirectory ../Headers/ \
	-Declared DBusKit \
	-ConstantsTemplate TypesAndConstants \
	-FunctionsTemplate Functions \
	-MacrosTemplate Functions \
	-TypedefsTemplate TypesAndConstants \
	-VariablesTemplate TypesAndConstants
DBusKit_AGSDOC_FILES = \
	DBusKit.gsdoc \
	../Headers/DKNotificationCenter.h \
	../Headers/DKPort.h \
	../Headers/DKProxy.h 

include $(GNUSTEP_MAKEFILES)/documentation.make
-include GNUmakefile.postamble