diff options
Diffstat (limited to 'libsi/Makefile')
-rw-r--r-- | libsi/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/libsi/Makefile b/libsi/Makefile index cc387aee..613fbeee 100644 --- a/libsi/Makefile +++ b/libsi/Makefile @@ -1,9 +1,7 @@ # -# Makefile for a Video Disk Recorder plugin +# Makefile for a libsi # -# $Id: Makefile 1.1 2003/11/22 17:56:12 kls Exp $ - -VDRDIR = ../../../.. +# $Id: Makefile 1.2 2003/12/13 10:41:39 kls Exp $ ### The C++ compiler and options: @@ -13,13 +11,11 @@ AR = ar ARFLAGS = ru RANLIB = ranlib - ### The directory environment: +INCLUDES += -INCLUDES += -I$(VDRDIR)/include -I.. - -DEFINES += +DEFINES += LIBS += @@ -47,11 +43,10 @@ all: libsi.a libsi.a : $(OBJS) $(AR) $(ARFLAGS) $@ $(OBJS) -# $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@ clean: @-rm -f $(OBJS) $(DEPFILE) *.a *.so *.tgz core* *~ - + dist: tar cvzf libsi.tar.gz -C .. libsi/util.c libsi/si.c libsi/section.c libsi/descriptor.c \ libsi/util.h libsi/si.h libsi/section.h libsi/descriptor.h libsi/headers.h libsi/Makefile libsi/gendescr.pl |