makefiles: Look in the extra targets for dependencies.
[wine.git] / programs / winetest / Makefile.in
blob2719a24ec27de10b303ba85085a3a098e5ad14f8
1 MODULE = winetest.exe
2 APPMODE = -mconsole
3 IMPORTS = uuid comctl32 version user32 gdi32 advapi32 wsock32
4 DELAYIMPORTS = ole32
6 C_SRCS = \
7 gui.c \
8 main.c \
9 send.c \
10 util.c
12 RC_SRCS = \
13 winetest.rc
15 SVG_SRCS = winetest.svg
17 EXTRA_OBJS = build.res
19 EXTRA_TARGETS = build.nfo
21 INSTALL_LIB = none
23 build.rc: dummy
24 build="STRINGTABLE { 1 \"`GIT_DIR=$(top_srcdir)/.git git rev-parse HEAD 2>/dev/null`\" }" && (echo $$build | cmp -s - $@) || echo $$build >$@ || (rm -f $@ && exit 1)
26 build.nfo:
27 -$(CC) -v 2>$@
29 dummy:
30 .PHONY: dummy