File: Makefile.am

package info (click to toggle)
gnome-games 1.4.0.3-6.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 17,280 kB
  • ctags: 5,725
  • sloc: ansic: 35,782; lisp: 14,349; sh: 7,376; cpp: 3,255; makefile: 2,065; yacc: 318
file content (35 lines) | stat: -rw-r--r-- 702 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
#if OBJECTIVE_C
#objc_DIRS = 
#endif

if GUILE
guile_DIRS = aisleriot
endif

if CXX_PRESENT
cxx_DIRS = gnometris xbill
endif

SUBDIRS = intl po macros \
	  freecell gnomine same-gnome mahjongg \
          gtali gnobots2 iagno gnotravex gnome-stones gnotski \
	  $(guile_DIRS) $(cxx_DIRS) idl glines gataxx gnibbles omf-install

#$(objc_DIRS)

EXTRA_DIST = \
	gnome-games.spec.in \
	COPYING-DOCS \
	sgmldocs.make \
	game-docs.make \
	MAINTAINERS	\
	HACKING

dist-hook:
	cp gnome-games.spec $(distdir)

## 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