|
version 3.6, 1996/12/23 05:49:50
|
version 3.6.2.1, 1997/05/03 04:53:19
|
|
|
|
| # $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.5 1996/03/04 04:19:16 dawes Exp $ |
# $XFree86: xc/Makefile,v 3.6 1996/12/23 05:49:50 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. |
|
|
|
| ;; esac; | ;; esac; |
| @date | @date |
| @echo "" | @echo "" |
| |
@if [ ! -f $(IRULESRC)/host.def ]; then \ |
| |
echo "" > $(IRULESRC)/host.def; \ |
| |
fi |
| cd $(IMAKESRC) && $(MAKE) $(FLAGS) clean | cd $(IMAKESRC) && $(MAKE) $(FLAGS) clean |
| $(MAKE) $(MFLAGS) Makefile.boot | $(MAKE) $(MFLAGS) Makefile.boot |
| $(MAKE_CMD) $(MFLAGS) VerifyOS | $(MAKE_CMD) $(MFLAGS) VerifyOS |
|
|
|
| @echo Building $(RELEASE) of the X Window System. | @echo Building $(RELEASE) of the X Window System. |
| @echo : | @echo : |
| @echo : | @echo : |
| |
-@if not exist $(IRULESRC)\host.def echo > $(IRULESRC)\host.def |
| cd $(IMAKESRC) | cd $(IMAKESRC) |
| $(MAKE) -f Makefile.ini clean.Win32 | $(MAKE) -f Makefile.ini clean.Win32 |
| $(MAKE) -f Makefile.ini imake.exe | $(MAKE) -f Makefile.ini imake.exe |
|
|
|
| @echo Building $(RELEASE) of the X Window System on OS/2. | @echo Building $(RELEASE) of the X Window System on OS/2. |
| @echo : | @echo : |
| @echo : | @echo : |
| |
-@if not exist $(IRULESRC)\host.def echo > $(IRULESRC)\host.def |
| \indir $(IMAKESRC) $(MAKE) SHELL= -f Makefile.ini clean.os2 | \indir $(IMAKESRC) $(MAKE) SHELL= -f Makefile.ini clean.os2 |
| \indir $(IMAKESRC) $(MAKE) SHELL= CC=gcc -f Makefile.ini imake.os2 | \indir $(IMAKESRC) $(MAKE) SHELL= CC=gcc -f Makefile.ini imake.os2 |
| -if exist Makefile.bak del Makefile.bak | -if exist Makefile.bak del Makefile.bak |