File: Makefile.am

package info (click to toggle)
gnome-core 1.4.0.6-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 26,980 kB
  • ctags: 7,562
  • sloc: ansic: 90,216; sh: 8,414; makefile: 2,410; yacc: 318; perl: 241
file content (33 lines) | stat: -rw-r--r-- 595 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
SUBDIRS = \
	 intl \
	 po \
	 macros \
	 gsm \
	 smproxy \
	 pixmaps \
	 desktop-links \
	 help-browser \
	 gnome-terminal \
	 gmenu \
	 gnome-edit \
	 gnome-hint \
	 gnome-about \
	 core-docs \
	 panel \
	 applets \
	 omf-install \
	 idl

EXTRA_DIST = \
	gnome-core.spec.in	\
	gnome-core.spec		\
	COPYING-DOCS		\
	sgmldocs.make		\
	xml-i18n-extract.in	\
	xml-i18n-merge.in	\
	xml-i18n-update.in

## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
@MAINT@include macros/macros.dep
@MAINT@macros/macros.dep: macros/Makefile.am
@MAINT@	cd macros && $(MAKE) macros.dep