Release 20000326.
[wine/gsoc-2012-control.git] / programs / control / Makefile.in
blob603c269cdf4273dd130f61cba4cb7a804bc8a6e8
1 DEFS = -DWINELIB
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
7 PROGRAMS = control
8 ALL_LIBS = $(WINELIB) $(X_LIBS) $(XLIB) $(LIBS)
10 C_SRCS = control.c
12 SPEC_SRCS = control.spec
14 all: check_winestub $(PROGRAMS)
16 @MAKE_RULES@
18 control: $(OBJS)
19 $(CC) -o control $(OBJS) $(LDOPTIONS) $(ALL_LIBS)
21 install::
22 $(INSTALL_PROGRAM) control $(bindir)/control
24 uninstall::
25 $(RM) $(bindir)/control
27 ### Dependencies: