~ubuntu-branches/debian/squeeze/nas/squeeze

« back to all changes in this revision

Viewing changes to server/os/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2008-10-08 01:18:19 UTC
  • mfrom: (4.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081008011819-wmr4h2w0298k8t7z
Tags: 1.9.1-5
* Fix pending l10n issues. Debconf translations:
* Swedish. Closes: #491766 (thanks to brother@bsnet.se)
* Arabic. Closes: #500437 (thanks to Ossama Khayat)
* Basque. Closes: #500533 (thanks to Piarres Beobide)
* Brazilian Portuguese. Closes: #500973 (thanks to Felipe
  Augusto van de Wiel)
* Many thanks again to Christian Perrier for his i18n efforts,
  co-ordinating the above.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile generated by imake - do not edit!
2
 
# $TOG: imake.c /main/104 1998/03/24 12:45:15 kaleb $
 
2
# $Xorg: imake.c,v 1.6 2001/02/09 02:03:15 xorgcvs Exp $
3
3
 
4
4
# ----------------------------------------------------------------------
5
5
# Makefile generated from "Imake.tmpl" and <Imakefile>
6
 
# $TOG: Imake.tmpl /main/249 1997/10/13 15:28:56 kaleb $
7
 
#
 
6
# $Xorg: Imake.tmpl,v 1.4 2000/08/17 19:41:46 cpqbld Exp $
 
7
# $XdotOrg: xc/config/cf/Imake.tmpl,v 1.6 2004/07/28 03:24:29 gisburn Exp $
 
8
#
 
9
#
 
10
#
 
11
#
 
12
# $XFree86: xc/config/cf/Imake.tmpl,v 3.155 2003/12/24 18:58:41 dickey Exp $
 
13
# ----------------------------------------------------------------------
8
14
 
9
15
all::
10
16
 
11
17
.SUFFIXES: .i
12
18
 
13
 
# $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
 
19
# $XdotOrg: xc/config/cf/Imake.cf,v 1.4 2004/08/11 21:14:01 kem Exp $
 
20
# $Xorg: Imake.cf,v 1.4 2000/08/17 19:41:45 cpqbld Exp $
 
21
 
 
22
# $XFree86: xc/config/cf/Imake.cf,v 3.88 2003/12/16 21:30:21 herrb Exp $
 
23
 
 
24
# Keep cpp from replacing path elements containing i486/i586/i686
14
25
 
15
26
# -----------------------------------------------------------------------
16
27
# site-specific configuration parameters that need to come before
18
29
 
19
30
# site:  $TOG: site.sample /main/r64_final/1 1998/02/05 16:28:49 kaleb $
20
31
 
 
32
# site:  $XFree86: xc/config/cf/site.def,v 3.24 2000/06/25 20:17:29 dawes Exp $
 
33
 
 
34
# $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
 
35
 
21
36
# ----------------------------------------------------------------------
22
37
# platform-specific configuration parameters - edit linux.cf to change
23
38
 
24
 
# platform:  $TOG: linux.cf /main/47 1998/04/17 11:32:51 mgreess $
25
 
 
26
 
# operating system:  Linux 2.4.21 #2 Sat Jun 21 12:50:37 MDT 2003 i686 (2.4.21)
27
 
 
28
 
# $XConsortium: lnxLib.rules /main/12 1996/01/03 14:51:18 kaleb $
29
 
 
30
 
# XF86... Interesting.
 
39
# $XdotOrg: xc/config/cf/linux.cf,v 1.13 2004/08/11 21:14:01 kem Exp $
 
40
# platform:  $Xorg: linux.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
 
41
 
 
42
# platform:  $XFree86: xc/config/cf/linux.cf,v 3.220 2003/12/30 22:38:33 tsi Exp $
 
43
 
 
44
# operating system:  Linux 2.4.31 i686 [ELF] (2.4.31)
 
45
# libc: (6.3.5)
 
46
# binutils:     (215)
 
47
 
 
48
# $Xorg: lnxLib.rules,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
 
49
# $XFree86: xc/config/cf/lnxLib.rules,v 3.52 2003/10/31 20:49:03 herrb Exp $
 
50
 
 
51
# $XdotOrg: xc/config/cf/xorg.cf,v 1.27.2.6 2005/01/24 03:11:42 gisburn Exp $
 
52
 
 
53
# $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
 
54
 
 
55
XORG_VERSION_CURRENT = (((6) * 10000000) + ((8) * 100000) + ((2) * 1000) + 0)
 
56
RELEASE_VERSION = RELEASE-1
 
57
 
 
58
AFB_DEFS = -DUSE_AFB
 
59
 
 
60
DRIVERSDKDIR = $(USRLIBDIR)/Server
 
61
DRIVERSDKMODULEDIR = $(USRLIBDIR)/Server/modules
 
62
DRIVERSDKINCLUDEDIR = $(USRLIBDIR)/Server/include
 
63
 
 
64
       XF86SRC = $(SERVERSRC)/hw/xfree86
 
65
    XF86COMSRC = $(XF86SRC)/common
 
66
 XF86PARSERSRC = $(XF86SRC)/parser
 
67
     XF86OSSRC = $(XF86SRC)/os-support
 
68
 XF86DRIVERSRC = $(XF86SRC)/drivers
 
69
     DRIVERSRC = $(XF86DRIVERSRC)
 
70
 
 
71
        XFREE86DOCDIR = $(DOCDIR)
 
72
      XFREE86PSDOCDIR = $(DOCPSDIR)
 
73
     XFREE86PDFDOCDIR = $(DOCPDFDIR)
 
74
    XFREE86HTMLDOCDIR = $(DOCHTMLDIR)
 
75
XFREE86JAPANESEDOCDIR = $(DOCDIR)/Japanese
 
76
 
 
77
# $Xorg: xf86.rules,v 1.3 2000/08/17 19:41:48 cpqbld Exp $
 
78
 
 
79
# $XFree86: xc/config/cf/xf86.rules,v 3.34tsi Exp $
31
80
 
32
81
# ----------------------------------------------------------------------
33
82
# site-specific configuration parameters that go after
35
84
 
36
85
# site:  $TOG: site.sample /main/r64_final/1 1998/02/05 16:28:49 kaleb $
37
86
 
38
 
# MAG 9/7/99 Build xprint
39
 
 
40
 
# XiG JET 3/29/2001 - We like Xinerama.  It makes us go.
41
 
 
42
 
# XiG MAG 9/7/99 - Define below
43
 
# #define XprtServer            0
44
 
 
45
 
# XiG JET 3/26/2002, we don't want to install this.
46
 
 
47
 
# JET 9/18/99 - define this if you want certain 'shareables' to be
48
 
#     installed into /usr/X11R6/share/ with appropriate symlinks
49
 
#     (eg: /usr/X11R6/include).  Disabled as of 9/18/99.
50
 
#  #define XiGDoShareDir 1
51
 
 
52
 
# XiG M.A.G. 9/2/1999 Added defines for Xprint
53
 
 
54
 
# JET - 6/6/2002 - need this in order to build the inew font systems.
 
87
# site:  $XFree86: xc/config/cf/site.def,v 3.24 2000/06/25 20:17:29 dawes Exp $
55
88
 
56
89
# ---------------------------------------------------------------------
57
90
# Imake rules for building libraries, programs, scripts, and data files
58
 
# rules:  $TOG: Imake.rules /main/227 1998/02/02 12:07:57 kaleb $
 
91
# rules:  $Xorg: Imake.rules,v 1.3 2000/08/17 19:41:46 cpqbld Exp $
 
92
# rules:  $XdotOrg: xc/config/cf/Imake.rules,v 1.6 2004/08/13 17:21:43 krh Exp $
 
93
#
 
94
#
 
95
#
 
96
#
 
97
# rules:  $XFree86: xc/config/cf/Imake.rules,v 3.128 2003/11/15 03:25:17 dawes Exp $
 
98
 
 
99
.PHONY: all interfaces install install.man install.lib install.sdk      depend includes cleandir
59
100
 
60
101
 _NULLCMD_ = @ echo -n
61
102
 
 
103
X_BYTE_ORDER = X_LITTLE_ENDIAN
 
104
 
 
105
GLIDE2INCDIR =
 
106
 
 
107
GLIDE3INCDIR =
 
108
 
 
109
GLIDE3LIBNAME =
 
110
 
 
111
TKLIBNAME =
 
112
 
 
113
TKLIBDIR =
 
114
 
 
115
TCLLIBNAME =
 
116
 
 
117
TCLIBDIR =
 
118
 
62
119
          PATHSEP = /
63
 
            SHELL = /bin/sh
 
120
            SHELL = /bin/sh -e
64
121
 
65
122
              TOP = ../..
66
123
      CURRENT_DIR = server/os
67
124
 
68
125
            IMAKE = imake
69
 
           DEPEND = makedepend
 
126
           DEPEND = gccmakedep
70
127
        MKDIRHIER = mkdir -p
 
128
          REVPATH = revpath
71
129
    EXPORTLISTGEN =
 
130
             RMAN = rman
 
131
     RMANBASENAME = rman
 
132
      RMANOPTIONS = -f HTML
72
133
        CONFIGSRC = $(TOP)/config
73
134
         IMAKESRC = $(CONFIGSRC)/imake
74
 
        DEPENDSRC = $(CONFIGSRC)/makedepend
 
135
        DEPENDSRC = $(CONFIGSRC)/util
75
136
 
76
137
          INCROOT = /usr/X11R6/include
77
138
        USRLIBDIR = /usr/X11R6/lib
 
139
           VARDIR = /var
 
140
        VARLIBDIR = $(VARDIR)/lib
 
141
  SYSTEMUSRLIBDIR = /usr/lib
 
142
  SYSTEMUSRINCDIR = /usr/include
78
143
         SHLIBDIR = /usr/X11R6/lib
79
144
       LINTLIBDIR = $(USRLIBDIR)/lint
80
145
          MANPATH = /usr/X11R6/man
83
148
        LIBMANDIR = $(MANSOURCEPATH)3
84
149
       FILEMANDIR = $(MANSOURCEPATH)5
85
150
       MISCMANDIR = $(MANSOURCEPATH)$(MISCMANSUFFIX)
 
151
     DRIVERMANDIR = $(MANSOURCEPATH)$(DRIVERMANSUFFIX)
 
152
     LOGDIRECTORY = $(VARDIR)/log
 
153
 
 
154
        VARRUNDIR = $(VARDIR)/run
 
155
 
 
156
         VARDBDIR = $(VARDIR)/lib
86
157
 
87
158
               AR = ar clq
 
159
 
 
160
# Nice try but useless: make will inherit BOOTSTRAPCFLAGS
 
161
# from  top Makefile
88
162
  BOOTSTRAPCFLAGS =
89
 
               CC = gcc
90
 
               AS = as
 
163
 
 
164
               CC = gcc -m32
 
165
               AS = gcc -m32 -c -x assembler
91
166
 
92
167
.SUFFIXES: .cc
93
168
 
94
 
              CXX = g++ -fno-for-scope
 
169
              CXX = c++ -m32
 
170
 
95
171
          CXXFILT = c++filt
96
 
           CXXLIB =
97
 
    CXXDEBUGFLAGS = -O3 -mpentium -mieee-fp -fbuiltin
 
172
 
 
173
           CXXLIB = -lstdc++
 
174
 
 
175
    CXXDEBUGFLAGS = -O2 -fno-strength-reduce -fno-strict-aliasing
98
176
CXXDEPENDINCLUDES =
99
177
 CXXEXTRA_DEFINES =
100
178
CXXEXTRA_INCLUDES =
101
 
   CXXSTD_DEFINES = -Dlinux -Di386 -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_XOPEN_SOURCE -D__NO_STRING_INLINES -DX_LOCALE -DX_INTL -D__NO_MATH_INLINES $(CXXPROJECT_DEFINES)
 
179
   CXXSTD_DEFINES = -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                                             $(CXXPROJECT_DEFINES)
102
180
       CXXOPTIONS =
103
181
      CXXINCLUDES = $(INCLUDES) $(TOP_INCLUDES) $(CXXEXTRA_INCLUDES)
104
 
       CXXDEFINES = $(CXXINCLUDES) $(CXXSTD_DEFINES) $(THREADS_CXXDEFINES) $(CXXEXTRA_DEFINES) $(DEFINES)
 
182
       CXXDEFINES = $(CXXINCLUDES) $(CXXSTD_DEFINES) $(THREADS_CXXDEFINES) $(DEFINES) $(CXXEXTRA_DEFINES)
105
183
         CXXFLAGS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES)
106
184
 
107
185
         COMPRESS = compress
108
186
          GZIPCMD = gzip
109
 
              CPP = /lib/cpp $(STD_CPP_DEFINES)
110
 
    PREPROCESSCMD = /lib/cpp $(STD_CPP_DEFINES)
 
187
 
 
188
              CPP = cpp $(STD_CPP_DEFINES)
 
189
           RAWCPP = cpp -undef $(STD_CPP_OPTIONS)
 
190
    PREPROCESSCMD = gcc -m32 -E $(STD_CPP_DEFINES)
 
191
 
111
192
          INSTALL = install
112
193
     INSTALLFLAGS = -c
113
 
               LD = ld
 
194
 
 
195
               LD = gcc -m32 -nostdlib
 
196
 
114
197
              LEX = flex -l
 
198
               M4 = m4
 
199
          M4FLAGS =
115
200
           LEXLIB = -lfl
116
201
             YACC = bison -y
117
202
           CCYACC = bison -y
 
203
 
118
204
             LINT = lint
 
205
 
119
206
      LINTLIBFLAG = -C
120
207
         LINTOPTS = -axz
121
208
               LN = ln -s
122
209
             MAKE = make
123
 
               MV = mv
 
210
               MV = mv -f
124
211
               CP = cp
125
212
 
126
213
           RANLIB = ranlib
 
214
 
127
215
  RANLIBINSTFLAGS =
128
216
 
129
217
               RM = rm -f
 
218
             PERL = perl
 
219
         PERLOPTS =
 
220
     PERLENVSETUP = env LC_ALL=C
130
221
        MANSUFFIX = 1x
