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