Generate proxy makefiles in output tree.
[reactos.git] / reactos / lib / ws2_32 / tests / Makefile
1 PATH_TO_TOP = ../../..
2
3 TARGET_TYPE = test
4
5 TARGET_NAME = regtests
6
7 TARGET_LIBPATH = .
8
9 TARGET_CFLAGS = -I$(REGTESTS_PATH_INC)
10
11 TARGET_LIBS = ../ws2_32.a
12
13 -include Makefile.tests
14
15 TARGET_OBJECTS = \
16 setup.o \
17 $(addprefix tests/, $(TESTS))
18
19 include $(PATH_TO_TOP)/rules.mak
20
21 include $(TOOLS_PATH)/helper.mk