| DEFS = -DWINELIB |
| TOPSRCDIR = @top_srcdir@ |
| TOPOBJDIR = ../.. |
| SRCDIR = @srcdir@ |
| VPATH = @srcdir@ |
| MODULE = none |
| PROGRAMS = icinfo aviinfo aviplay |
| IMPORTS = msvfw32 winmm ddraw x11drv |
| |
| SPEC_SRCS = \ |
| icinfo.spec \ |
| aviinfo.spec \ |
| aviplay.spec |
| |
| all: check_wrc $(PROGRAMS) |
| |
| @MAKE_RULES@ |
| |
| icinfo: icinfo.o icinfo.spec.o |
| $(CC) -o icinfo icinfo.o icinfo.spec.o $(DLL_LINK) $(LIBS) |
| |
| aviinfo: aviinfo.o aviinfo.spec.o |
| $(CC) -o aviinfo aviinfo.o aviinfo.spec.o $(DLL_LINK) $(LIBS) |
| |
| aviplay: aviplay.o aviplay.spec.o |
| $(CC) -o aviplay aviplay.o aviplay.spec.o $(DLL_LINK) $(LIBS) |
| |
| install:: |
| $(INSTALL_PROGRAM) icinfo $(bindir)/icinfo |
| $(INSTALL_PROGRAM) aviinfo $(bindir)/aviinfo |
| $(INSTALL_PROGRAM) aviplay $(bindir)/aviplay |
| |
| uninstall:: |
| $(RM) $(bindir)/aviinfo $(bindir)/icinfo $(bindir)/aviplay |
| |
| ### Dependencies: |