131
222
     LIBMANSUFFIX = 3x
132
223
    FILEMANSUFFIX = 5x
133
224
    MISCMANSUFFIX = 7
134
 
 
135
 
            TROFF = psroff
 
225
  DRIVERMANSUFFIX = 4
 
226
   ADMINMANSUFFIX = 8
 
227
     MANSRCSUFFIX = man
 
228
     MANNEWSUFFIX = _man
 
229
          MANDEFS = -D__apploaddir__=$(XAPPLOADDIR) -D__appmansuffix__=$(MANSUFFIX) -D__filemansuffix__=$(FILEMANSUFFIX) -D__libmansuffix__=$(LIBMANSUFFIX) -D__miscmansuffix__=$(MISCMANSUFFIX) -D__drivermansuffix__=$(DRIVERMANSUFFIX) -D__adminmansuffix__=$(ADMINMANSUFFIX) -D__projectroot__=$(PROJECTROOT) -D__xconfigfile__=$(XCONFIGFILE) -D__xconfigdir__=$(XCONFIGDIR) -D__xlogfile__=$(XLOGFILE) -D__xservername__=$(XSERVERNAME) $(XORGMANDEFS) $(VENDORMANDEFS)
 
230
 
 
231
   COMPRESSMANCMD = gzip -n
 
232
 
 
233
            TROFF = groff -Tps
136
234
            NROFF = nroff
 
235
 
137
236
         MSMACROS = -ms
138
237
        MANMACROS = -man
139
238
              TBL = tbl
140
239
              EQN = eqn
141
240
             NEQN = neqn
142
241
              COL = col
143
 
 
144
 
            DVIPS = dvips
145
 
            LATEX = latex
 
242
         COLFLAGS = -b
 
243
 
 
244
            MODCC = gcc -m32
 
245
 
 
246
           MODCPP = cpp
 
247
        MODCFLAGS = $(CFLAGS)
 
248
            MODAS = gcc -m32 -c -x assembler
 
249
       MODASFLAGS =
 
250
 
 
251
            MODLD = gcc -m32 -nostdlib
 
252
 
 
253
       MODLDFLAGS =
 
254
MODLDCOMBINEFLAGS = -r
 
255
            MODAR = ar clq
 
256
 
 
257
        MODRANLIB = ranlib
146
258
 
147
259
     STD_INCLUDES =
148
 
  STD_CPP_DEFINES = -traditional -$$ -P -Dlinux -Di386 -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_XOPEN_SOURCE -D__NO_STRING_INLINES -DX_LOCALE -DX_INTL -D__NO_MATH_INLINES $(PROJECT_DEFINES)
149
 
      STD_DEFINES = -Dlinux -Di386 -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_XOPEN_SOURCE -D__NO_STRING_INLINES -DX_LOCALE -DX_INTL -D__NO_MATH_INLINES $(PROJECT_DEFINES)
150
 
 EXTRA_LOAD_FLAGS = -Wl,-rpath,/usr/dt/lib:$(USRLIBDIR)
 
260
  STD_CPP_OPTIONS = -traditional
 
261
  STD_CPP_DEFINES = -traditional -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                                             $(PROJECT_DEFINES)
 
262
      STD_DEFINES = -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                                             $(PROJECT_DEFINES)
 
263
 EXTRA_LOAD_FLAGS =
151
264
  EXTRA_LDOPTIONS =
152
265
  EXTRA_LIBRARIES =
153
266
             TAGS = ctags
154
267
 
 
268
   PARALLELMFLAGS =
 
269
 
155
270
    SHAREDCODEDEF =
156
 
         SHLIBDEF = -DLINUXSHLIB
 
271
         SHLIBDEF =
157
272
 
158
 
     SHLIBLDFLAGS = -shared $(EXTRA_LOAD_FLAGS)
 
273
     SHLIBLDFLAGS = -shared $(SHLIBGLOBALSFLAGS)
159
274
 
160
275
         PICFLAGS = -fPIC
161
276
 
163
278
 
164
279
    PROTO_DEFINES = -DFUNCPROTO=15 -DNARROWPROTO
165
280
 
166
 
     INSTPGMFLAGS = -s
 
281
     INSTPGMFLAGS =
167
282
 
168
283
     INSTBINFLAGS = -m 0755
169
 
     INSTUIDFLAGS = -s -m 4711
 
284
     INSTUIDFLAGS = -m 4711
170
285
     INSTLIBFLAGS = -m 0644
171
286
     INSTINCFLAGS = -m 0444
172
287
     INSTMANFLAGS = -m 0444
173
288
     INSTDATFLAGS = -m 0444
174
 
    INSTKMEMFLAGS = -s -m 4711
 
289
    INSTKMEMFLAGS = -m 4711
175
290
 
176
291
      PROJECTROOT = /usr/X11R6
177
292
 
178
 
      CDEBUGFLAGS = -O3 -mpentium -mieee-fp -fbuiltin
179
 
        CCOPTIONS = -pipe
 
293
      CDEBUGFLAGS = -O2 -fno-strength-reduce -fno-strict-aliasing
 
294
        CCOPTIONS =
180
295
 
181
 
      ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES)
182
 
       ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(THREADS_DEFINES) $(DEFINES)
183
 
           CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES)
 
296
      ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(INSTALLED_INCLUDES) $(STD_INCLUDES)
 
297
       ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(THREADS_DEFINES) $(MODULE_DEFINES) $(DEFINES) $(EXTRA_DEFINES)
 
298
           CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(MODULE_CFLAGS) $(ALLDEFINES)
184
299
        LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES) $(DEPEND_DEFINES)
185
 
         LDPRELIB = -L$(USRLIBDIR)
 
300
         LDPRELIB = -L$(USRLIBDIR) $(INSTALLED_LIBS)
186
301
        LDPOSTLIB =
187
302
        LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)  $(EXTRA_LDOPTIONS) $(THREADS_LDFLAGS) $(LOCAL_LDFLAGS) $(LDPRELIBS)
188
303
     CXXLDOPTIONS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(EXTRA_LDOPTIONS) $(THREADS_CXXLDFLAGS) $(LOCAL_LDFLAGS) $(LDPRELIBS)
196
311
     LDSTRIPFLAGS = -x
197
312
   LDCOMBINEFLAGS = -r
198
313
      DEPENDFLAGS =
 
314
   DEPEND_DEFINES =
 
315
 
 
316
# Not sure this belongs here
 
317
         TKLIBDIR =
 
318
         TKINCDIR =
 
319
        TKLIBNAME =
 
320
        TKLIBRARY = -L$(TKLIBDIR) -l$(TKLIBNAME)
 
321
        TCLLIBDIR =
 
322
        TCLINCDIR =
 
323
       TCLLIBNAME =
 
324
       TCLLIBRARY = -L$(TCLLIBDIR) -l$(TCLLIBNAME)
199
325
 
200
326
        MACROFILE = linux.cf
201
327
           RM_CMD = $(RM)
202
328
 
203
329
    IMAKE_DEFINES =
 
330
   IMAKE_WARNINGS = -Wundef
204
331
 
205
332
         IRULESRC = $(CONFIGDIR)
206
 
        IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES)
207
 
 
208
 
     ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/X11.tmpl                         $(IRULESRC)/site.def $(IRULESRC)/$(MACROFILE)                    $(EXTRA_ICONFIGFILES)
209
 
 
210
 
# $TOG: cde.rules /main/4 1998/02/06 10:53:52 kaleb $
211
 
 
212
 
# $TOG: Motif.rules /main/8 1999/03/22 15:12:48 mgreess $
213
 
 
214
 
# $TOG: X11.rules /main/4 1997/04/30 15:23:24 kaleb $
215
 
 
216
 
# $XConsortium: cde.tmpl /main/2 1996/12/04 10:13:09 swick $
 
333
        IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES)                  $(IMAKE_WARNINGS)
 
334
 
 
335
     ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/X11.tmpl                         $(IRULESRC)/site.def $(IRULESRC)/$(MACROFILE)                   $(IRULESRC)/xfree86.cf $(IRULESRC)/xf86.rules $(IRULESRC)/xorgsite.def $(IRULESRC)/host.def $(EXTRA_ICONFIGFILES)
 
336
 
 
337
# $TOG: Motif.rules /main/4 1998/02/06 10:53:37 kaleb $
 
338
 
 
339
# $Id: LessTif.rules,v 1.2 2000/08/29 21:59:19 dannybackx Exp $
 
340
 
 
341
# $Xorg: X11.rules,v 1.4 2000/08/17 19:41:46 cpqbld Exp $
 
342
 
 
343
# $XFree86: xc/config/cf/X11.rules,v 1.6 2001/01/17 16:22:31 dawes Exp $
217
344
 
218
345
# $TOG: Motif.tmpl /main/5 1998/02/06 10:53:46 kaleb $
219
346
 
 
347
# $Id: LessTif.tmpl.in,v 1.3 2001/03/26 19:12:10 amai Exp $
 
348
 
220
349
# ----------------------------------------------------------------------
221
350
# X Window System Build Parameters and Rules
222
 
# $TOG: X11.tmpl /main/308 1998/06/16 15:14:24 msr $
223
 
# $XiGId: X11.tmpl,v 1.4 2002/06/11 18:56:53 jon Exp $
 
351
# $XdotOrg: xc/config/cf/X11.tmpl,v 1.35.2.3 2005/02/01 04:07:39 gisburn Exp $
 
352
# $Xorg: X11.tmpl,v 1.6 2000/08/17 19:41:46 cpqbld Exp $
 
353
#
 
354
#
 
355
#
 
356
#
 
357
# $XFree86: xc/config/cf/X11.tmpl,v 1.248 2004/02/16 04:07:37 dawes Exp $
 
358
 
 
359
STICKY_DEFINES = -DHAS_STICKY_DIR_BIT
 
360
 
 
361
FCHOWN_DEFINES = -DHAS_FCHOWN
224
362
 
225
363
# -----------------------------------------------------------------------
226
364
# X Window System make variables; these need to be coordinated with rules
227
365
 
228
 
             XTOP = $(XPROJECTROOT)
 
366
             XTOP = $(TOP)
229
367
           BINDIR = /usr/X11R6/bin
230
368
     BUILDINCROOT = $(TOP)/exports
231
369
      BUILDINCDIR = $(BUILDINCROOT)/include
234
372
      BUILDLIBTOP = ../..
235
373
      BUILDBINDIR = $(TOP)/exports/bin
236
374
      BUILDBINTOP = ../..
237
 
   BUILDCONFIGDIR = $(TOP)/exports/config
238
 
   BUILDCONFIGTOP = ../..
 
375
   BUILDMODULEDIR = $(BUILDLIBDIR)/modules
 
376
     BUILDI18NDIR = $(BUILDLIBDIR)/locale
 
377
   BUILDMODULETOP = $(BUILDLIBTOP)/..
239
378
    XBUILDINCROOT = $(XTOP)/exports
240
379
     XBUILDINCDIR = $(XBUILDINCROOT)/include/X11
241
380
     XBUILDINCTOP = ../../..
242
381
     XBUILDBINDIR = $(XBUILDINCROOT)/bin
243
 
  XBUILDCONFIGDIR = $(XBUILDINCROOT)/config
244
382
           INCDIR = $(INCROOT)
245
383
           ADMDIR = /usr/adm
246
 
           LIBDIR = $(USRLIBDIR)/X11
247
 
   TOP_X_INCLUDES = -I$(XPROJECTROOT)/include
248
 
 
249
 
           VARDIR = /var/X11
250
 
 
 
384
           LIBDIR = /usr/X11R6/lib/X11
 
385
       LIBEXECDIR = /usr/X11R6/libexec
 
386
        MODULEDIR = $(USRLIBDIR)/modules
 
387
   TOP_X_INCLUDES =
 
388
          XBINDIR = $(PROJECTROOT)/bin
 
389
 
 
390
       INSTSRCDIR = /usr/X11R6/src
 
391
 
 
392
        ETCX11DIR = /etc/X11
 
393
 
 
394
          CONFDIR = $(ETCX11DIR)
 
395
 
 
396
           DOCDIR = $(LIBDIR)/doc
 
397
       DOCHTMLDIR = $(DOCDIR)/html
 
398
         DOCPSDIR = $(DOCDIR)/PostScript
 
399
        DOCPDFDIR = $(DOCDIR)/PDF
251
400
          FONTDIR = $(LIBDIR)/fonts
252
401
     ENCODINGSDIR = $(FONTDIR)/encodings
253
402
         XINITDIR = $(LIBDIR)/xinit
254
403
           XDMDIR = $(LIBDIR)/xdm
 
404
        XDMVARDIR = $(VARLIBDIR)/xdm
255
405
           TWMDIR = $(LIBDIR)/twm
256
406
           XSMDIR = $(LIBDIR)/xsm
257
407
           NLSDIR = $(LIBDIR)/nls
258
408
       XLOCALEDIR = $(LIBDIR)/locale
259
 
        PEXAPIDIR = $(LIBDIR)/PEX
260
409
      LBXPROXYDIR = $(LIBDIR)/lbxproxy
261
410
  PROXYMANAGERDIR = $(LIBDIR)/proxymngr
262
411
        XPRINTDIR = $(LIBDIR)/xserver
265
414
 
266
415
     INSTAPPFLAGS = $(INSTDATFLAGS)
267
416
 
268
 
              RGB = $(BINDIR)/rgb
269
 
            FONTC = $(BINDIR)/bdftopcf
270
 
        MKFONTDIR = $(BINDIR)/mkfontdir
271
 
          FCCACHE = $(BINDIR)/fc-cache
272
 
          UCS2ANY = $(BINDIR)/ucs2any.pl
273
 
      BDFTRUNCATE = $(BINDIR)/bdftruncate.pl
 
417
              RGB = $(XBINDIR)/rgb
 
418
            FONTC = $(XBINDIR)/bdftopcf
 
419
      MKFONTSCALE = $(XBINDIR)/mkfontscale
 
420
        MKFONTDIR = $(XBINDIR)/mkfontdir
 
421
      MKHTMLINDEX = $(XBINDIR)/mkhtmlindex
 
