blob: 969b33c73d7ffb5175b686b8ae21a4359f88222f [file] [log] [blame]
Dimitrie O. Paun8b366812003-01-04 00:52:18 +00001DEFS = -D__WINESRC__
Alexandre Julliard642d3131998-07-12 19:29:36 +00002TOPSRCDIR = @top_srcdir@
3TOPOBJDIR = ..
4SRCDIR = @srcdir@
5VPATH = @srcdir@
Alexandre Julliard2fe57772000-01-25 01:40:27 +00006MODULE = none
Alexandre Julliard642d3131998-07-12 19:29:36 +00007
8C_SRCS = \
Mike McCormack1eac1912000-11-13 19:27:21 +00009 async.c \
Alexandre Julliardb849d792000-02-13 13:56:13 +000010 atom.c \
Alexandre Julliard63cb0f81998-12-31 15:43:48 +000011 change.c \
Alexandre Julliardbfce1512003-12-10 04:08:06 +000012 class.c \
Ulrich Czekallab2df5f92003-06-23 23:02:02 +000013 clipboard.c \
Alexandre Julliardaa0ebd01998-12-30 12:06:45 +000014 console.c \
Alexandre Julliard3e2517c2000-01-20 18:59:03 +000015 context_i386.c \
Marcus Meissner9fc17ee2002-08-17 01:19:06 +000016 context_powerpc.c \
Ulrich Weigandafd6a4b2000-06-04 01:48:05 +000017 context_sparc.c \
Alexandre Julliarde712e071999-05-23 19:53:30 +000018 debugger.c \
Alexandre Julliardd30dfd21998-09-27 18:28:36 +000019 event.c \
Alexandre Julliard863637b2003-01-30 00:26:44 +000020 fd.c \
Alexandre Julliard338e7571998-12-27 15:28:54 +000021 file.c \
Alexandre Julliard43c190e1999-05-15 10:48:19 +000022 handle.c \
Alexandre Julliard02861352002-10-29 00:41:42 +000023 hook.c \
Alexandre Julliard2fe57772000-01-25 01:40:27 +000024 main.c \
Alexandre Julliarda8b8d9c1999-01-01 16:59:27 +000025 mapping.c \
Alexandre Julliardd30dfd21998-09-27 18:28:36 +000026 mutex.c \
Mike McCormackde7c3002001-07-10 19:16:49 +000027 named_pipe.c \
Alexandre Julliard642d3131998-07-12 19:29:36 +000028 object.c \
29 process.c \
Alexandre Julliard578c1001999-11-14 21:23:21 +000030 ptrace.c \
Alexandre Julliardc5e433a2000-05-30 19:48:18 +000031 queue.c \
Alexandre Julliarde8d86b72004-06-23 20:44:58 +000032 region.c \
Alexandre Julliardd7e85d61999-11-23 19:39:11 +000033 registry.c \
Alexandre Julliard767e6f61998-08-09 12:47:43 +000034 request.c \
Alexandre Julliardd30dfd21998-09-27 18:28:36 +000035 semaphore.c \
Mike McCormack44b5bf52000-09-07 18:39:51 +000036 serial.c \
Alexandre Julliard9037f4b2003-03-26 01:32:18 +000037 signal.c \
Alexandre Julliardd7e85d61999-11-23 19:39:11 +000038 snapshot.c \
Ove Kaaven019211f1999-10-13 16:05:37 +000039 sock.c \
Alexandre Julliard767e6f61998-08-09 12:47:43 +000040 thread.c \
Alexandre Julliardad47a301999-11-29 01:58:35 +000041 timer.c \
Mike McCormack36cd6f52003-07-24 00:07:00 +000042 token.c \
Alexandre Julliardd16319c1999-11-25 21:30:24 +000043 trace.c \
Alexandre Julliard1a66d222001-08-28 18:44:52 +000044 unicode.c \
45 user.c \
46 window.c
Alexandre Julliard642d3131998-07-12 19:29:36 +000047
Alexandre Julliard642d3131998-07-12 19:29:36 +000048PROGRAMS = wineserver
49
Alexandre Julliard2fe57772000-01-25 01:40:27 +000050all: $(PROGRAMS)
Alexandre Julliard642d3131998-07-12 19:29:36 +000051
52@MAKE_RULES@
53
Alexandre Julliard2fe57772000-01-25 01:40:27 +000054wineserver: $(OBJS)
Alexandre Julliard15566392003-06-13 23:26:01 +000055 $(CC) -o $(PROGRAMS) $(OBJS) $(LIBWINE) $(LIBUNICODE) $(LIBPORT) $(LDFLAGS) $(LIBS)
Alexandre Julliard642d3131998-07-12 19:29:36 +000056
Alexandre Julliard2f158c22000-06-14 21:45:38 +000057install:: $(PROGRAMS)
Alexandre Julliardce830a92002-05-09 04:31:39 +000058 $(MKINSTALLDIRS) $(bindir)
Alexandre Julliard2f158c22000-06-14 21:45:38 +000059 $(INSTALL_PROGRAM) wineserver $(bindir)/wineserver
60
61uninstall::
62 $(RM) $(bindir)/wineserver
63
Alexandre Julliard642d3131998-07-12 19:29:36 +000064### Dependencies: