]> git.gir.st - ttxd.git/blob - src/dvbtext-src/Makefile
initial code import
[ttxd.git] / src / dvbtext-src / Makefile
1 INCS=
2 CFLAGS= -Wall
3 CC=gcc
4
5 all: dvbtext
6
7 # Delete the following line if you are not using a
8 # "NEWSTRUCT" driver. If you are using a "NEWSTRUCT"
9 # driver, it must be later than October 10th 2002
10
11 NEWSTRUCT=1
12
13 ifdef NEWSTRUCT
14 CFLAGS += -DNEWSTRUCT
15 INCS += -I ../DVB/include
16 else
17 INCS += -I ../DVB/ost/include
18 endif
19
20 dvbtext: dvbtext.c tables.h
21 $(CC) $(CFLAGS) $(INCS) -o dvbtext dvbtext.c
22
23 clean:
24 rm -f *.o *~ dvbtext
Imprint / Impressum