422
          UCS2ANY = $(XBINDIR)/ucs2any
 
423
      BDFTRUNCATE = $(XBINDIR)/bdftruncate
274
424
     UCSMAPPREFIX = $(FONTDIR)/util/map-
275
 
          FCCACHE = set -x; $(CLIENTENVSETUP) $(PRELOADXFTSETUP) FONTCONFIG_PATH=$(FONTCONFIGLIBSRC) $(XBUILDBINDIR)/fc-cache
 
425
       XCURSORGEN = $(XBINDIR)/xcursorgen
 
426
 
 
427
     HTMLINDEXCMD = $(MKHTMLINDEX)
276
428
 
277
429
       DOCUTILSRC = $(XTOP)/doc/util
 
430
        CLIENTSRC = $(TOP)/clients
 
431
          DEMOSRC = $(TOP)/demos
278
432
       XDOCMACROS = $(DOCUTILSRC)/macros.t
279
433
       XIDXMACROS = $(DOCUTILSRC)/indexmacros.t
280
434
       PROGRAMSRC = $(TOP)/programs
281
435
           LIBSRC = $(XTOP)/lib
282
436
          FONTSRC = $(XTOP)/fonts
 
437
     ENCODINGSSRC = $(FONTSRC)/encodings
283
438
       INCLUDESRC = $(BUILDINCROOT)/include
284
439
      XINCLUDESRC = $(INCLUDESRC)/X11
285
440
        SERVERSRC = $(XTOP)/programs/Xserver
292
447
    FONTSERVERSRC = $(PROGRAMSRC)/xfs
293
448
       FONTINCSRC = $(XTOP)/include/fonts
294
449
        EXTINCSRC = $(XTOP)/include/extensions
 
450
      FTSOURCEDIR = FreeTypeSrcDir
 
451
        DRMSRCDIR = $(TOP)/extras/drm
 
452
       MESASRCDIR = $(TOP)/extras/Mesa
 
453
  OGLSAMPLESRCDIR = $(TOP)/extras/ogl-sample
 
454
        PSWRAPSRC = $(XTOP)/config/pswrap
295
455
     TRANSCOMMSRC = $(LIBSRC)/xtrans
296
456
   TRANS_INCLUDES = -I$(TRANSCOMMSRC)
297
 
 
298
 
     XPROJECTROOT = /usr/X11R6
 
457
 CONNECTION_FLAGS = -DUNIXCONN -DTCPCONN $(STICKY_DEFINES) $(FCHOWN_DEFINES) -DIPv6
 
458
XTRANS_FAILDEFINES = -DFAIL_HARD
 
459
 
 
460
    VENDORMANNAME = X.Org
 
461
 VENDORMANVERSION = `echo 6 8 2 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`
 
462
      XORGMANDEFS = -D__xorgversion__='"$(XORGRELSTRING)" "$(XORGMANNAME)"'
 
463
    VENDORMANDEFS = -D__vendorversion__="$(VENDORMANVERSION) $(VENDORMANNAME)"
 
464
       VENDORNAME = The X.Org Foundation
 
465
  VENDORNAMESHORT = X.Org
 
466
 
 
467
 VENDORWEBSUPPORT = http://wiki.X.Org
 
468
 
 
469
VENDORSUPPORTDEFS = -D__VENDORDWEBSUPPORT__='"$(VENDORWEBSUPPORT)"'
 
470
 
 
471
      XKBDEFRULES = xorg
 
472
  XKBDEFRULESDEFS = -D__XKBDEFRULES__='"$(XKBDEFRULES)"'
 
473
 
 
474
     XCONFIGFILE = xorg.conf
 
475
      XCONFIGDIR = $(LIBDIR)
 
476
        XLOGFILE = Xorg
 
477
     XSERVERNAME = Xorg
299
478
 
300
479
       XENVLIBDIR = $(USRLIBDIR)
301
 
   CLIENTENVSETUP = XLOCALEDIR=$(XBUILDINCROOT)/lib/locale LD_LIBRARY_PATH=$(DTENVLIBDIR):$(OGLENVLIBDIR):$(MOTIFENVLIBDIR):$(XENVLIBDIR)
 
480
   CLIENTENVSETUP = LD_LIBRARY_PATH=$(MOTIFENVLIBDIR):$(XENVLIBDIR) XLOCALEDIR=$(BUILDLIBDIR)/locale
302
481
 
303
 
# $TOG: lnxLib.tmpl /main/7 1998/03/20 14:26:41 mgreess $
 
482
# $Xorg: lnxLib.tmpl,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
 
483
# $XFree86: xc/config/cf/lnxLib.tmpl,v 3.19 2003/10/15 22:47:48 herrb Exp $
304
484
 
305
485
          XLIBSRC = $(LIBSRC)/X11
306
486
 
310
490
 
311
491
LINTXONLY = $(LINTLIBDIR)/llib-lX11.ln
312
492
 
 
493
      DEPXLIBONLY = $(DEPXONLYLIB)
313
494
         XLIBONLY = $(XONLYLIB)
 
495
     LINTXONLYLIB = $(LINTXONLY)
314
496
 
315
497
      XEXTLIBSRC = $(LIBSRC)/Xext
316
498
 
325
507
             XLIB = $(EXTENSIONLIB) $(XONLYLIB)
326
508
         LINTXLIB = $(LINTXONLYLIB)
327
509
 
 
510
    XSSLIBSRC = $(LIBSRC)/Xss
 
511
 
 
512
SOXSSREV = 1.0
 
513
DEPXSSLIB =
 
514
XSSLIB =  -lXss
 
515
 
 
516
LINTXSS = $(LINTLIBDIR)/llib-lXss.ln
 
517
 
 
518
    XXF86MISCLIBSRC = $(LIBSRC)/Xxf86misc
 
519
 
 
520
SOXXF86MISCREV = 1.1
 
521
DEPXXF86MISCLIB =
 
522
XXF86MISCLIB =  -lXxf86misc
 
523
 
 
524
LINTXXF86MISC = $(LINTLIBDIR)/llib-lXxf86misc.ln
 
525
 
 
526
    XXF86VMLIBSRC = $(LIBSRC)/Xxf86vm
 
527
 
 
528
SOXXF86VMREV = 1.0
 
529
DEPXXF86VMLIB =
 
530
XXF86VMLIB =  -lXxf86vm
 
531
 
 
532
LINTXXF86VM = $(LINTLIBDIR)/llib-lXxf86vm.ln
 
533
 
 
534
    XXF86DGALIBSRC = $(LIBSRC)/Xxf86dga
 
535
 
 
536
SOXXF86DGAREV = 1.0
 
537
DEPXXF86DGALIB =
 
538
XXF86DGALIB =  -lXxf86dga
 
539
 
 
540
LINTXXF86DGA = $(LINTLIBDIR)/llib-lXxf86dga.ln
 
541
 
 
542
    XXF86RUSHLIBSRC = $(LIBSRC)/Xxf86rush
 
543
 
 
544
SOXXF86RUSHREV = 1.0
 
545
DEPXXF86RUSHLIB =
 
546
XXF86RUSHLIB =  -lXxf86rush
 
547
 
 
548
LINTXXF86RUSH = $(LINTLIBDIR)/llib-lXxf86rush.ln
 
549
 
 
550
    XVLIBSRC = $(LIBSRC)/Xv
 
551
 
 
552
SOXVREV = 1.0
 
553
DEPXVLIB =
 
554
XVLIB =  -lXv
 
555
 
 
556
LINTXV = $(LINTLIBDIR)/llib-lXv.ln
 
557
 
 
558
    XVMCLIBSRC = $(LIBSRC)/XvMC
 
559
 
 
560
SOXVMCREV = 1.0
 
561
DEPXVMCLIB =
 
562
XVMCLIB =  -lXvMC
 
563
 
 
564
LINTXVMC = $(LINTLIBDIR)/llib-lXvMC.ln
 
565
 
 
566
    XINERAMALIBSRC = $(LIBSRC)/Xinerama
 
567
 
 
568
SOXINERAMAREV = 1.0
 
569
DEPXINERAMALIB =
 
570
XINERAMALIB =  -lXinerama
 
571
 
 
572
LINTXINERAMA = $(LINTLIBDIR)/llib-lXinerama.ln
 
573
 
 
574
    XRESLIBSRC = $(LIBSRC)/XRes
 
575
 
 
576
SOXRESREV = 1.0
 
577
DEPXRESLIB =
 
578
XRESLIB =  -lXRes
 
579
 
 
580
LINTXRES = $(LINTLIBDIR)/llib-lXRes.ln
 
581
 
 
582
    DMXLIBSRC = $(LIBSRC)/dmx
 
583
 
 
584
DEPDMXLIB = $(USRLIBDIR)/libdmx.a
 
585
DMXLIB =  -ldmx
 
586
 
 
587
LINTDMX = $(LINTLIBDIR)/llib-ldmx.ln
 
588
 
 
589
    DPSLIBSRC = $(LIBSRC)/dps
 
590
 
 
591
SODPSREV = 1.0
 
592
DEPDPSLIB =
 
593
DPSLIB =  -ldps
 
594
 
 
595
LINTDPS = $(LINTLIBDIR)/llib-ldps.ln
 
596
 
 
597
    DPSTKLIBSRC = $(LIBSRC)/dpstk
 
598
 
 
599
SODPSTKREV = 1.0
 
600
DEPDPSTKLIB =
 
601
DPSTKLIB =  -ldpstk
 
602
 
 
603
LINTDPSTK = $(LINTLIBDIR)/llib-ldpstk.ln
 
604
 
 
605
    PSRESLIBSRC = $(LIBSRC)/psres
 
606
 
 
607
SOPSRESREV = 1.0
 
608
DEPPSRESLIB =
 
609
PSRESLIB =  -lpsres
 
610
 
 
611
LINTPSRES = $(LINTLIBDIR)/llib-lpsres.ln
 
612
 
 
613
    GLULIBSRC = $(LIBSRC)/GLU
 
614
 
 
615
SOGLUREV = 1.3
 
616
DEPGLULIB =
 
617
GLULIB =  -lGLU
 
618
 
 
619
LINTGLU = $(LINTLIBDIR)/llib-lGLU.ln
 
620
 
 
621
    GLXLIBSRC = $(LIBSRC)/GL
 
622
 
 
623
SOGLREV = 1.2
 
624
DEPGLXLIB =
 
625
GLXLIB =  -lGL
 
626
 
 
627
LINTGLX = $(LINTLIBDIR)/llib-lGL.ln
 
628
 
 
629
    GLWIDGETSRC = $(LIBSRC)/GLw
 
630
 
 
631
SOGLWREV = 1.0
 
632
DEPGLWLIB =
 
633
GLWLIB =  -lGLw
 
634
 
 
635
LINTGLW = $(LINTLIBDIR)/llib-lGLw.ln
 
636
 
 
637
    XRENDERLIBSRC = $(LIBSRC)/Xrender
 
638
 
 
639
SOXRENDERREV = 1.2.2
 
640
DEPXRENDERLIB =
 
641
XRENDERLIB =  -lXrender
 
642
 
 
643
LINTXRENDER = $(LINTLIBDIR)/llib-lXrender.ln
 
644
 
 
645
    XRANDRLIBSRC = $(LIBSRC)/Xrandr
 
646
 
 
647
SOXRANDRREV = 2.0
 
648
DEPXRANDRLIB =
 
649
XRANDRLIB =  -lXrandr
 
650
 
 
651
LINTXRANDR = $(LINTLIBDIR)/llib-lXrandr.ln
 
652
 
 
653
    XFIXESLIBSRC = $(LIBSRC)/Xfixes
 
654
 
 
655
SOXFIXESREV = 3.0
 
656
DEPXFIXESLIB =
 
657
XFIXESLIB =  -lXfixes
 
658
 
 
659
LINTXFIXES = $(LINTLIBDIR)/llib-lXfixes.ln
 
660
 
 
661
   XDAMAGELIBSRC = $(LIBSRC)/Xdamage
 
662
 
 
663
SOXDAMAGEREV = 1.0
 
664
DEPXDAMAGELIB =
 
665
XDAMAGELIB =  -lXdamage
 
666
 
 
667
LINTXDAMAGE = $(LINTLIBDIR)/llib-lXdamage.ln
 
668
 
 
669
XCOMPOSITELIBSRC = $(LIBSRC)/Xcomposite
 
670
 
 
671
SOXCOMPOSITEREV = 1.0
 
672
DEPXCOMPOSITELIB =
 
673
XCOMPOSITELIB =  -lXcomposite
 
674
 
 
675
LINTXCOMPOSITE = $(LINTLIBDIR)/llib-lXcomposite.ln
 
676
 
 
677
XEVIELIBSRC = $(LIBSRC)/Xevie
 
678
 
 
679
SOXEVIEREV = 1.0
 
680
DEPXEVIELIB =
 
681
XEVIELIB =  -lXevie
 
682
 
 
683
LINTXEVIE = $(LINTLIBDIR)/llib-lXevie.ln
 
684
 
 
685
   XCURSORLIBSRC = $(LIBSRC)/Xcursor
 
686
 
 
687
SOXCURSORREV = 1.0.2
 
688
DEPXCURSORLIB =
 
689
XCURSORLIB =  -lXcursor
 
690
 
 
691
LINTXCURSOR = $(LINTLIBDIR)/llib-lXcursor.ln
 
692
 
 
693
   APPLEWMLIBSRC = $(LIBSRC)/apple
 
694
 
 
695
DEPAPPLEWMLIB = $(USRLIBDIR)/libAppleWM.a
 
696
APPLEWMLIB =  -lAppleWM
 
697
 
 
698
LINTAPPLEWM = $(LINTLIBDIR)/llib-lAppleWM.ln
 
699
 
 
700
   WINDOWSWMLIBSRC = $(LIBSRC)/windows
 
701
 
 
702
DEPWINDOWSWMLIB = $(USRLIBDIR)/libWindowsWM.a
 
703
WINDOWSWMLIB =  -lWindowsWM
 
704
 
 
705
LINTWINDOWSWM = $(LINTLIBDIR)/llib-lWindowsWM.ln
 
706
 
 
707
    XFONTCACHELIBSRC = $(LIBSRC)/Xfontcache
 
708
 
 
709
SOXFONTCACHEREV = 1.2
 
710
DEPXFONTCACHELIB =
 
711
XFONTCACHELIB =  -lXfontcache
 
712
 
 
713
LINTXFONTCACHE = $(LINTLIBDIR)/llib-lXfontcache.ln
 
714
 
328
715
         XAUTHSRC = $(LIBSRC)/Xau
329
716
 
330
717
DEPXAUTHLIB = $(USRLIBDIR)/libXau.a
341
728
 
342
729
           XMUSRC = $(LIBSRC)/Xmu
343
730
 
344
 
SOXMUREV = 6.0
 
731
SOXMUREV = 6.2
345
732
DEPXMULIB =
346
733
XMULIB =  -lXmu
347
734
 
348
735
LINTXMU = $(LINTLIBDIR)/llib-lXmu.ln
349
736
 
 
737
           XMUUSRC = $(LIBSRC)/Xmuu
 
738
 
 
739
SOXMUUREV = 1.0
 
740
DEPXMUULIB =
 
741
XMUULIB =  -lXmuu
 
742
 
 
743
LINTXMUU = $(LINTLIBDIR)/llib-lXmuu.ln
 
744
 
350
745
       OLDXLIBSRC = $(LIBSRC)/oldX
351
746
 
352
747
DEPOLDXLIB = $(USRLIBDIR)/liboldX.a
384
779
 
385
780
       AWIDGETSRC = $(LIBSRC)/Xaw
386
781
 
387
 
SOXAWREV = 6.1
 
782
SOXAWREV = 8.0
388
783
DEPXAWLIB =
389
784
XAWLIB =  -lXaw
390
785
 
391
786
LINTXAW = $(LINTLIBDIR)/llib-lXaw.ln
392
787
 
 
788
       AWIDGET7SRC = $(LIBSRC)/Xaw7
 
789
 
 
790
SOXAW7REV = 7.0
 
791
DEPXAW7LIB =
 
792
XAW7LIB =  -lXaw
 
793
 
 
794
LINTXAW7 = $(LINTLIBDIR)/llib-lXaw.ln
 
795
 
 
796
       AWIDGET6SRC = $(LIBSRC)/Xaw6
 
797
 
 
798
SOXAW6REV = 6.1
 
799
DEPXAW6LIB =
 
800
XAW6LIB =  -lXaw
 
801
 
 
802
LINTXAW6 = $(LINTLIBDIR)/llib-lXaw.ln
 
803
 
393
804
         XILIBSRC = $(LIBSRC)/Xi
394
805
 
395
806
SOXINPUTREV = 6.0
406
817
 
407
818
LINTXTEST = $(LINTLIBDIR)/llib-lXtst.ln
408
819
 
409
 
        PEXLIBSRC = $(LIBSRC)/PEX5
410
 
 
411
 
SOPEXREV = 6.0
412
 
DEPPEXLIB =
413
 
PEXLIB =  -lPEX5
414
 
 
415
 
LINTPEX = $(LINTLIBDIR)/llib-lPEX5.ln
416
 
 
417
 
        XIELIBSRC = $(LIBSRC)/XIE
418
 
 
419
 
SOXIEREV = 6.0
420
 
DEPXIELIB =
421
 
XIELIB =  -lXIE
422
 
 
423
 
LINTXIE = $(LINTLIBDIR)/llib-lXIE.ln
424
 
 
425
 
      PHIGSLIBSRC = $(LIBSRC)/PHIGS
426
 
 
427
 
DEPPHIGSLIB = $(USRLIBDIR)/libphigs.a
428
 
PHIGSLIB =  -lphigs
429
 
 
430
 
LINTPHIGS = $(LINTLIBDIR)/llib-lphigs.ln
431
 
 
432
820
DEPXBSDLIB = $(USRLIBDIR)/libXbsd.a
433
821
XBSDLIB =  -lXbsd
434
822
 
460
848
 
461
849
         FSLIBSRC = $(LIBSRC)/FS
462
850
 
463
 
DEPFSLIB = $(USRLIBDIR)/libFS.a
 
851
SOFSREV = 6.0
 
852
DEPFSLIB =
464
853
FSLIB =  -lFS
465
854
 
466
855
LINTFS = $(LINTLIBDIR)/llib-lFS.ln
467
856
 
468
857
         FONTLIBSRC = $(LIBSRC)/font
469
858
 
470
 
DEPFONTLIB = $(USRLIBDIR)/libXfont.a
471
 
FONTLIB =  -lXfont
472
 
 
473
 
LINTFONT = $(LINTLIBDIR)/llib-lXfont.ln
 
859
SOFONTREV = 1.5
 
860
DEPFONTLIB =
 
861
FONTLIB = -L$(FREETYPELIBDIR) -L$(FONTLIBSRC)  -lXfont
 
862
 
 
863
LINTXFONT = $(LINTLIBDIR)/llib-lXfont.ln
 
864
#
 
865
SOFONTREV = 1.5
 
866
DEPXFONTLIB =
 
867
XFONTLIB =  -lXfont
 
868
 
 
869
LINTXFONT = $(LINTLIBDIR)/llib-lXfont.ln
 
870
 
 
871
     FONTSTUBLIBSRC = $(FONTLIBSRC)/stubs
 
872
 
 
873
DEPFONTSTUBLIB = $(USRLIBDIR)/libfntstubs.a
 
874
FONTSTUBLIB =  -lfntstubs
 
875
 
 
876
LINTFONTSTUB = $(LINTLIBDIR)/llib-lfntstubs.ln
 
877
         DEPFONTLIB = $(DEPXFONTLIB) $(DEPFONTSTUBLIB)
 
878
            FONTLIB = $(XFONTLIB) $(FONTSTUBLIB) $(FREETYPE2LIB)
 
879
 
 
880
         FONTENCLIBSRC = $(LIBSRC)/fontenc
 
881
 
 
882
SOFONTENCREV = 1.0
 
883
DEPXFONTENCLIB =
 
884
XFONTENCLIB =  -lfontenc
 
885
 
 
886
LINTXFONTENC = $(LINTLIBDIR)/llib-lfontenc.ln
 
887
 
 
888
          XPMLIBSRC = $(LIBSRC)/Xpm
 
889
 
 
890
SOXPMREV = 4.11
 
891
DEPXPMLIB =
 
892
XPMLIB =  -lXpm
 
893
 
 
894
LINTXPM = $(LINTLIBDIR)/llib-lXpm.ln
 
895
 
 
896
FREETYPE2DIR = /usr
 
897
FREETYPE2LIBDIR = /usr/lib
 
898
FREETYPE2INCDIR = /usr/include
 
899
 
 
900
FREETYPE2LIB = -lfreetype
 
901
 
 
902
FREETYPE2INCLUDES = -I$(FREETYPE2INCDIR)/freetype2 -I$(FREETYPE2INCDIR)/freetype2/config
 
903
 
 
904
FREETYPE2DEFINES = -DFREETYPE2
 
905
 
 
906
          EXPATLIBSRC = $(LIBSRC)/expat
 
907
 
 
908
SOEXPATREV = 0.4
 
909
DEPEXPATLIB =
 
910
EXPATLIB =  -lexpat
 
911
 
 
912
LINTEXPAT = $(LINTLIBDIR)/llib-lexpat.ln
 
913
 
 
914
EXPATDIR = /usr
 
915
EXPATLIBDIR = /usr/lib
 
916
EXPATINCDIR = /usr/include
 
917
 
 
918
EXPATINCLUDES =
 
919
 
 
920
EXPATLIB = -lexpat
 
921
 
 
922
EXPATDEFINES = -DEXPAT
 
923
 
 
924
          XFT1LIBSRC = $(LIBSRC)/Xft1
 
925
 
 
926
SOXFT1REV = 1.1
 
927
DEPXFT1LIB =
 
928
XFT1LIB =  -lXft
 
929
 
 
930
LINTXFT1 = $(LINTLIBDIR)/llib-lXft.ln
 
931
 
 
932
          XFTLIBSRC = $(LIBSRC)/Xft
 
933
 
 
934
SOXFTREV = 2.1.2
 
935
DEPXFTLIB =
 
936
XFTLIB =  -lXft
 
937
 
 
938
LINTXFT = $(LINTLIBDIR)/llib-lXft.ln
 
939
 
 
940
          FONTCONFIGLIBSRC = $(LIBSRC)/fontconfig
 
941
 
 
942
SOFONTCONFIGREV = 1.0.4
 
943
DEPFONTCONFIGLIB =
 
944
FONTCONFIGLIB =  -lfontconfig
 
945
 
 
946
LINTFONTCONFIG = $(LINTLIBDIR)/llib-lfontconfig.ln
 
947
 
 
948
FONTCONFIGINCDIR=$(INCDIR)
 
949
 
 
950
FONTCONFIGINCLUDES = -I$(FONTCONFIGINCDIR)
 
951
 
 
952
FCCACHE = $(BINDIR)/fc-cache
 
953
 
 
954
FONTCONFIGDEFINES = -DFONTCONFIG
 
955
 
 
956
XFTINCLUDES=$(FONTCONFIGINCLUDES) $(FREETYPE2INCLUDES)
 
957
 
 
958
LIBPNGINCDIR = /usr/include
 
959
 
 
960
LIBPNGINC=
 
961
 
 
962
LIBPNGDIR = /usr
 
963
LIBPNGLIBDIR = /usr/lib
 
964
LIBPNGINCDIR = /usr/include
 
965
 
 
966
LIBPNGLIB = -lpng
474
967
 
475
968
    XKBFILELIBSRC = $(LIBSRC)/xkbfile
476
969
 
477
 
DEPXKBFILELIB = $(USRLIBDIR)/libxkbfile.a
 
970
SOXKBFILEREV =  1.0
 
971
DEPXKBFILELIB =
478
972
XKBFILELIB =  -lxkbfile
479
973
 
480
974
LINTXKBFILE = $(LINTLIBDIR)/llib-lxkbfile.ln
481
975
 
482
 
     XKBCOMPCMD = $(BINDIR)/xkbcomp
 
976
     XKBCOMPCMD = $(XBINDIR)/xkbcomp
 
977
 
 
978
    XKBUILIBSRC = $(LIBSRC)/xkbui
 
979
 
 
980
SOXKBUIREV =  1.0
 
981
DEPXKBUILIB =
 
982
XKBUILIB =  -lxkbui
 
983
 
 
984
LINTXKBUI = $(LINTLIBDIR)/llib-lxkbui.ln
 
985
 
 
986
EXTRAXAWREQS = $(XPLIB)
 
987
 
 
988
EXTRAXAWCLIENTDEPLIBS = $(DEPXPLIB)
 
989
 
 
990
EXTRAXAWCLIENTLIBS = $(XPLIB)
 
991
 
 
992
        XTRAPLIBSRC = $(LIBSRC)/XTrap
 
993
 
 
994
SOXTRAPREV = 6.4
 
995
DEPXTRAPLIB =
 
996
XTRAPLIB =  -lXTrap
 
997
 
 
998
LINTXTRAP = $(LINTLIBDIR)/llib-lXTrap.ln
483
999
 
484
1000
          DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
485
1001
 
494
1010
         DEPLIBS9 = $(DEPLIBS)
495
1011
         DEPLIBS10 = $(DEPLIBS)
496
1012
 
497
 
    XINERAMALIBSRC = $(LIBSRC)/Xinerama
498
 
 
499
 
DEPXINERAMALIB = $(USRLIBDIR)/libXinerama.a
500
 
XINERAMALIB =  -lXinerama
501
 
 
502
 
LINTXINERAMA = $(LINTLIBDIR)/llib-lXinerama.ln
503
 
 
504
 
              MTOP = $(MPROJECTROOT)
505
 
TOP_MOTIF_INCLUDES = -I$(MINCLUDESRC)
 
1013
       FCPRELOADPATTERN = libfontconfig.so.?
 
1014
 
 
1015
      XFTPRELOADPATTERN = libXft.so.?
 
1016
  XRENDERPRELOADPATTERN = libXrender.so.?
 
1017
    XFONTPRELOADPATTERN = libXfont*.so.?
 
1018
 
 
1019
              MTOP = $(TOP)
 
1020
TOP_MOTIF_INCLUDES =
506
1021
 
507
1022
      UIL_INCLUDES = -I$(USRINCDIR)/uil
508
1023
 
540
1055
   MRESOURCESRC = $(MLIBSRC)/Mrm
541
1056
         UILSRC = $(MCLIENTSRC)/uil
542
1057
 
543
 
   MPROJECTROOT = /usr/X11R6
544
 
 
545
1058
            UIL = uil
546
1059
         DEPUIL = $(BINDIR)/uil
547
1060
 
581
1094
      YACCFLAGS =
582
1095
       UILFLAGS =
583
1096
    GENCATFLAGS =
584
 
         GENCAT = xgencat $(GENCATFLAGS)
585
 
      MKCATTOOL = $(CLIENTENVSETUP) $(MLOCSRC)/util/mkcatdefs
 
1097
         GENCAT = gencat $(GENCATFLAGS)
 
1098
      MKCATTOOL = $(MLOCSRC)/util/mkcatdefs
586
1099
 
587
1100
         RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut  *.Dat
588
1101
 
592
1105
        DEPLIBS2 = $(DEPLIBS)
593
1106
        DEPLIBS3 = $(DEPLIBS)
594
1107
 
595
 
           OTOP = $(OPROJECTROOT)
596
 
        OLIBSRC = $(OTOP)/lib
597
 
       GLLIBSRC = $(OLIBSRC)/GL
598
 
      GLULIBSRC = $(OLIBSRC)/GLU
599
 
      GLWLIBSRC = $(OLIBSRC)/GLw
600
 
 
601
 
   OGLENVLIBDIR = OBuildLibPath
602
 
 
603
 
   OPROJECTROOT = /usr/X11R6
604
 
 
605
 
SOGLREV = 1.1
606
 
DEPGLLIB =
607
 
GLLIB =  -lGL
608
 
 
609
 
LINTGL = $(LINTLIBDIR)/llib-lGL.ln
610
 
 
611
 
