comparison src/Makefile @ 150:036ae90f1b01

EXPERIMENTAL: Add channel scan script. require: epgdump, XML::Simple
author Naoya OYAMA <naoya.oyama@gmail.com>
date Fri, 31 Aug 2012 05:12:44 +0900
parents 4e39ce051c57
children 7d8a5bb874ad
comparison
equal deleted inserted replaced
149:a9f60d56d673 150:036ae90f1b01
96 install: $(PROG) $(PROG2) $(PROG3) 96 install: $(PROG) $(PROG2) $(PROG3)
97 $(INSTALL) -d $(bindir) 97 $(INSTALL) -d $(bindir)
98 $(INSTALL) $(PROG) $(bindir) 98 $(INSTALL) $(PROG) $(bindir)
99 $(INSTALL) $(PROG2) $(bindir) 99 $(INSTALL) $(PROG2) $(bindir)
100 $(INSTALL) $(PROG3) $(bindir) 100 $(INSTALL) $(PROG3) $(bindir)
101 $(INSTALL) channelscan_pt1.sh $(bindir)
102 $(INSTALL) epgdump_xml_parse.pl $(bindir)
101 $(STRIP) $(INSTALLSTRIP) $(bindir)/$(PROG) 103 $(STRIP) $(INSTALLSTRIP) $(bindir)/$(PROG)
102 $(STRIP) $(INSTALLSTRIP) $(bindir)/$(PROG2) 104 $(STRIP) $(INSTALLSTRIP) $(bindir)/$(PROG2)
103 $(STRIP) $(INSTALLSTRIP) $(bindir)/$(PROG3) 105 $(STRIP) $(INSTALLSTRIP) $(bindir)/$(PROG3)
104 106
105 depend: 107 depend: