21 lines
378 B
Makefile
21 lines
378 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = rpcss.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = rpcrt4 kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
epmap_server.c \
|
|
irotp.c \
|
|
np_server.c \
|
|
rpcss_main.c
|
|
|
|
IDL_S_SRCS = \
|
|
irot.idl
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|