summaryrefslogtreecommitdiffstats
path: root/lib/libdvbapi/Makefile
blob: 0ed96ecb6bc8c9b20717a9cfb17ccb8644795024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Makefile for linuxtv.org dvb-apps/lib/libdvbapi

includes = dvbaudio.h \
           dvbca.h    \
           dvbdemux.h \
           dvbfe.h    \
           dvbnet.h   \
           dvbvideo.h

objects  = dvbaudio.o \
           dvbca.o    \
           dvbdemux.o \
           dvbfe.o    \
           dvbnet.o   \
           dvbvideo.o

lib_name = libdvbapi

CPPFLAGS += -I../../lib

.PHONY: all

all: library

include ../../Make.rules
class='logheader'>2010-11-28commented, corrected and beautified both timer and timer group codemzuther11-197/+511 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1136 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2010-11-27finished commenting the timer codemzuther2-46/+138 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1135 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2010-11-20started commenting the timer codemzuther5-52/+170 I'm not done yet, but my system is currently very unstable, and I don't want the changes to get lost... :( git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1134 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2010-11-19Added brightness support for GLCD2USBharbaum5-28/+8014 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1133 3ae390bd-cb1e-0410-b409-cd5a39f66f1f