Adapted to CreateSystemTimer interface change.
[wine] / programs / winver / Makefile.in
1 DEFS      = -DWINELIB
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = none
7 PROGRAMS  = winver
8 ALL_LIBS  = $(WINELIB) $(X_LIBS) $(XLIB) $(LIBS)
9 RCFLAGS   = -w32 -h
10 WRCEXTRA  = -A -p $*
11
12 C_SRCS = winver.c
13
14 all: check_wrc $(PROGRAMS)
15
16 @MAKE_RULES@
17
18 winver: $(OBJS)
19         $(CC) -o winver $(OBJS) $(LDOPTIONS) $(ALL_LIBS)
20
21 install: dummy
22         $(INSTALL_PROGRAM) winver $(bindir)/winver
23
24 uninstall: dummy
25         $(RM) $(bindir)/winver
26
27 dummy:
28
29 ### Dependencies: