Fixed warning.
[wine.git] / programs / regtest / Makefile.in
blobc129fee1936e7a24f51964736d52ae152675b012
1 DEFS = -DWINELIB
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
7 PROGRAMS = regtest
9 C_SRCS = regtest.c
11 SPEC_SRCS = regtest.spec
13 all: $(PROGRAMS)
15 @MAKE_RULES@
17 regtest: $(OBJS)
18 $(CC) -o regtest $(OBJS) $(DLL_LINK) $(LIBS)
20 install::
21 $(INSTALL_PROGRAM) regtest $(bindir)/regtest
23 uninstall::
24 $(RM) $(bindir)/regtest
26 ### Dependencies: