1998-08-02 23:22:03 +00:00
|
|
|
if PROGRAM_GMENU
|
|
|
|
gmenu = gmenu
|
|
|
|
endif
|
|
|
|
|
1998-08-19 12:38:23 +00:00
|
|
|
if ORBIT_INSTALLED
|
|
|
|
control_center = control-center
|
|
|
|
endif
|
|
|
|
|
1998-08-19 12:00:01 +00:00
|
|
|
always_built_SUBDIRS = panel applets \
|
1998-08-05 23:34:23 +00:00
|
|
|
gsm pixmaps desktop-links desktop-properties help-browser \
|
1998-08-19 12:38:23 +00:00
|
|
|
gnome-terminal core-docs
|
1998-08-19 12:00:01 +00:00
|
|
|
|
1998-08-19 12:41:38 +00:00
|
|
|
sometimes_built_SUBDIRS = gmenu smproxy control-center
|
1998-08-19 12:00:01 +00:00
|
|
|
|
|
|
|
SUBDIRS = intl po macros $(always_built_SUBDIRS) $(gmenu)
|
|
|
|
|
|
|
|
DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS) \
|
|
|
|
$(sometimes_built_SUBDIRS)
|
1998-02-14 06:06:56 +00:00
|
|
|
|
1998-08-15 19:38:52 +00:00
|
|
|
EXTRA_DIST = gnome-core.spec
|
|
|
|
|
1998-02-14 06:06:56 +00:00
|
|
|
## 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
|
1998-02-14 08:44:23 +00:00
|
|
|
@MAINT@ cd macros && $(MAKE) macros.dep
|