mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 12:06:32 +00:00
16 lines
322 B
Makefile
16 lines
322 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = rpcss.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = \
|
|
epmap_server.c \
|
|
np_server.c \
|
|
rpcss_main.c
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|