Makefile.in 277 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = rtutils.dll
IMPORTLIB = rtutils
IMPORTS   = kernel32

C_SRCS = \
10 11
	main.c \
	tracing.c
12 13 14 15

@MAKE_DLL_RULES@

@DEPENDENCIES@  # everything below this line is overwritten by make depend