Cleaned up Makefile

This commit is contained in:
Klaus Schmidinger 2003-12-13 10:41:39 +01:00
parent 161927f9fc
commit 7559685c8c
1 changed files with 5 additions and 10 deletions

View File

@ -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