1998-11-12 Andrew T. Veliath <andrewv@usa.net> * acconfig.h: Remove HAVE_ORBIT, HAVE_MICO_ORB_RUN. HAVE_ORBIT is now implicit. * Makefile.am: Remove ORBIT_INSTALLED AM_CONDITIONAL. * configure.in: The ORBit AM_CONDITIONAL is now in gnome-orbit-check.m4 as HAVE_ORBIT.
24 lines
719 B
Makefile
24 lines
719 B
Makefile
control_center = control-center
|
|
capplets = capplets
|
|
panel = panel
|
|
applets = applets
|
|
idl = idl
|
|
|
|
always_built_SUBDIRS = \
|
|
gsm smproxy pixmaps desktop-links desktop-properties help-browser \
|
|
gnome-terminal core-docs gmenu
|
|
|
|
sometimes_built_SUBDIRS = panel applets control-center capplets idl
|
|
|
|
SUBDIRS = intl po macros \
|
|
$(always_built_SUBDIRS) $(panel) $(applets) $(control_center) $(capplets) $(idl)
|
|
|
|
#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
|