blob: 7ba75d15ab8afafa6cd3014f43e592dca3e32a1c (
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.5 95/05/17 18:25:37 dpw 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()
|