# Makefile for linuxtv.org dvb-apps/util/gnutv objects = gnutv_ca.o \ gnutv_dvb.o \ gnutv_data.o binaries = gnutv inst_bin = $(binaries) CPPFLAGS += -I../../lib LDFLAGS += -L../../lib/libdvbapi -L../../lib/libdvbcfg -L../../lib/libdvbsec -L../../lib/libdvben50221 -L../../lib/libucsi LDLIBS += -ldvbcfg -ldvben50221 -lucsi -ldvbsec -ldvbapi -lpthread .PHONY: all all: $(binaries) $(binaries): $(objects) include ../../Make.rules index : lcd4linux.git
lcd4linuxJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/drv_picoLCD.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-14strftime_tz patch from Bernhard Wallemichael1-0/+11
2008-09-08strftime_tz() plugin by Bernhard Wallemichael1-0/+25
2008-09-03ULA200 driver by Bernhard Wallemichael7-2/+825
2008-09-03indentmichael1-4/+4
2008-08-31Increased the maximum bps to 230400, if defined in <termios.h>.sonic741-2/+7
2008-08-27git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@889 3ae390bd-cb1e-0410-...sonic741-18/+11
2008-08-27D4D updates by Svenmichael1-38/+60
2008-08-03driver for 4D Systems serial displays by Sven Killigmichael9-45/+846
2008-08-03signed/unsigned mismatchmichael1-3/+3
2008-07-26added command functionsmichux1-2/+130
2008-07-15added IRLCD driver by Jean-Philippe Civademichael10-5/+467
2008-07-15'autoreconf -f -i' run & config.rpath addedmichael8-370/+1617