|
version 3.6.2.1, 1997/05/03 04:53:19
|
version 3.6.2.2, 1998/02/07 00:44:32
|
|
|
|
| # $XConsortium: Makefile /main/36 1996/11/13 14:42:50 lehors $ | # $XConsortium: Makefile /main/36 1996/11/13 14:42:50 lehors $ |
| # $XFree86: xc/Makefile,v 3.6 1996/12/23 05:49:50 dawes Exp $ |
# $XFree86: xc/Makefile,v 3.6.2.1 1997/05/03 04:53:19 dawes Exp $ |
| | |
| # Luna users will need to either run make as "make MAKE=make" | # Luna users will need to either run make as "make MAKE=make" |
| # or add "MAKE = make" to this file. | # or add "MAKE = make" to this file. |
|
|
|
| @date | @date |
| @echo "" | @echo "" |
| @if [ ! -f $(IRULESRC)/host.def ]; then \ | @if [ ! -f $(IRULESRC)/host.def ]; then \ |
| |
if [ ! -f $(TOP)/lib/Xt/Imakefile ]; then \ |
| |
echo "#define BuildServersOnly YES" > $(IRULESRC)/host.def; \ |
| |
else \ |
| |
if [ ! -f $(TOP)/fonts/Imakefile ]; then \ |
| |
echo "#define BuildFonts NO" > $(IRULESRC)/host.def; \ |
| |
else \ |
| echo "" > $(IRULESRC)/host.def; \ | echo "" > $(IRULESRC)/host.def; \ |
| |
fi \ |
| |
fi \ |
| fi | fi |
| cd $(IMAKESRC) && $(MAKE) $(FLAGS) clean | cd $(IMAKESRC) && $(MAKE) $(FLAGS) clean |
| $(MAKE) $(MFLAGS) Makefile.boot | $(MAKE) $(MFLAGS) Makefile.boot |