blob: 5157bf003aac20a736b5042f8703ec600b5914f0 [file] [log] [blame]
Alexandre Julliarda0b2b1d1997-11-16 17:38:29 +00001DEFS = @DLLFLAGS@ -D__WINE__
Alexandre Julliardbf9130a1996-10-13 17:45:47 +00002TOPSRCDIR = @top_srcdir@
3TOPOBJDIR = ..
4SRCDIR = @srcdir@
5VPATH = @srcdir@
6MODULE = memory
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00007
Alexandre Julliardff8331e1995-09-18 11:19:54 +00008C_SRCS = \
Alexandre Julliard808cb041995-08-17 17:11:36 +00009 atom.c \
Alexandre Julliardc7c217b1998-04-13 12:21:30 +000010 environ.c \
Alexandre Julliard808cb041995-08-17 17:11:36 +000011 global.c \
Alexandre Julliard329f0681996-04-14 13:21:20 +000012 heap.c \
Alexandre Julliard808cb041995-08-17 17:11:36 +000013 ldt.c \
14 local.c \
Alexandre Julliardd90840e1996-06-11 16:02:08 +000015 selector.c \
Alexandre Julliard21979011997-03-05 08:22:35 +000016 string.c \
17 virtual.c
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018
19all: $(MODULE).o
20
Alexandre Julliardff8331e1995-09-18 11:19:54 +000021@MAKE_RULES@
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000022
23### Dependencies: