File: Makefile.am

package info (click to toggle)
gnome-utils 0.30-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,136 kB
  • ctags: 4,022
  • sloc: ansic: 33,989; sh: 4,853; yacc: 1,773; makefile: 699; sed: 93
file content (23 lines) | stat: -rw-r--r-- 509 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
if OBJECTIVE_C
objc_DIRS = #gpostit
endif

if GUILE
guile_DIRS = #cromagnon find-file notepad
endif

if HAVE_LIBGTOP
gdiskfree = gdiskfree
endif

SUBDIRS = po intl macros \
	gcalc ghex gsearchtool $(gdiskfree) gtt \
	$(guile_DIRS) $(objc_DIRS) mini-utils gncal splash gdialog

EXTRA_DIST = gnome-utils.spec

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