File: Makefile.am

package info (click to toggle)
amide 1.0.6-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,928 kB
  • sloc: ansic: 51,916; cpp: 2,332; xml: 1,995; makefile: 674; sh: 129
file content (150 lines) | stat: -rw-r--r-- 3,400 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
## Process this file with automake to produce Makefile.in

# The name of the module.
DOC_MODULE=amitk

# The top-level SGML file.
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml

# Extra options to supply to gtkdoc-scan
#SCAN_OPTIONS=--deprecated-guards="GTK_ENABLE_BROKEN|GTK_DISABLE_DEPRECATED"

# The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR=../../src

# Extra options to pass to gtkdoc-scangobj
# SCANGOBJ_OPTIONS=--type-init-func="gtk_type_init(0)"
SCANGOBJ_OPTIONS=

# Extra options to supply to gtkdoc-mkdb
#MKDB_OPTIONS=--main-sgml-file=$(DOC_MAIN_SGML_FILE) --sgml-mode --output-format=xml
MKDB_OPTIONS=--sgml-mode --output-format=xml

# Extra options to supply to gtkdoc-mktmpl
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
MKTMPL_OPTIONS=

# Extra options to supply to gtkdoc-fixref
#FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
FIXREF_OPTIONS=

# Used for dependencies
HFILE_GLOB=$(top_srcdir)/src/*.h
CFILE_GLOB=$(top_srcdir)/src/*.c

# Header files to ignore when scanning
IGNORE_HFILES=			\
	alignment_mutal_information.h		\
	alignment_procrustes.h	\
	amide_intl.h		\
	amitk_dial.h            \
	analysis.h		\
	dcmtk_interface.h	\
	fads.h			\
	image.h			\
	legacy.h		\
	libecat_interface.h 	\
	libmdc_interface.h 	\
	mpeg_encode.h		\
	pixmaps.h		\
	raw_data_import.h	\
	render.h		\
	tb_alignment.h		\
	tb_crop.h		\
	tb_fads.h		\
	tb_filter.h		\
	tb_fly_through.h	\
	tb_math.h		\
	tb_profile.h		\
	tb_roi_analysis.h	\
	ui_common.h   		\
	ui_gate_dialog.h	\
	ui_preferences_dialog.h	\
	ui_render.h          	\
	ui_render_dialog.h	\
	ui_render_movie.h 	\
	ui_series.h     	\
	ui_study.h         	\
	ui_study_cb.h		\
	ui_study_menus.h        \
	ui_time_dialog.h	\
	xml.h

ALL_OBJ_FILES= \
	 $(shell ls ${top_srcdir}/src/*.o)

IGNORE_OBJ_FILES= \
	${top_srcdir}/src/amide.o

OBJ_FILES= $(filter-out $(IGNORE_OBJ_FILES),$(ALL_OBJ_FILES))

# Images to copy into HTML directory
HTML_IMAGES =

# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
content_files = \
	version.xml \
	theory.sgml

# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
# signals and properties.
GTKDOC_CFLAGS=	\
	-I$(top_srcdir)/src	\
	-I$(top_builddir)/src \
	-I$(top_srcdir)		\
	-I$(top_builddir)	\
	$(GSL_CFLAGS) \
	$(LIBFAME_CFLAGS) \
	$(AMIDE_GTK_CFLAGS) \
	$(AMIDE_DEBUG_CFLAGS) \
	-I/usr/local/include \
	$(XMEDCON_CFLAGS) \
	-DG_DISABLE_DEPRECATED  \
	-UAMIDE_LIBDCMDATA_SUPPORT

GTKDOC_LIBS=	\
	$(GSL_LIBS) \
	$(LIBFAME_LIBS) \
	$(AMIDE_LIBECAT_LIBS) \
	$(AMIDE_LIBVOLPACK_LIBS) \
	$(AMIDE_GTK_LIBS) \
	$(XMEDCON_LIBS) \
	$(FFMPEG_LIBS) \
	$(AMIDE_LIBDCMDATA_LIBS) \
	$(AMIDE_LDADD_WIN32) \
	$(OBJ_FILES)


# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
AM_CPPFLAGS = \
	@CFLAGS@					\
	-I$(top_srcdir) 				\
	-I$(top_builddir) 				\
	-DAMIDE_LIBECAT_SUPPORT                         \
	-DAMIDE_LIBMDC_SUPPORT

# Extra options to supply to gtkdoc-fixref
# FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html

EXTRA_DIST=
include $(top_srcdir)/gtk-doc.make

# Other files to distribute
EXTRA_DIST += version.xml.in

CLEANFILES = \
	tmpl/* \
	xml/*

DISTCLEANFILES = \
	*~ \
	amitk-sections.txt \
	amitk-undocumented.txt \
	amitk-decl.txt \
	amitk-decl-list.txt \
	amitk-scan.c \
	amitk-scan.o \
	amitk.types