File: Makefile.am

package info (click to toggle)
gtk%2B2.0 2.24.33-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-updates
  • size: 124,860 kB
  • sloc: ansic: 574,091; makefile: 5,171; sh: 4,618; xml: 1,193; python: 1,117; perl: 749; awk: 49; cpp: 34
file content (23 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Process this file with automake to produce Makefile.in
include $(top_srcdir)/Makefile.decl

SUBDIRS = tutorial faq reference tools

EXTRA_DIST += \
	defsformat.txt			\
	developers.txt			\
	dnd_internals.txt		\
	make-todo			\
	refcounting.txt			\
	sizing-test.txt			\
	styles.txt			\
	text_widget.txt 		\
	text_widget_internals.txt	\
	tree-column-sizing.txt		\
	widget_geometry.txt		\
	widget_system.txt 		\
	generation.txt			\
	gtkdocs_fix			\
	RELEASE-HOWTO

-include $(top_srcdir)/git.mk