DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
[wine/gsoc-2012-control.git] / programs / osversioncheck / Makefile.in
blob29f28ccc5e0ed432933af1f61dedab36ac506d87
1 DEFS = -DWINELIB
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
7 PROGRAMS = osversioncheck
8 ALL_LIBS = $(WINELIB) $(X_LIBS) $(XLIB) $(LIBS)
10 C_SRCS = osversioncheck.c
12 SPEC_SRCS = osversioncheck.spec
14 all: $(PROGRAMS)
16 @MAKE_RULES@
18 #this line is needed to prevent winestub.o being linked
19 WINESTUB =
21 osversioncheck: $(OBJS)
22 $(CC) -o osversioncheck $(OBJS) $(LDOPTIONS) $(ALL_LIBS)
24 install::
25 $(INSTALL_PROGRAM) osversioncheck $(bindir)/osversioncheck
27 uninstall::
28 $(RM) $(bindir)/osversioncheck
30 ### Dependencies: