]> git.sesse.net Git - rdpsrv/blob - Xserver/config/imake/Makefile.ini
Support RDP5 logon packets.
[rdpsrv] / Xserver / config / imake / Makefile.ini
1 # $TOG: Makefile.ini /main/25 1997/02/19 18:00:59 mgreess $
2 #
3 #   WARNING    WARNING    WARNING    WARNING    WARNING    WARNING    WARNING
4 #
5 # This is NOT an automatically generated Makefile!  It is hand-crafted as a 
6 # bootstrap, may need editing for your system.  The BOOTSTRAPCFLAGS variable
7 # may be given at the top of the build tree for systems that do not define
8 # any machine-specific preprocessor symbols.
9 #
10 # $XFree86: xc/config/imake/Makefile.ini,v 3.4.2.1 1997/06/11 12:08:33 dawes Exp $
11
12 BOOTSTRAPCFLAGS = 
13 CC = cc
14 CDEBUGFLAGS = -O
15 INCLUDES = -I../../include -I../../imports/x11/include/X11
16 CFLAGS = $(BOOTSTRAPCFLAGS) $(CDEBUGFLAGS) $(INCLUDES)
17 SHELL = /bin/sh
18 RM = rm -f
19 MV = mv
20 MAKE = make
21 RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \
22          tags TAGS make.log
23 NPROC = 1
24
25 imake::
26         @echo "making imake with BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS) in config/imake"
27
28 imake:: imake.o
29         $(CC) -o imake $(CFLAGS) imake.o
30
31 imake.o: ccimake imake.c
32         $(CC) -c $(CFLAGS) `./ccimake` imake.c
33
34 ccimake: ccimake.c
35         $(CC) -o ccimake $(CFLAGS) ccimake.c
36
37 # a derived object erroneously would get shared across platforms by clearmake
38 .NO_CONFIG_REC: ccimake
39
40 bootstrap:
41         -@if [ -d bootstrap ]; then exit 0; else set -x; mkdir bootstrap; fi
42         $(MV) *.o imake bootstrap
43
44 relink:
45         $(RM) imake
46         $(MAKE) $(MFLAGS) imake
47
48 clean:
49         $(RM) ccimake imake.o imake
50         $(RM_CMD) \#*
51         $(RM) -r Makefile.proto Makefile Makefile.dep bootstrap
52
53 depend:
54
55 imake.exe::
56         @echo making imake with BOOTSTRAPCFLAGS=-DWIN32
57
58 imake.exe:: imake.obj
59         cl -nologo imake.obj libc.lib kernel32.lib
60
61 imake.obj: imake.c
62         cl -nologo -W2 -D__STDC__ -c -DWIN32 $(CFLAGS) imake.c
63
64 clean.Win32:
65         if exist imake.exe del imake.exe
66         if exist imake.obj del imake.obj
67
68 clean.os2:
69         imakesvc 4 imake imake.exe imake.o /imake.exe
70
71 imake.os2: imake.c
72         $(CC) -DBSD43 $(CFLAGS) -o imake.exe imake.c
73         copy imake.exe \\