Made server launching somewhat cleaner and faster.
[wine/multimedia.git] / programs / avitools / Makefile.in
blob94199d792487b5c1acf9eeeeddb1b24287849c60
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 WRCEXTRA = -s -p $*
11 SPEC_SRCS = \
12 icinfo.spec \
13 aviinfo.spec \
14 aviplay.spec
16 all: check_wrc check_winestub $(PROGRAMS)
18 @MAKE_RULES@
20 icinfo: icinfo.o icinfo.spec.o
21 $(CC) -o icinfo icinfo.o icinfo.spec.o $(LDOPTIONS) $(ALL_LIBS)
23 aviinfo: aviinfo.o aviinfo.spec.o
24 $(CC) -o aviinfo aviinfo.o aviinfo.spec.o $(LDOPTIONS) $(ALL_LIBS)
26 aviplay: aviplay.o aviplay.spec.o
27 $(CC) -o aviplay aviplay.o aviplay.spec.o $(LDOPTIONS) $(ALL_LIBS)
29 install::
30 $(INSTALL_PROGRAM) icinfo $(bindir)/icinfo
31 $(INSTALL_PROGRAM) aviinfo $(bindir)/aviinfo
32 $(INSTALL_PROGRAM) aviplay $(bindir)/aviplay
34 uninstall::
35 $(RM) $(bindir)/aviinfo $(bindir)/icinfo $(bindir)/aviplay
37 ### Dependencies: