projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
rpcss: Implement endpoint-mapper server using DCE/RPC.
[wine]
/
programs
/
rpcss
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = rpcss.exe
6
APPMODE = -mconsole
7
IMPORTS = rpcrt4 kernel32 ntdll
8
9
C_SRCS = \
10
epmap_server.c \
11
epmp.c \
12
irotp.c \
13
np_server.c \
14
rpcss_main.c
15
16
IDL_S_SRCS = \
17
epm.idl \
18
irot.idl
19
20
@MAKE_PROG_RULES@
21
22
@DEPENDENCIES@ # everything below this line is overwritten by make depend