22 lines
353 B
Makefile
22 lines
353 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winecrt0
|
|
|
|
C_SRCS = \
|
|
delay_load.c \
|
|
dll_entry.c \
|
|
dll_main.c \
|
|
drv_entry.c \
|
|
exe_entry.c \
|
|
exe_main.c \
|
|
exe_wentry.c \
|
|
exe_wmain.c \
|
|
init.c \
|
|
stub.c
|
|
|
|
@MAKE_IMPLIB_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|