wine/relay32/Makefile.in
Alexandre Julliard e482eebf2f Split the build program in several files.
Renamed it 'winebuild' to avoid possible conflicts.
Cleaned up command-line parsing.
Make it understand -fPIC instead of -pic.
Merged call16.s and call32.s generated files.
2000-06-23 20:15:35 +00:00

20 lines
264 B
Makefile

DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = relay32
C_SRCS = \
builtin32.c \
relay386.c \
snoop.c \
utthunk.c \
wowthunk.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies: