aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libdvben50221/Makefile
blob: 797ea2a37493a87a83050be2cc27ffee05be3876 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Makefile for linuxtv.org dvb-apps/lib/libdvben50221

includes = asn_1.h                 \
           en50221_app_ai.h        \
           en50221_app_auth.h      \
           en50221_app_ca.h        \
           en50221_app_datetime.h  \
           en50221_app_dvb.h       \
           en50221_app_epg.h       \
           en50221_app_lowspeed.h  \
           en50221_app_mmi.h       \
           en50221_app_rm.h        \
           en50221_app_smartcard.h \
           en50221_app_tags.h      \
           en50221_app_teletext.h  \
           en50221_app_utils.h     \
           en50221_errno.h         \
           en50221_session.h       \
           en50221_stdcam.h        \
           en50221_transport.h

objects  = asn_1.o                 \
           en50221_app_ai.o        \
           en50221_app_auth.o      \
           en50221_app_ca.o        \
           en50221_app_datetime.o  \
           en50221_app_dvb.o       \
           en50221_app_epg.o       \
           en50221_app_lowspeed.o  \
           en50221_app_mmi.o       \
           en50221_app_rm.o        \
           en50221_app_smartcard.o \
           en50221_app_teletext.o  \
           en50221_app_utils.o     \
           en50221_session.o       \
           en50221_stdcam.o        \
           en50221_stdcam_hlci.o   \
           en50221_stdcam_llci.o   \
           en50221_transport.o

lib_name = libdvben50221

CPPFLAGS += -I../../lib -DLOG_LEVEL=1 # FIXME

.PHONY: all

all: library

include ../../Make.rules
an>/+347 SimpleLCD driver added git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@515 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2005-02-24[lcd4linux @ 2005-02-24 06:51:40 by reinelt]reinelt1-4/+5 LCD-Linux driver GOTO_COST corrected git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@514 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2005-01-30[lcd4linux @ 2005-01-30 06:43:22 by reinelt]reinelt4-69/+95 driver for LCD-Linux finished git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@513 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2005-01-29[lcd4linux @ 2005-01-29 09:30:56 by reinelt]reinelt1-8/+11 minor HD44780 cleanups git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@512 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2005-01-22[lcd4linux @ 2005-01-22 22:57:57 by reinelt]reinelt9-47/+382 LCD-Linux driver added git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@511 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2005-01-22[lcd4linux @ 2005-01-22 12:44:41 by reinelt]reinelt1-3/+6 MatrixOrbital backlight micro-fix git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@510 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2005-01-18[lcd4linux @ 2005-01-18 06:30:21 by reinelt]reinelt89-261/+603 added (C) to all copyright statements git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@509 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2005-01-17[lcd4linux @ 2005-01-17 06:38:48 by reinelt]reinelt1-1/+6 info about backlight and brightness git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@508 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2005-01-17[lcd4linux @ 2005-01-17 06:29:24 by reinelt]reinelt3-33/+85 added software-controlled backlight support to HD44780 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@507 3ae390bd-cb1e-0410-b409-cd5a39f66f1f