SOGLUREV = 1.1
612
 
DEPGLULIB =
613
 
GLULIB =  -lGLU
614
 
 
615
 
LINTGLU = $(LINTLIBDIR)/llib-lGLU.ln
616
 
 
617
 
SOGLWREV = 1.1
618
 
DEPGLWLIB =
619
 
GLWLIB =  -lGLw
620
 
 
621
 
LINTGLW = $(LINTLIBDIR)/llib-lGLw.ln
622
 
 
623
 
        DEPLIBS = $(DEPGLLIB) $(DEPXLIB)
624
 
 
625
 
        DEPLIBS1 = $(DEPLIBS)
626
 
        DEPLIBS2 = $(DEPLIBS)
627
 
        DEPLIBS3 = $(DEPLIBS)
628
 
 
629
 
           CDETOP = $(CDEPROJECTROOT)
630
 
 
631
 
    CDEINCLUDESRC = $(CDETOP)/include
632
 
 
633
 
 TOP_CDE_INCLUDES = -I$(CDEINCLUDESRC)
634
 
        CDELIBSRC = $(CDETOP)/lib
635
 
           PAMSRC = $(CDELIBSRC)/pam/libpam
636
 
            TTSRC = $(CDELIBSRC)/tt
637
 
         DTSVCSRC = $(CDELIBSRC)/DtSvc
638
 
      DTSEARCHSRC = $(CDELIBSRC)/DtSearch
639
 
      DTWIDGETSRC = $(CDELIBSRC)/DtWidget
640
 
        DTHELPSRC = $(CDELIBSRC)/DtHelp
641
 
       DTPRINTSRC = $(CDELIBSRC)/DtPrint
642
 
        DTTERMSRC = $(CDELIBSRC)/DtTerm
643
 
         DTMRMSRC = $(CDELIBSRC)/DtMrm
644
 
        DTMMDBSRC = $(CDELIBSRC)/DtMmdb
645
 
           CSASRC = $(CDELIBSRC)/csa
646
 
           CDESRC = $(CDETOP)/programs
647
 
 
648
 
      DTENVLIBDIR = $(CDEPROJECTROOT)/lib
649
 
 
650
 
   CDEPROJECTROOT = /usr/dt
651
 
 
652
 
 CDE_INSTALLATION_TOP = /usr/dt
653
 
CDE_CONFIGURATION_TOP = /etc/dt
654
 
     CDE_LOGFILES_TOP = /var/dt
655
 
         CDE_USER_TOP = .dt
656
 
 
657
 
        DTCODEGEN = dtcodegen
658
 
    HELPPARSERSRC = $(CDESRC)/dthelp/parser
659
 
          HELPTAG = $(BINDIR)/dthelptag
660
 
  HELPTAGPASS1DEF = $(BINDIR)/dthelp_htag1
661
 
  HELPTAGPASS2DEF = $(BINDIR)/dthelp_htag2
662
 
        DTDOCBOOK = dtdocbook
663
 
 DTDOCBOOKOPTIONS =
664
 
 
665
 
        NSGMLSSRC = $(CDESRC)/nsgmls
666
 
 
667
 
     DTINFOGENSRC = $(CDESRC)/dtinfo/dtinfogen
668
 
        DTINFOGEN = dtinfogen
669
 
  DTINFOGENTMPDIR = $(TOP)/doc/tmp
670
 
 
671
 
 ARCHITECTURE_DEFINES = -DLINUX_ARCHITECTURE
672
 
 
673
 
SOPAMREV = 2.1
674
 
DEPPAMLIB =
675
 
PAMLIB =  -lpam
676
 
 
677
 
LINTPAM = $(LINTLIBDIR)/llib-lpam.ln
678
 
 
679
 
SOTTREV = 2.1
680
 
DEPTTLIB =
681
 
TTLIB =  -ltt
682
 
 
683
 
LINTTT = $(LINTLIBDIR)/llib-ltt.ln
684
 
 
685
 
SODTSVCREV = 2.1
686
 
DEPDTSVCLIB =
687
 
DTSVCLIB =  -lDtSvc
688
 
 
689
 
LINTDTSVC = $(LINTLIBDIR)/llib-lDtSvc.ln
690
 
 
691
 
SODTSEARCHREV = 2.1
692
 
DEPDTSEARCHLIB =
693
 
DTSEARCHLIB =  -lDtSearch
694
 
 
695
 
LINTDTSEARCH = $(LINTLIBDIR)/llib-lDtSearch.ln
696
 
 
697
 
SODTWIDGETREV = 2.1
698
 
DEPDTWIDGETLIB =
699
 
DTWIDGETLIB =  -lDtWidget
700
 
 
701
 
LINTDTWIDGET = $(LINTLIBDIR)/llib-lDtWidget.ln
702
 
 
703
 
SODTHELPREV = 2.1
704
 
DEPDTHELPLIB =
705
 
DTHELPLIB =  -lDtHelp
706
 
 
707
 
LINTDTHELP = $(LINTLIBDIR)/llib-lDtHelp.ln
708
 
 
709
 
SODTPRINTREV = 2.1
710
 
DEPDTPRINTLIB =
711
 
DTPRINTLIB =  -lDtPrint
712
 
 
713
 
LINTDTPRINT = $(LINTLIBDIR)/llib-lDtPrint.ln
714
 
 
715
 
SODTTERMREV = 2.1
716
 
DEPDTTERMLIB =
717
 
DTTERMLIB =  -lDtTerm
718
 
 
719
 
LINTDTTERM = $(LINTLIBDIR)/llib-lDtTerm.ln
720
 
 
721
 
SODTMRMREV = 2.1
722
 
DEPDTMRMLIB =
723
 
DTMRMLIB =  -lDtMrm
724
 
 
725
 
LINTDTMRM = $(LINTLIBDIR)/llib-lDtMrm.ln
726
 
 
727
 
SODTMMDBREV = 2.1
728
 
DEPDTMMDBLIB =
729
 
DTMMDBLIB =  -lDtMmdb
730
 
 
731
 
LINTDTMMDB = $(LINTLIBDIR)/llib-lDtMmdb.ln
732
 
 
733
 
DEPDTCMLIB = $(USRLIBDIR)/libDtCm.a
734
 
DTCMLIB =  -lDtCm
735
 
 
736
 
LINTDTCM = $(LINTLIBDIR)/llib-lDtCm.ln
737
 
 
738
 
SOCSAREV = 2.1
739
 
DEPCSALIB =
740
 
CSALIB =  -lcsa
741
 
 
742
 
LINTCSA = $(LINTLIBDIR)/llib-lcsa.ln
743
 
 
744
1108
XMULIBONLY = -lXmu
745
1109
XMULIB = $(XMULIBONLY) $(XTOOLLIB) $(XLIB)
746
1110
 
747
1111
        CONFIGDIR = $(LIBDIR)/config
748
1112
 
749
 
    USRLIBDIRPATH = $(USRLIBDIR):$(CDEPROJECTROOT)/lib
750
 
        LDPRELIBS = -L$(USRLIBDIR) -L$(CDEPROJECTROOT)/lib
751
 
       LDPOSTLIBS =  -L$(CDEPROJECTROOT)/lib
752
 
     TOP_INCLUDES = -I$(INCROOT) $(TOP_CDE_INCLUDES) $(TOP_MOTIF_INCLUDES) $(TOP_X_INCLUDES)
753
 
  PROJECT_DEFINES =    -DMULTIBYTE -DNLS16 -DOSMAJORVERSION=2 -DOSMINORVERSION=4
 
1113
    USRLIBDIRPATH = $(USRLIBDIR)
 
1114
        LDPRELIBS =  -L$(USRLIBDIR)  $(INSTALLED_LIBS)
 
1115
       LDPOSTLIBS =
 
1116
     TOP_INCLUDES = $(TOP_MOTIF_INCLUDES) -I$(INCROOT) $(TOP_X_INCLUDES)
 
1117
  PROJECT_DEFINES =   -DNO_MESSAGE_CATALOG
 
1118
   VENDOR_DEFINES = -DXVENDORNAME='"$(VENDORNAME)"' -DXVENDORNAMESHORT='"$(VENDORNAMESHORT)"'
754
1119
 
755
 
CXXPROJECT_DEFINES =    -DMULTIBYTE -DNLS16 -DOSMAJORVERSION=2 -DOSMINORVERSION=4
 
1120
CXXPROJECT_DEFINES =   -DNO_MESSAGE_CATALOG
756
1121
 
757
1122
# ----------------------------------------------------------------------
758
1123
# start of Imakefile
798
1163
HEADERS = aulog.h
799
1164
 
800
1165
includes:: $(HEADERS)
801
 
        @if [ -d $(BUILDINCDIR)/ ]; then set +x; \
802
 
        else (set -x; $(MKDIRHIER) $(BUILDINCDIR)/); fi
803
 
        @(set -x; cd $(BUILDINCDIR)/; for i in $(HEADERS); do \
804
 
        $(RM) $$i; \
805
 
        $(LN) $(BUILDINCTOP)//$(CURRENT_DIR)/$$i .; \
 
1166
        @if [ -d $(BUILDINCDIR)/ ]; then \
 
1167
                set +x; \
 
1168
        else \
 
1169
                if [ -h $(BUILDINCDIR)/ ]; then \
 
1170
                        (set -x; rm -f $(BUILDINCDIR)/); \
 
1171
                fi; \
 
1172
                (set -x; $(MKDIRHIER) $(BUILDINCDIR)/); \
 
1173
        fi
 
1174
        @(set -x; cd $(BUILDINCDIR)/ && for i in $(HEADERS); do \
 
1175
                $(RM) $$i; \
 
1176
                $(LN) $(BUILDINCTOP)//$(CURRENT_DIR)/$$i .; \
806
1177
        done)
807
1178
 
808
1179
     OS_DEFINES =
817
1188
 
818
1189
.c.o:
819
1190
        $(RM) $@
820
 
         $(CC) -c $(CFLAGS) $(_NOOP_) $*.c
 
1191
                $(CC) -c $(CFLAGS) $(_NOOP_) $*.c
821
1192
 
822
1193
all:: libos.a
823
1194
 
840
1211
 
841
1212
access.o:       access.c $(ICONFIGFILES)
842
1213
        $(RM) $@
843
 
         $(CC) -c $(CFLAGS) $(_NOOP_) $*.c
 
1214
                $(CC) -c $(CFLAGS) $(_NOOP_) $*.c
844
1215
 
845
1216
access.i: access.c $(ICONFIGFILES)
846
1217
        $(RM) $@
847
 
         $(CC) -E $(CFLAGS) $(_NOOP_) access.c > $@
 
1218
                $(CC) -E $(CFLAGS) $(_NOOP_) access.c > $@
 
1219
 
 
1220
access.s: access.c $(ICONFIGFILES)
 
1221
        $(RM) $@
 
1222
                $(CC) -S $(CFLAGS) $(_NOOP_) $*.c
848
1223
 
849
1224
auth.o: auth.c $(ICONFIGFILES)
850
1225
        $(RM) $@
851
 
         $(CC) -c $(CFLAGS) $(_NOOP_) $*.c
 
1226
                $(CC) -c $(CFLAGS) $(_NOOP_) $*.c
852
1227
 
853
1228
auth.i: auth.c $(ICONFIGFILES)
854
1229
        $(RM) $@
855
 
         $(CC) -E $(CFLAGS) $(_NOOP_) auth.c > $@
 
1230
                $(CC) -E $(CFLAGS) $(_NOOP_) auth.c > $@
 
1231
 
 
1232
auth.s: auth.c $(ICONFIGFILES)
 
1233
        $(RM) $@
 
1234
                $(CC) -S $(CFLAGS) $(_NOOP_) $*.c
856
1235
 
857
1236
connection.o:   connection.c $(ICONFIGFILES)
858
1237
        $(RM) $@
859
 
         $(CC) -c $(CFLAGS) $(SOCK_DEFINES) $*.c
 
1238
                $(CC) -c $(CFLAGS) $(SOCK_DEFINES) $*.c
860
1239
 
861
1240
connection.i: connection.c $(ICONFIGFILES)
862
1241
        $(RM) $@
863
 
         $(CC) -E $(CFLAGS) $(SOCK_DEFINES) connection.c > $@
 
1242
                $(CC) -E $(CFLAGS) $(SOCK_DEFINES) connection.c > $@
 
1243
 
 
1244
connection.s: connection.c $(ICONFIGFILES)
 
1245
        $(RM) $@
 
1246
                $(CC) -S $(CFLAGS) $(SOCK_DEFINES) $*.c
864
1247
 
865
1248
osinit.o:       osinit.c $(ICONFIGFILES)
866
1249
        $(RM) $@
867
 
         $(CC) -c $(CFLAGS) $(ADM_DEFINES) $*.c
 
1250
                $(CC) -c $(CFLAGS) $(ADM_DEFINES) $*.c
868
1251
 
869
1252
osinit.i: osinit.c $(ICONFIGFILES)
870
1253
        $(RM) $@
871
 
         $(CC) -E $(CFLAGS) $(ADM_DEFINES) osinit.c > $@
 
1254
                $(CC) -E $(CFLAGS) $(ADM_DEFINES) osinit.c > $@
 
1255
 
 
1256
osinit.s: osinit.c $(ICONFIGFILES)
 
1257
        $(RM) $@
 
1258
                $(CC) -S $(CFLAGS) $(ADM_DEFINES) $*.c
872
1259
 
873
1260
WaitFor.o:      WaitFor.c $(ICONFIGFILES)
874
1261
        $(RM) $@
875
 
         $(CC) -c $(CFLAGS) $(_NOOP_) $*.c
 
1262
                $(CC) -c $(CFLAGS) $(_NOOP_) $*.c
876
1263
 
877
1264
WaitFor.i: WaitFor.c $(ICONFIGFILES)
878
1265
        $(RM) $@
879
 
         $(CC) -E $(CFLAGS) $(_NOOP_) WaitFor.c > $@
 
1266
                $(CC) -E $(CFLAGS) $(_NOOP_) WaitFor.c > $@
 
1267
 
 
1268
WaitFor.s: WaitFor.c $(ICONFIGFILES)
 
1269
        $(RM) $@
 
1270
                $(CC) -S $(CFLAGS) $(_NOOP_) $*.c
880
1271
 
881
1272
io.o:   io.c $(ICONFIGFILES)
882
1273
        $(RM) $@
883
 
         $(CC) -c $(CFLAGS) $(_NOOP_) $*.c
 
1274
                $(CC) -c $(CFLAGS) $(_NOOP_) $*.c
884
1275
 
885
1276
io.i: io.c $(ICONFIGFILES)
886
1277
        $(RM) $@
887
 
         $(CC) -E $(CFLAGS) $(_NOOP_) io.c > $@
 
1278
                $(CC) -E $(CFLAGS) $(_NOOP_) io.c > $@
 
1279
 
 
1280
io.s: io.c $(ICONFIGFILES)
 
1281
        $(RM) $@
 
1282
                $(CC) -S $(CFLAGS) $(_NOOP_) $*.c
888
1283
 
889
1284
utils.o:        utils.c $(ICONFIGFILES)
890
1285
        $(RM) $@
891
 
         $(CC) -c $(CFLAGS) $(TIME_DEFINES) $*.c
 
1286
                $(CC) -c $(CFLAGS) $(TIME_DEFINES) $*.c
892
1287
 
893
1288
utils.i: utils.c $(ICONFIGFILES)
894
1289
        $(RM) $@
895
 
         $(CC) -E $(CFLAGS) $(TIME_DEFINES) utils.c > $@
 
1290
                $(CC) -E $(CFLAGS) $(TIME_DEFINES) utils.c > $@
 
1291
 
 
1292
utils.s: utils.c $(ICONFIGFILES)
 
1293
        $(RM) $@
 
1294
                $(CC) -S $(CFLAGS) $(TIME_DEFINES) $*.c
896
1295
 
897
1296
depend::
898
1297
        $(DEPEND) $(DEPENDFLAGS) -- $(ALLDEFINES) $(DEPEND_DEFINES) -- $(SRCS)
902
1301
 
903
1302
.c.i:
904
1303
        $(RM) $@
905
 
         $(CC) -E $(CFLAGS) $(_NOOP_) $*.c > $@
 
1304
                $(CC) -E $(CFLAGS) $(_NOOP_) $*.c > $@
 
1305
 
 
1306
.SUFFIXES: .ii
 
1307
 
 
1308
.cc.ii:
 
1309
        $(RM) $@
 
1310
                $(CC) -E $(CFLAGS) $(_NOOP_) $*.cc > $@
 
1311
 
 
1312
.SUFFIXES: .s
 
1313
 
 
1314
.c.s:
 
1315
        $(RM) $@
 
1316
                $(CC) -S $(CFLAGS) $(_NOOP_) $*.c
 
1317
 
 
1318
.cc.s:
 
1319
        $(RM) $@
 
1320
                $(CC) -S $(CFLAGS) $(_NOOP_) $*.cc
906
1321
 
907
1322
emptyrule::
908
1323
 
909
 
clean::
910
 
        $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut  "#"*
 
1324
cleandir::
 
1325
        $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut   "#"*
911
1326
 
912
1327
Makefile::
913
1328
        -@if [ -f Makefile ]; then set -x; \
921
1336
 
922
1337
man_keywords::
923
1338
 
 
1339
html_index::
 
1340
        @if [ -d $(DESTDIR)$(DOCHTMLDIR) ]; then \
 
1341
                set +x; \
 
1342
        else \
 
1343
                if [ -h $(DESTDIR)$(DOCHTMLDIR) ]; then \
 
1344
                        (set -x; rm -f $(DESTDIR)$(DOCHTMLDIR)); \
 
1345
                fi; \
 
1346
                (set -x; $(MKDIRHIER) $(DESTDIR)$(DOCHTMLDIR)); \
 
1347
        fi
 
1348
        $(HTMLINDEXCMD) $(DESTDIR)$(DOCHTMLDIR)
 
1349
 
 
1350
clean:: cleandir
 
1351
 
 
1352
distclean:: cleandir
 
1353
 
924
1354
# ----------------------------------------------------------------------
925
1355
# empty rules for directories that do not have SUBDIRS - do not edit
926
1356
 
930
1360
install.man::
931
1361
        @echo "install.man in $(CURRENT_DIR) done"
932
1362
 
 
1363
install.sdk::
 
1364
        @echo "install.sdk in $(CURRENT_DIR) done"
 
1365
 
933
1366
Makefiles::
934
1367
 
935
1368
includes::
936
1369
 
937
1370
depend::
938
1371
 
 
1372
distclean::
 
1373
        $(RM) Makefile Makefile.dep
 
1374
 
939
1375
# ----------------------------------------------------------------------
940
1376
# dependencies generated by makedepend
941
1377
 
942
1378
# DO NOT DELETE
943
 
 
944
 
WaitFor.o: ../../include/audio/audio.h ../../include/audio/Amd.h
945
 
WaitFor.o: ../../include/audio/Aproto.h ../../include/audio/Aos.h
946
 
WaitFor.o: ../../include/audio/Aosdefs.h /usr/include/sys/types.h
947
 
WaitFor.o: /usr/include/features.h /usr/include/sys/cdefs.h
948
 
WaitFor.o: /usr/include/gnu/stubs.h /usr/include/bits/types.h
949
 
WaitFor.o: /usr/include/time.h /usr/include/endian.h
950
 
WaitFor.o: /usr/include/bits/endian.h /usr/include/sys/select.h
951
 
WaitFor.o: /usr/include/bits/select.h /usr/include/bits/sigset.h
952
 
WaitFor.o: /usr/include/sys/sysmacros.h /usr/include/string.h
953
 
WaitFor.o: /usr/include/fcntl.h /usr/include/bits/fcntl.h
954
 
WaitFor.o: /usr/include/sys/stat.h /usr/include/bits/stat.h
955
 
WaitFor.o: /usr/include/unistd.h /usr/include/bits/posix_opt.h
956
 
WaitFor.o: /usr/include/bits/confname.h /usr/include/getopt.h
957
 
WaitFor.o: /usr/include/sys/time.h /usr/include/bits/time.h
958
 
WaitFor.o: /usr/include/errno.h /usr/include/bits/errno.h
959
 
WaitFor.o: /usr/include/linux/errno.h /usr/include/asm/errno.h
960
 
WaitFor.o: /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h
961
 
WaitFor.o: /usr/include/bits/stdio_lim.h ../include/misc.h
962
 
WaitFor.o: /usr/X11R6/include/X11/Xosdefs.h ../include/os.h
963
 
WaitFor.o: /usr/X11R6/include/X11/Xfuncs.h /usr/include/sys/param.h
964
 
WaitFor.o: /usr/include/limits.h /usr/include/bits/posix1_lim.h
965
 
WaitFor.o: /usr/include/bits/local_lim.h /usr/include/linux/limits.h
966
 
WaitFor.o: /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h
967
 
WaitFor.o: /usr/include/linux/param.h /usr/include/asm/param.h
968
 
WaitFor.o: /usr/include/signal.h /usr/include/bits/signum.h
969
 
WaitFor.o: /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h
970
 
WaitFor.o: /usr/include/bits/sigcontext.h /usr/include/asm/sigcontext.h
971
 
WaitFor.o: /usr/include/bits/sigstack.h osdep.h ../include/dixstruct.h
972
 
WaitFor.o: ../include/dix.h ../include/resource.h ../include/opaque.h
973
 
access.o: ../../include/audio/audio.h ../../include/audio/Amd.h
974
 
access.o: ../../include/audio/Aproto.h ../../include/audio/Aos.h
975
 
access.o: ../../include/audio/Aosdefs.h /usr/include/sys/types.h
976
 
access.o: /usr/include/features.h /usr/include/sys/cdefs.h
977
 
access.o: /usr/include/gnu/stubs.h /usr/include/bits/types.h
978
 
access.o: /usr/include/time.h /usr/include/endian.h
979
 
access.o: /usr/include/bits/endian.h /usr/include/sys/select.h
980
 
access.o: /usr/include/bits/select.h /usr/include/bits/sigset.h
981
 
access.o: /usr/include/sys/sysmacros.h /usr/include/string.h
982
 
access.o: /usr/include/fcntl.h /usr/include/bits/fcntl.h
983
 
access.o: /usr/include/sys/stat.h /usr/include/bits/stat.h
984
 
access.o: /usr/include/unistd.h /usr/include/bits/posix_opt.h
985
 
access.o: /usr/include/bits/confname.h /usr/include/getopt.h
986
 
access.o: /usr/include/sys/time.h /usr/include/bits/time.h ../include/misc.h
987
 
access.o: /usr/X11R6/include/X11/Xosdefs.h ../include/os.h
988
 
access.o: /usr/X11R6/include/X11/Xfuncs.h ../include/site.h
989
 
access.o: /usr/include/errno.h /usr/include/bits/errno.h
990
 
access.o: /usr/include/linux/errno.h /usr/include/asm/errno.h
991
 
access.o: /usr/include/sys/socket.h /usr/include/bits/socket.h
992
 
access.o: /usr/include/limits.h /usr/include/bits/posix1_lim.h
993
 
access.o: /usr/include/bits/local_lim.h /usr/include/linux/limits.h
994
 
access.o: /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h
995
 
access.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sockaddr.h
996
 
access.o: /usr/include/asm/socket.h /usr/include/asm/sockios.h
997
 
access.o: /usr/include/sys/ioctl.h /usr/include/bits/ioctls.h
998
 
access.o: /usr/include/asm/ioctls.h /usr/include/asm/ioctl.h
999
 
access.o: /usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h
1000
 
access.o: /usr/X11R6/include/X11/Xauth.h /usr/X11R6/include/X11/Xfuncproto.h
1001
 
access.o: /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h
1002
 
access.o: /usr/include/netinet/in.h /usr/include/stdint.h
1003
 
access.o: /usr/include/bits/wordsize.h /usr/include/bits/in.h
1004
 
access.o: /usr/include/bits/byteswap.h /usr/include/sys/utsname.h
1005
 
access.o: /usr/include/bits/utsname.h /usr/include/net/if.h
1006
 
access.o: /usr/include/netdb.h /usr/include/rpc/netdb.h
1007
 
access.o: ../include/dixstruct.h ../include/dix.h ../include/resource.h
1008
 
access.o: osdep.h
1009
 
connection.o: ../../include/nasconf.h ../../include/audio/audio.h
1010
 
connection.o: ../../include/audio/Amd.h ../../include/audio/Aproto.h
1011
 
connection.o: /usr/include/sys/param.h /usr/include/limits.h
1012
 
connection.o: /usr/include/features.h /usr/include/sys/cdefs.h
1013
 
connection.o: /usr/include/gnu/stubs.h /usr/include/bits/posix1_lim.h
1014
 
connection.o: /usr/include/bits/local_lim.h /usr/include/linux/limits.h
1015
 
connection.o: /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h
1016
 
connection.o: /usr/include/bits/stdio_lim.h /usr/include/linux/param.h
1017
 
connection.o: /usr/include/asm/param.h /usr/include/sys/types.h
1018
 
connection.o: /usr/include/bits/types.h /usr/include/time.h
1019
 
connection.o: /usr/include/endian.h /usr/include/bits/endian.h
1020
 
connection.o: /usr/include/sys/select.h /usr/include/bits/select.h
1021
 
connection.o: /usr/include/bits/sigset.h /usr/include/sys/sysmacros.h
1022
 
connection.o: /usr/include/errno.h /usr/include/bits/errno.h
1023
 
connection.o: /usr/include/linux/errno.h /usr/include/asm/errno.h
1024
 
connection.o: ../../include/audio/Aos.h ../../include/audio/Aosdefs.h
1025
 
connection.o: /usr/include/string.h /usr/include/fcntl.h
1026
 
connection.o: /usr/include/bits/fcntl.h /usr/include/sys/stat.h
1027
 
connection.o: /usr/include/bits/stat.h /usr/include/unistd.h
1028
 
connection.o: /usr/include/bits/posix_opt.h /usr/include/bits/confname.h
1029
 
connection.o: /usr/include/getopt.h /usr/include/sys/time.h
1030
 
connection.o: /usr/include/bits/time.h /usr/include/sys/socket.h
1031
 
connection.o: /usr/include/bits/socket.h /usr/include/bits/sockaddr.h
1032
 
connection.o: /usr/include/asm/socket.h /usr/include/asm/sockios.h
1033
 
connection.o: /usr/include/signal.h /usr/include/bits/signum.h
1034
 
connection.o: /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h
1035
 
connection.o: /usr/include/bits/sigcontext.h /usr/include/asm/sigcontext.h
1036
 
connection.o: /usr/include/bits/sigstack.h /usr/include/setjmp.h
1037
 
connection.o: /usr/include/bits/setjmp.h /usr/include/netinet/in.h
1038
 
connection.o: /usr/include/stdint.h /usr/include/bits/wordsize.h
1039
 
connection.o: /usr/include/bits/in.h /usr/include/bits/byteswap.h
1040
 
connection.o: /usr/include/netinet/tcp.h /usr/include/sys/un.h
1041
 
connection.o: /usr/include/stdio.h /usr/include/libio.h
1042
 
connection.o: /usr/include/_G_config.h /usr/include/sys/uio.h
1043
 
connection.o: /usr/include/bits/uio.h ../include/osstruct.h ../include/os.h
1044
 
connection.o: ../include/misc.h /usr/X11R6/include/X11/Xosdefs.h
1045
 
connection.o: /usr/X11R6/include/X11/Xfuncs.h osdep.h ../include/opaque.h
1046
 
connection.o: ../include/dixstruct.h ../include/dix.h ../include/resource.h
1047
 
io.o: /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h
1048
 
io.o: /usr/include/gnu/stubs.h /usr/include/bits/types.h /usr/include/libio.h
1049
 
io.o: /usr/include/_G_config.h /usr/include/bits/stdio_lim.h
1050
 
io.o: /usr/include/getopt.h ../../include/audio/audio.h
1051
 
io.o: ../../include/audio/Amd.h ../../include/audio/Aproto.h
1052
 
io.o: ../../include/audio/Aos.h ../../include/audio/Aosdefs.h
1053
 
io.o: /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h
1054
 
io.o: /usr/include/bits/endian.h /usr/include/sys/select.h
1055
 
io.o: /usr/include/bits/select.h /usr/include/bits/sigset.h
1056
 
io.o: /usr/include/sys/sysmacros.h /usr/include/string.h /usr/include/fcntl.h
1057
 
io.o: /usr/include/bits/fcntl.h /usr/include/sys/stat.h
1058
 
io.o: /usr/include/bits/stat.h /usr/include/unistd.h
1059
 
io.o: /usr/include/bits/posix_opt.h /usr/include/bits/confname.h
1060
 
io.o: /usr/include/sys/time.h /usr/include/bits/time.h /usr/include/errno.h
1061
 
io.o: /usr/include/bits/errno.h /usr/include/linux/errno.h
1062
 
io.o: /usr/include/asm/errno.h /usr/include/sys/param.h /usr/include/limits.h
1063
 
io.o: /usr/include/bits/posix1_lim.h /usr/include/bits/local_lim.h
1064
 
io.o: /usr/include/linux/limits.h /usr/include/bits/posix2_lim.h
1065
 
io.o: /usr/include/bits/xopen_lim.h /usr/include/linux/param.h
1066
 
io.o: /usr/include/asm/param.h /usr/include/sys/uio.h /usr/include/bits/uio.h
1067
 
io.o: ../include/os.h ../include/misc.h /usr/X11R6/include/X11/Xosdefs.h
1068
 
io.o: /usr/X11R6/include/X11/Xfuncs.h osdep.h ../include/opaque.h
1069
 
io.o: ../include/dixstruct.h ../include/dix.h ../include/resource.h
1070
 
osinit.o: ../../include/NasConfig.h ../../include/audio/audio.h
1071
 
osinit.o: ../../include/audio/Amd.h ../../include/audio/Aproto.h
1072
 
osinit.o: ../include/os.h ../include/misc.h /usr/X11R6/include/X11/Xosdefs.h
1073
 
osinit.o: /usr/X11R6/include/X11/Xfuncs.h /usr/include/string.h
1074
 
osinit.o: /usr/include/features.h /usr/include/sys/cdefs.h
1075
 
osinit.o: /usr/include/gnu/stubs.h osdep.h /usr/include/limits.h
1076
 
osinit.o: /usr/include/bits/posix1_lim.h /usr/include/bits/local_lim.h
1077
 
osinit.o: /usr/include/linux/limits.h /usr/include/bits/posix2_lim.h
1078
 
osinit.o: /usr/include/bits/xopen_lim.h /usr/include/bits/stdio_lim.h
1079
 
osinit.o: /usr/include/stdio.h /usr/include/bits/types.h /usr/include/libio.h
1080
 
osinit.o: /usr/include/_G_config.h /usr/include/getopt.h
1081
 
osinit.o: ../../include/audio/Aos.h ../../include/audio/Aosdefs.h
1082
 
osinit.o: /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h
1083
 
osinit.o: /usr/include/bits/endian.h /usr/include/sys/select.h
1084
 
osinit.o: /usr/include/bits/select.h /usr/include/bits/sigset.h
1085
 
osinit.o: /usr/include/sys/sysmacros.h /usr/include/fcntl.h
1086
 
osinit.o: /usr/include/bits/fcntl.h /usr/include/sys/stat.h
1087
 
osinit.o: /usr/include/bits/stat.h /usr/include/unistd.h
1088
 
osinit.o: /usr/include/bits/posix_opt.h /usr/include/bits/confname.h
1089
 
osinit.o: /usr/include/sys/time.h /usr/include/bits/time.h
1090
 
osinit.o: /usr/include/sys/resource.h /usr/include/bits/resource.h
1091
 
utils.o: ../../include/audio/audio.h ../../include/audio/Amd.h
1092
 
utils.o: ../../include/audio/Aos.h ../../include/audio/Aosdefs.h
1093
 
utils.o: /usr/include/sys/types.h /usr/include/features.h
1094
 
utils.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
1095
 
utils.o: /usr/include/bits/types.h /usr/include/time.h /usr/include/endian.h
1096
 
utils.o: /usr/include/bits/endian.h /usr/include/sys/select.h
1097
 
utils.o: /usr/include/bits/select.h /usr/include/bits/sigset.h
1098
 
utils.o: /usr/include/sys/sysmacros.h /usr/include/string.h
1099
 
utils.o: /usr/include/fcntl.h /usr/include/bits/fcntl.h
1100
 
utils.o: /usr/include/sys/stat.h /usr/include/bits/stat.h
1101
 
utils.o: /usr/include/unistd.h /usr/include/bits/posix_opt.h
1102
 
utils.o: /usr/include/bits/confname.h /usr/include/getopt.h
1103
 
utils.o: /usr/include/sys/time.h /usr/include/bits/time.h
1104
 
utils.o: /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h
1105
 
utils.o: /usr/include/bits/stdio_lim.h /usr/include/stdlib.h
1106
 
utils.o: /usr/include/alloca.h ../../include/nasconf.h ../include/misc.h
1107
 
utils.o: /usr/X11R6/include/X11/Xosdefs.h ../include/os.h
1108
 
utils.o: /usr/X11R6/include/X11/Xfuncs.h ../include/opaque.h
1109
 
utils.o: ../../include/audio/release.h /usr/include/signal.h
1110
 
utils.o: /usr/include/bits/signum.h /usr/include/bits/siginfo.h
1111
 
utils.o: /usr/include/bits/sigaction.h /usr/include/bits/sigcontext.h
1112
 
utils.o: /usr/include/asm/sigcontext.h /usr/include/bits/sigstack.h
1113
 
utils.o: /usr/include/sys/resource.h /usr/include/bits/resource.h
1114
 
auth.o: ../../include/audio/audio.h ../../include/audio/Amd.h
1115
 
auth.o: /usr/X11R6/include/X11/Xauth.h /usr/X11R6/include/X11/Xfuncproto.h
1116
 
auth.o: /usr/X11R6/include/X11/Xfuncs.h /usr/X11R6/include/X11/Xosdefs.h
1117
 
auth.o: /usr/include/string.h /usr/include/features.h
1118
 
auth.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
1119
 
auth.o: /usr/include/stdio.h /usr/include/bits/types.h /usr/include/libio.h
1120
 
auth.o: /usr/include/_G_config.h /usr/include/bits/stdio_lim.h
1121
 
auth.o: /usr/include/getopt.h ../include/misc.h ../include/os.h
1122
 
mitauth.o: ../../include/audio/audio.h ../../include/audio/Amd.h
1123
 
mitauth.o: ../include/os.h ../include/misc.h /usr/X11R6/include/X11/Xosdefs.h
1124
 
mitauth.o: /usr/X11R6/include/X11/Xfuncs.h /usr/include/string.h
1125
 
mitauth.o: /usr/include/features.h /usr/include/sys/cdefs.h
1126
 
mitauth.o: /usr/include/gnu/stubs.h
1127
 
aulog.o: /usr/include/stdio.h /usr/include/features.h
1128
 
aulog.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
1129
 
aulog.o: /usr/include/bits/types.h /usr/include/libio.h
1130
 
aulog.o: /usr/include/_G_config.h /usr/include/bits/stdio_lim.h
1131
 
aulog.o: /usr/include/getopt.h aulog.h ../../include/NasConfig.h
1132
 
aulog.o: ../include/dixstruct.h ../../include/audio/audio.h
1133
 
aulog.o: ../../include/audio/Amd.h ../include/dix.h ../include/resource.h
1134
 
aulog.o: ../include/misc.h /usr/X11R6/include/X11/Xosdefs.h ../include/os.h
1135
 
aulog.o: /usr/include/string.h /usr/X11R6/include/X11/Xfuncs.h
1136
 
aulog.o: ../../include/globals.h ../../include/nasconf.h
1137
 
aulog.o: /usr/include/syslog.h /usr/include/sys/syslog.h
1138
 
daemon.o: /usr/include/stdio.h /usr/include/features.h
1139
 
daemon.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
1140
 
daemon.o: /usr/include/bits/types.h /usr/include/libio.h
1141
 
daemon.o: /usr/include/_G_config.h /usr/include/bits/stdio_lim.h
1142
 
daemon.o: /usr/include/getopt.h /usr/include/stdlib.h
1143
 
daemon.o: /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h
1144
 
daemon.o: /usr/include/bits/endian.h /usr/include/sys/select.h
1145
 
daemon.o: /usr/include/bits/select.h /usr/include/bits/sigset.h
1146
 
daemon.o: /usr/include/sys/sysmacros.h /usr/include/alloca.h
1147
 
daemon.o: /usr/include/fcntl.h /usr/include/bits/fcntl.h
1148
 
daemon.o: /usr/include/sys/stat.h /usr/include/bits/stat.h
1149
 
daemon.o: /usr/include/sys/ioctl.h /usr/include/bits/ioctls.h
1150
 
daemon.o: /usr/include/asm/ioctls.h /usr/include/asm/ioctl.h
1151
 
daemon.o: /usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h
1152
 
daemon.o: /usr/include/errno.h /usr/include/bits/errno.h
1153
 
daemon.o: /usr/include/linux/errno.h /usr/include/asm/errno.h ../include/os.h
1154
 
daemon.o: ../include/misc.h /usr/X11R6/include/X11/Xosdefs.h
1155
 
daemon.o: /usr/X11R6/include/X11/Xfuncs.h /usr/include/string.h
 
1379
WaitFor.o: WaitFor.c ../../include/audio/audio.h \
 
1380
  ../../include/audio/Amd.h ../../include/audio/Aproto.h \
 
1381
  ../../include/audio/Aos.h ../../include/audio/Aosdefs.h \
 
1382
  /usr/include/sys/types.h /usr/include/features.h \
 
1383
  /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \
 
1384
  /usr/include/bits/types.h /usr/include/bits/wordsize.h \
 
1385
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stddef.h \
 
1386
  /usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \
 
1387
  /usr/include/bits/endian.h /usr/include/sys/select.h \
 
1388
  /usr/include/bits/select.h /usr/include/bits/sigset.h \
 
1389
  /usr/include/bits/time.h /usr/include/sys/sysmacros.h \
 
1390
  /usr/include/string.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \
 
1391
  /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/unistd.h \
 
1392
  /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \
 
1393
  /usr/include/getopt.h /usr/include/sys/time.h /usr/include/errno.h \
 
1394
  /usr/include/bits/errno.h /usr/include/linux/errno.h \
 
1395
  /usr/include/asm/errno.h /usr/include/stdio.h /usr/include/libio.h \
 
1396
  /usr/include/_G_config.h /usr/include/wchar.h /usr/include/bits/wchar.h \
 
1397
  /usr/include/gconv.h \
 
1398
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stdarg.h \
 
1399
  /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
 
1400
  ../include/misc.h /usr/X11R6/include/X11/Xosdefs.h ../include/os.h \
 
1401
  /usr/X11R6/include/X11/Xfuncs.h /usr/include/sys/param.h \
 
1402
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/limits.h \
 
1403
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/syslimits.h \
 
1404
  /usr/include/limits.h /usr/include/bits/posix1_lim.h \
 
1405
  /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
 
1406
  /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
 
1407
  /usr/include/linux/param.h /usr/include/asm/param.h \
 
1408
  /usr/include/signal.h /usr/include/bits/signum.h \
 
1409
  /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \
 
1410
  /usr/include/bits/sigcontext.h /usr/include/asm/sigcontext.h \
 
1411
  /usr/include/bits/sigstack.h /usr/include/sys/ucontext.h osdep.h \
 
1412
  ../include/dixstruct.h ../include/dix.h ../include/resource.h \
 
1413
  ../include/opaque.h
 
1414
access.o: access.c ../../include/audio/audio.h ../../include/audio/Amd.h \
 
1415
  ../../include/audio/Aproto.h ../../include/audio/Aos.h \
 
1416
  ../../include/audio/Aosdefs.h /usr/include/sys/types.h \
 
1417
  /usr/include/features.h /usr/include/sys/cdefs.h \
 
1418
  /usr/include/gnu/stubs.h /usr/include/bits/types.h \
 
1419
  /usr/include/bits/wordsize.h \
 
1420
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stddef.h \
 
1421
  /usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \
 
1422
  /usr/include/bits/endian.h /usr/include/sys/select.h \
 
1423
  /usr/include/bits/select.h /usr/include/bits/sigset.h \
 
1424
  /usr/include/bits/time.h /usr/include/sys/sysmacros.h \
 
1425
  /usr/include/string.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \
 
1426
  /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/unistd.h \
 
1427
  /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \
 
1428
  /usr/include/getopt.h /usr/include/sys/time.h ../include/misc.h \
 
1429
  /usr/X11R6/include/X11/Xosdefs.h ../include/os.h \
 
1430
  /usr/X11R6/include/X11/Xfuncs.h ../include/site.h /usr/include/errno.h \
 
1431
  /usr/include/bits/errno.h /usr/include/linux/errno.h \
 
1432
  /usr/include/asm/errno.h /usr/include/sys/socket.h \
 
1433
  /usr/include/sys/uio.h /usr/include/bits/uio.h \
 
1434
  /usr/include/bits/socket.h \
 
1435
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/limits.h \
 
1436
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/syslimits.h \
 
1437
  /usr/include/limits.h /usr/include/bits/posix1_lim.h \
 
1438
  /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
 
1439
  /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
 
1440
  /usr/include/bits/stdio_lim.h /usr/include/bits/sockaddr.h \
 
1441
  /usr/include/asm/socket.h /usr/include/asm/sockios.h \
 
1442
  /usr/include/sys/ioctl.h /usr/include/bits/ioctls.h \
 
1443
  /usr/include/asm/ioctls.h /usr/include/asm/ioctl.h \
 
1444
  /usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \
 
1445
  /usr/X11R6/include/X11/Xauth.h /usr/X11R6/include/X11/Xfuncproto.h \
 
1446
  /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
 
1447
  /usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
 
1448
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stdarg.h \
 
1449
  /usr/include/bits/sys_errlist.h /usr/include/netinet/in.h \
 
1450
  /usr/include/stdint.h /usr/include/bits/in.h \
 
1451
  /usr/include/bits/byteswap.h /usr/include/sys/utsname.h \
 
1452
  /usr/include/bits/utsname.h /usr/include/net/if.h /usr/include/netdb.h \
 
1453
  /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \
 
1454
  ../include/dixstruct.h ../include/dix.h ../include/resource.h osdep.h \
 
1455
  /usr/include/sys/param.h /usr/include/linux/param.h \
 
1456
  /usr/include/asm/param.h
 
1457
connection.o: connection.c ../../include/nasconf.h \
 
1458
  ../../include/audio/audio.h ../../include/audio/Amd.h \
 
1459
  ../../include/audio/Aproto.h /usr/include/sys/param.h \
 
1460
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/limits.h \
 
1461
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/syslimits.h \
 
1462
  /usr/include/limits.h /usr/include/features.h /usr/include/sys/cdefs.h \
 
1463
  /usr/include/gnu/stubs.h /usr/include/bits/posix1_lim.h \
 
1464
  /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
 
1465
  /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
 
1466
  /usr/include/bits/stdio_lim.h /usr/include/linux/param.h \
 
1467
  /usr/include/asm/param.h /usr/include/sys/types.h \
 
1468
  /usr/include/bits/types.h /usr/include/bits/wordsize.h \
 
1469
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stddef.h \
 
1470
  /usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \
 
1471
  /usr/include/bits/endian.h /usr/include/sys/select.h \
 
1472
  /usr/include/bits/select.h /usr/include/bits/sigset.h \
 
1473
  /usr/include/bits/time.h /usr/include/sys/sysmacros.h \
 
1474
  /usr/include/errno.h /usr/include/bits/errno.h \
 
1475
  /usr/include/linux/errno.h /usr/include/asm/errno.h \
 
1476
  ../../include/audio/Aos.h ../../include/audio/Aosdefs.h \
 
1477
  /usr/include/string.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \
 
1478
  /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/unistd.h \
 
1479
  /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \
 
1480
  /usr/include/getopt.h /usr/include/sys/time.h /usr/include/sys/socket.h \
 
1481
  /usr/include/sys/uio.h /usr/include/bits/uio.h \
 
1482
  /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \
 
1483
  /usr/include/asm/socket.h /usr/include/asm/sockios.h \
 
1484
  /usr/include/signal.h /usr/include/bits/signum.h \
 
1485
  /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \
 
1486
  /usr/include/bits/sigcontext.h /usr/include/asm/sigcontext.h \
 
1487
  /usr/include/bits/sigstack.h /usr/include/sys/ucontext.h \
 
1488
  /usr/include/setjmp.h /usr/include/bits/setjmp.h \
 
1489
  /usr/include/netinet/in.h /usr/include/stdint.h \
 
1490
  /usr/include/bits/wchar.h /usr/include/bits/in.h \
 
1491
  /usr/include/bits/byteswap.h /usr/include/netinet/tcp.h \
 
1492
  /usr/include/sys/un.h /usr/include/stdio.h /usr/include/libio.h \
 
1493
  /usr/include/_G_config.h /usr/include/wchar.h /usr/include/gconv.h \
 
1494
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stdarg.h \
 
1495
  /usr/include/bits/sys_errlist.h ../include/os.h ../include/misc.h \
 
1496
  /usr/X11R6/include/X11/Xosdefs.h /usr/X11R6/include/X11/Xfuncs.h \
 
1497
  osdep.h ../include/opaque.h ../include/dixstruct.h ../include/dix.h \
 
1498
  ../include/resource.h
 
1499
io.o: io.c /usr/include/stdio.h /usr/include/features.h \
 
1500
  /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \
 
1501
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stddef.h \
 
1502
  /usr/include/bits/types.h /usr/include/bits/wordsize.h \
 
1503
  /usr/include/bits/typesizes.h /usr/include/libio.h \
 
1504
  /usr/include/_G_config.h /usr/include/wchar.h /usr/include/bits/wchar.h \
 
1505
  /usr/include/gconv.h \
 
1506
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stdarg.h \
 
1507
  /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
 
1508
  /usr/include/getopt.h ../../include/audio/audio.h \
 
1509
  ../../include/audio/Amd.h ../../include/audio/Aproto.h \
 
1510
  ../../include/audio/Aos.h ../../include/audio/Aosdefs.h \
 
1511
  /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
 
1512
  /usr/include/bits/endian.h /usr/include/sys/select.h \
 
1513
  /usr/include/bits/select.h /usr/include/bits/sigset.h \
 
1514
  /usr/include/bits/time.h /usr/include/sys/sysmacros.h \
 
1515
  /usr/include/string.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \
 
1516
  /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/unistd.h \
 
1517
  /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \
 
1518
  /usr/include/sys/time.h /usr/include/errno.h /usr/include/bits/errno.h \
 
1519
  /usr/include/linux/errno.h /usr/include/asm/errno.h \
 
1520
  /usr/include/sys/param.h \
 
1521
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/limits.h \
 
1522
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/syslimits.h \
 
1523
  /usr/include/limits.h /usr/include/bits/posix1_lim.h \
 
1524
  /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
 
1525
  /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
 
1526
  /usr/include/linux/param.h /usr/include/asm/param.h \
 
1527
  /usr/include/sys/uio.h /usr/include/bits/uio.h ../include/os.h \
 
1528
  ../include/misc.h /usr/X11R6/include/X11/Xosdefs.h \
 
1529
  /usr/X11R6/include/X11/Xfuncs.h osdep.h ../include/opaque.h \
 
1530
  ../include/dixstruct.h ../include/dix.h ../include/resource.h
 
1531
osinit.o: osinit.c ../../include/NasConfig.h ../../include/audio/audio.h \
 
1532
  ../../include/audio/Amd.h ../../include/audio/Aproto.h ../include/os.h \
 
1533
  ../include/misc.h /usr/X11R6/include/X11/Xosdefs.h \
 
1534
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stddef.h \
 
1535
  /usr/X11R6/include/X11/Xfuncs.h /usr/include/string.h \
 
1536
  /usr/include/features.h /usr/include/sys/cdefs.h \
 
1537
  /usr/include/gnu/stubs.h osdep.h \
 
1538
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/limits.h \
 
1539
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/syslimits.h \
 
1540
  /usr/include/limits.h /usr/include/bits/posix1_lim.h \
 
1541
  /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
 
1542
  /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
 
1543
  /usr/include/bits/stdio_lim.h /usr/include/sys/param.h \
 
1544
  /usr/include/linux/param.h /usr/include/asm/param.h \
 
1545
  /usr/include/sys/types.h /usr/include/bits/types.h \
 
1546
  /usr/include/bits/wordsize.h /usr/include/bits/typesizes.h \
 
1547
  /usr/include/time.h /usr/include/endian.h /usr/include/bits/endian.h \
 
1548
  /usr/include/sys/select.h /usr/include/bits/select.h \
 
1549
  /usr/include/bits/sigset.h /usr/include/bits/time.h \
 
1550
  /usr/include/sys/sysmacros.h /usr/include/stdio.h /usr/include/libio.h \
 
1551
  /usr/include/_G_config.h /usr/include/wchar.h /usr/include/bits/wchar.h \
 
1552
  /usr/include/gconv.h \
 
1553
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stdarg.h \
 
1554
  /usr/include/bits/sys_errlist.h /usr/include/getopt.h \
 
1555
  ../../include/audio/Aos.h ../../include/audio/Aosdefs.h \
 
1556
  /usr/include/fcntl.h /usr/include/bits/fcntl.h /usr/include/sys/stat.h \
 
1557
  /usr/include/bits/stat.h /usr/include/unistd.h \
 
1558
  /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \
 
1559
  /usr/include/sys/time.h /usr/include/sys/resource.h \
 
1560
  /usr/include/bits/resource.h
 
1561
utils.o: utils.c ../../include/audio/audio.h ../../include/audio/Amd.h \
 
1562
  ../../include/audio/Aos.h ../../include/audio/Aosdefs.h \
 
1563
  /usr/include/sys/types.h /usr/include/features.h \
 
1564
  /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \
 
1565
  /usr/include/bits/types.h /usr/include/bits/wordsize.h \
 
1566
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stddef.h \
 
1567
  /usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \
 
1568
  /usr/include/bits/endian.h /usr/include/sys/select.h \
 
1569
  /usr/include/bits/select.h /usr/include/bits/sigset.h \
 
1570
  /usr/include/bits/time.h /usr/include/sys/sysmacros.h \
 
1571
  /usr/include/string.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \
 
1572
  /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/unistd.h \
 
1573
  /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \
 
1574
  /usr/include/getopt.h /usr/include/sys/time.h /usr/include/stdio.h \
 
1575
  /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
 
1576
  /usr/include/bits/wchar.h /usr/include/gconv.h \
 
1577
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stdarg.h \
 
1578
  /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
 
1579
  /usr/include/stdlib.h /usr/include/bits/waitflags.h \
 
1580
  /usr/include/bits/waitstatus.h /usr/include/alloca.h \
 
1581
  ../../include/nasconf.h ../include/misc.h \
 
1582
  /usr/X11R6/include/X11/Xosdefs.h ../include/os.h \
 
1583
  /usr/X11R6/include/X11/Xfuncs.h ../include/opaque.h \
 
1584
  ../../include/audio/release.h /usr/include/signal.h \
 
1585
  /usr/include/bits/signum.h /usr/include/bits/siginfo.h \
 
1586
  /usr/include/bits/sigaction.h /usr/include/bits/sigcontext.h \
 
1587
  /usr/include/asm/sigcontext.h /usr/include/bits/sigstack.h \
 
1588
  /usr/include/sys/ucontext.h /usr/include/sys/resource.h \
 
1589
  /usr/include/bits/resource.h
 
1590
auth.o: auth.c ../../include/audio/audio.h ../../include/audio/Amd.h \
 
1591
  /usr/X11R6/include/X11/Xauth.h /usr/X11R6/include/X11/Xfuncproto.h \
 
1592
  /usr/X11R6/include/X11/Xfuncs.h /usr/X11R6/include/X11/Xosdefs.h \
 
1593
  /usr/include/string.h /usr/include/features.h /usr/include/sys/cdefs.h \
 
1594
  /usr/include/gnu/stubs.h \
 
1595
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stddef.h \
 
1596
  /usr/include/stdio.h /usr/include/bits/types.h \
 
1597
  /usr/include/bits/wordsize.h /usr/include/bits/typesizes.h \
 
1598
  /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
 
1599
  /usr/include/bits/wchar.h /usr/include/gconv.h \
 
1600
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stdarg.h \
 
1601
  /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
 
1602
  /usr/include/getopt.h ../include/misc.h ../include/os.h
 
1603
mitauth.o: mitauth.c ../../include/audio/audio.h \
 
1604
  ../../include/audio/Amd.h ../include/os.h ../include/misc.h \
 
1605
  /usr/X11R6/include/X11/Xosdefs.h \
 
1606
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stddef.h \
 
1607
  /usr/X11R6/include/X11/Xfuncs.h /usr/include/string.h \
 
1608
  /usr/include/features.h /usr/include/sys/cdefs.h \
 
1609
  /usr/include/gnu/stubs.h
 
1610
aulog.o: aulog.c /usr/include/stdio.h /usr/include/features.h \
 
1611
  /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \
 
1612
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stddef.h \
 
1613
  /usr/include/bits/types.h /usr/include/bits/wordsize.h \
 
1614
  /usr/include/bits/typesizes.h /usr/include/libio.h \
 
1615
  /usr/include/_G_config.h /usr/include/wchar.h /usr/include/bits/wchar.h \
 
1616
  /usr/include/gconv.h \
 
1617
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stdarg.h \
 
1618
  /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
 
1619
  /usr/include/getopt.h aulog.h ../../include/NasConfig.h \
 
1620
  ../include/misc.h /usr/X11R6/include/X11/Xosdefs.h ../include/os.h \
 
1621
  /usr/include/string.h /usr/X11R6/include/X11/Xfuncs.h \
 
1622
  ../include/dixstruct.h ../../include/audio/audio.h \
 
1623
  ../../include/audio/Amd.h ../include/dix.h ../include/resource.h \
 
1624
  ../../include/globals.h ../../include/nasconf.h /usr/include/syslog.h \
 
1625
  /usr/include/sys/syslog.h
 
1626
daemon.o: daemon.c /usr/include/stdio.h /usr/include/features.h \
 
1627
  /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \
 
1628
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stddef.h \
 
1629
  /usr/include/bits/types.h /usr/include/bits/wordsize.h \
 
1630
  /usr/include/bits/typesizes.h /usr/include/libio.h \
 
1631
  /usr/include/_G_config.h /usr/include/wchar.h /usr/include/bits/wchar.h \
 
1632
  /usr/include/gconv.h \
 
1633
  /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/include/stdarg.h \
 
1634
  /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
 
1635
  /usr/include/getopt.h /usr/include/stdlib.h \
 
1636
  /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
 
1637
  /usr/include/endian.h /usr/include/bits/endian.h \
 
1638
  /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \
 
1639
  /usr/include/bits/select.h /usr/include/bits/sigset.h \
 
1640
  /usr/include/bits/time.h /usr/include/sys/sysmacros.h \
 
1641
  /usr/include/alloca.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \
 
1642
  /usr/include/sys/stat.h /usr/include/bits/stat.h \
 
1643
  /usr/include/sys/ioctl.h /usr/include/bits/ioctls.h \
 
1644
  /usr/include/asm/ioctls.h /usr/include/asm/ioctl.h \
 
1645
  /usr/include/bits/ioctl-types.h /usr/include/sys/ttydefaults.h \
 
1646
  /usr/include/errno.h /usr/include/bits/errno.h \
 
1647
  /usr/include/linux/errno.h /usr/include/asm/errno.h ../include/os.h \
 
1648
  ../include/misc.h /usr/X11R6/include/X11/Xosdefs.h \
 
1649
  /usr/X11R6/include/X11/Xfuncs.h /usr/include/string.h