Sweden-Number/programs/services/Makefile.in

20 lines
360 B
Makefile
Raw Normal View History

2008-03-15 09:49:42 +01:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = services.exe
APPMODE = -mconsole
IMPORTS = kernel32
2008-03-28 17:56:00 +01:00
IMPORTS = rpcrt4 advapi32 kernel32 ntdll
2008-03-15 09:49:42 +01:00
C_SRCS = \
2008-03-28 17:56:00 +01:00
rpc.c \
services.c \
utils.c
2008-03-15 09:49:42 +01:00
2008-03-28 17:56:00 +01:00
IDL_S_SRCS = svcctl.idl
2008-03-15 09:49:42 +01:00
@MAKE_PROG_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend