blob: 67cc6d83ffa186f315d3a2e36d54393cab26ce4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
XCOMM $XConsortium: Imakefile,v 1.4 95/04/07 19:42:59 kaleb Exp $
#include <Server.tmpl>
EXTRA_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 access.c
OBJS = connection.o io.o WaitFor.o osinit.o access.o
NormalLibraryObjectRule()
NormalLibraryTarget(os,$(OBJS))
LintLibraryTarget(os,$(SRCS))
NormalLintTarget($(SRCS))
DependTarget()
|