comparison src/Makefile.in @ 58075:7d999162c646

* Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies to ${OLDXMENU}.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 09 Nov 2004 10:59:49 +0000
parents df00cdb75fc6
children 95d38c47c806 3ec251523b3e cb7f41387eb3
comparison
equal deleted inserted replaced
58074:62e7d254a653 58075:7d999162c646
960 /* Don't lose if this was not defined. */ 960 /* Don't lose if this was not defined. */
961 #ifndef OLDXMENU_OPTIONS 961 #ifndef OLDXMENU_OPTIONS
962 #define OLDXMENU_OPTIONS 962 #define OLDXMENU_OPTIONS
963 #endif 963 #endif
964 964
965 #if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS) 965 #if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS) && ! defined (HAVE_GTK)
966 966
967 /* We use stamp-xmenu with these two deps 967 /* We use stamp-xmenu with these two deps
968 to both ensure that lwlib gets remade based on its dependencies 968 to both ensure that lwlib gets remade based on its dependencies
969 in its own makefile, 969 in its own makefile,
970 and remake temacs if lwlib gets changed by this. */ 970 and remake temacs if lwlib gets changed by this. */
1016 "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \ 1016 "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \
1017 "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)" 1017 "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)"
1018 @true /* make -t should not create really-oldXMenu. */ 1018 @true /* make -t should not create really-oldXMenu. */
1019 .PHONY: really-oldXMenu 1019 .PHONY: really-oldXMenu
1020 #endif /* not USE_X_TOOLKIT */ 1020 #endif /* not USE_X_TOOLKIT */
1021 #else /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */ 1021 #else /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS && ! HAVE_GTK) */
1022 1022
1023 /* We don\'t really need this, but satisfy the dependency. */ 1023 /* We don\'t really need this, but satisfy the dependency. */
1024 stamp-oldxmenu: 1024 stamp-oldxmenu:
1025 touch stamp-oldxmenu 1025 touch stamp-oldxmenu
1026 #endif /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */ 1026 #endif /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS && ! HAVE_GTK) */
1027 1027
1028 ../config.status:: epaths.in 1028 ../config.status:: epaths.in
1029 @echo "The file epaths.h needs to be set up from epaths.in." 1029 @echo "The file epaths.h needs to be set up from epaths.in."
1030 @echo "Please run the `configure' script again." 1030 @echo "Please run the `configure' script again."
1031 exit 1 1031 exit 1