1998-08-19 Martin Baulig <martin@home-of-linux.org> * Makefile.am: Conditionally compiling `control-center' if we have ORBit.
25 lines
653 B
Makefile
25 lines
653 B
Makefile
if PROGRAM_GMENU
|
|
gmenu = gmenu
|
|
endif
|
|
|
|
if ORBIT_INSTALLED
|
|
control_center = control-center
|
|
endif
|
|
|
|
always_built_SUBDIRS = panel applets \
|
|
gsm pixmaps desktop-links desktop-properties help-browser \
|
|
gnome-terminal core-docs
|
|
|
|
sometimes_built_SUBDIRS = gmenu smproxy control_center
|
|
|
|
SUBDIRS = intl po macros $(always_built_SUBDIRS) $(gmenu)
|
|
|
|
DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS) \
|
|
$(sometimes_built_SUBDIRS)
|
|
|
|
EXTRA_DIST = gnome-core.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
|