Background of SS_SIMPLE static control is not filled (unless it has
[wine/hacks.git] / programs / avitools / Makefile.in
blob9cce6bfd2ed3584d51273165414c83feb67c506d
1 DEFS = -DWINELIB
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
7 PROGRAMS = icinfo aviinfo aviplay
8 IMPORTS = msvfw32 winmm ddraw x11drv
10 SPEC_SRCS = \
11 icinfo.spec \
12 aviinfo.spec \
13 aviplay.spec
15 all: check_wrc $(PROGRAMS)
17 @MAKE_RULES@
19 icinfo: icinfo.o icinfo.spec.o
20 $(CC) -o icinfo icinfo.o icinfo.spec.o $(DLL_LINK) $(LIBS)
22 aviinfo: aviinfo.o aviinfo.spec.o
23 $(CC) -o aviinfo aviinfo.o aviinfo.spec.o $(DLL_LINK) $(LIBS)
25 aviplay: aviplay.o aviplay.spec.o
26 $(CC) -o aviplay aviplay.o aviplay.spec.o $(DLL_LINK) $(LIBS)
28 install::
29 $(INSTALL_PROGRAM) icinfo $(bindir)/icinfo
30 $(INSTALL_PROGRAM) aviinfo $(bindir)/aviinfo
31 $(INSTALL_PROGRAM) aviplay $(bindir)/aviplay
33 uninstall::
34 $(RM) $(bindir)/aviinfo $(bindir)/icinfo $(bindir)/aviplay
36 ### Dependencies: