File: Imakefile

package info (click to toggle)
xfree86 3.3.2.3-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 168,984 kB
  • ctags: 121,965
  • sloc: ansic: 1,157,712; sh: 14,822; asm: 14,676; tcl: 8,247; cpp: 4,317; yacc: 2,705; perl: 711; awk: 393; lex: 383; makefile: 353; sed: 57; csh: 5
file content (22 lines) | stat: -rw-r--r-- 589 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
XCOMM $XConsortium: Imakefile /main/8 1996/11/17 14:49:40 rws $

#include <Server.tmpl>

 DEFINES = ConnectionFlags $(RPC_DEFINES) \
                AllocateLocalDefines ServerOSDefines $(SIGNAL_DEFINES)
INCLUDES = -I../include -I$(TOP)/include -I$(EXTINCSRC) \
           -I../../../include/extensions

    SRCS = connection.c io.c WaitFor.c osinit.c

    OBJS = connection.o io.o WaitFor.o osinit.o
 
NormalLibraryObjectRule()
NormalLibraryTarget(os,$(OBJS))
LintLibraryTarget(os,$(SRCS))
NormalLintTarget($(SRCS))

SpecialCObjectRule(io,$(ICONFIGFILES),$(EXT_DEFINES))

DependTarget()