# Makefile for linuxtv.org dvb-apps/lib/libucsi includes = crc32.h \ descriptor.h \ endianops.h \ section.h \ section_buf.h \ transport_packet.h \ types.h objects = crc32.o \ section_buf.o \ transport_packet.o lib_name = libucsi CPPFLAGS += -I../../lib .PHONY: all all: library include atsc/Makefile include dvb/Makefile include mpeg/Makefile .PHONY: $(sub-install) install:: $(sub-install) $(sub-install): $(MAKE) -C $@ install include ../../Make.rules lcd4linuxJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.lsm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-04fixed autoconfmichux2-0/+3
2008-04-04update autoconfmichux5-2392/+438
2008-04-04Add asterisk plugin, thanks to mcarey@yostengineering.commichux3-1/+197
2008-04-03fix typo, close #114michux1-1/+1
2008-04-03update charset for Crystalfontz Model 632 and 634michux2-3/+87
2008-03-05improve error messagesmichux1-7/+13
2008-03-03reformat plugin_mpd - use c style commentsmichux1-8/+8
2008-03-03correct code format (indent)michux1-2/+2
2008-03-03correct code format (indent)michux5-184/+185