Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbejy@wpi.edu>
[wine/multimedia.git] / programs / avitools / Makefile.in
blobecf72383e5e0b3b4e7d50b3a7a13342badad34df
1 DEFS = -DWINELIB
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
7 PROGRAMS = icinfo aviinfo aviplay
8 ALL_LIBS = $(WINELIB) $(X_LIBS) $(XLIB) $(LIBS)
9 RCFLAGS = -w32 -h
10 WRCEXTRA = -A -p $*
12 LANGUAGES =
13 LICENSELANG =
15 MOSTSRCS = \
16 icinfo.c \
17 aviinfo.c \
18 aviinfo.c
20 MOSTOBJS = $(MOSTSRCS:.c=.o)
22 all: check_wrc $(PROGRAMS)
24 depend::
26 @MAKE_RULES@
28 # Override resource compiler rules
29 icinfo: icinfo.o
30 $(CC) -o icinfo icinfo.o $(LDOPTIONS) $(ALL_LIBS)
32 aviinfo: aviinfo.o
33 $(CC) -o aviinfo aviinfo.o $(LDOPTIONS) $(ALL_LIBS)
34 aviplay: aviplay.o
35 $(CC) -o aviplay aviplay.o $(LDOPTIONS) $(ALL_LIBS)
37 install: dummy
38 $(INSTALL_PROGRAM) icinfo $(bindir)/icinfo
39 $(INSTALL_PROGRAM) aviinfo $(bindir)/aviinfo
40 $(INSTALL_PROGRAM) aviplay $(bindir)/aviplay
42 uninstall: dummy
43 $(RM) $(bindir)/aviinfo $(bindir)/icinfo $(bindir)/aviplay
45 dummy:
47 ### Dependencies: