Improved Winelib apps initialisation code. No longer need to link
[wine.git] / programs / winver / Makefile.in
blobb8b3446888164f78f4891178a95b8824ee8410b0
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)
10 C_SRCS = winver.c
12 SPEC_SRCS = winver.spec
14 all: $(PROGRAMS)
16 @MAKE_RULES@
18 winver: $(OBJS)
19 $(CC) -o winver $(OBJS) $(LDOPTIONS) $(ALL_LIBS)
21 install::
22 $(INSTALL_PROGRAM) winver $(bindir)/winver
24 uninstall::
25 $(RM) $(bindir)/winver
27 ### Dependencies: