2002-12-02 21:17:04 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = rpcss.exe
|
2004-03-02 21:00:00 +00:00
|
|
|
APPMODE = -mconsole
|
2007-09-10 15:10:45 +00:00
|
|
|
IMPORTS = rpcrt4 kernel32 ntdll
|
2002-12-02 21:17:04 +00:00
|
|
|
|
|
|
|
C_SRCS = \
|
2008-06-25 17:26:48 +00:00
|
|
|
epmp.c \
|
2008-06-25 17:27:03 +00:00
|
|
|
irotp.c \
|
|
|
|
rpcss_main.c
|
2002-12-02 21:17:04 +00:00
|
|
|
|
2007-09-10 15:10:45 +00:00
|
|
|
IDL_S_SRCS = \
|
2008-06-25 17:26:48 +00:00
|
|
|
epm.idl \
|
2007-09-10 15:10:45 +00:00
|
|
|
irot.idl
|
|
|
|
|
2002-12-02 21:17:04 +00:00
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|