mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Cleaned up Makefile
This commit is contained in:
parent
161927f9fc
commit
7559685c8c
@ -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 $
|
# $Id: Makefile 1.2 2003/12/13 10:41:39 kls Exp $
|
||||||
|
|
||||||
VDRDIR = ../../../..
|
|
||||||
|
|
||||||
### The C++ compiler and options:
|
### The C++ compiler and options:
|
||||||
|
|
||||||
@ -13,13 +11,11 @@ AR = ar
|
|||||||
ARFLAGS = ru
|
ARFLAGS = ru
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
|
|
||||||
|
|
||||||
### The directory environment:
|
### The directory environment:
|
||||||
|
|
||||||
|
INCLUDES +=
|
||||||
|
|
||||||
INCLUDES += -I$(VDRDIR)/include -I..
|
DEFINES +=
|
||||||
|
|
||||||
DEFINES +=
|
|
||||||
|
|
||||||
LIBS +=
|
LIBS +=
|
||||||
|
|
||||||
@ -47,11 +43,10 @@ all: libsi.a
|
|||||||
|
|
||||||
libsi.a : $(OBJS)
|
libsi.a : $(OBJS)
|
||||||
$(AR) $(ARFLAGS) $@ $(OBJS)
|
$(AR) $(ARFLAGS) $@ $(OBJS)
|
||||||
# $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@-rm -f $(OBJS) $(DEPFILE) *.a *.so *.tgz core* *~
|
@-rm -f $(OBJS) $(DEPFILE) *.a *.so *.tgz core* *~
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
tar cvzf libsi.tar.gz -C .. libsi/util.c libsi/si.c libsi/section.c libsi/descriptor.c \
|
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
|
libsi/util.h libsi/si.h libsi/section.h libsi/descriptor.h libsi/headers.h libsi/Makefile libsi/gendescr.pl
|
||||||
|
Loading…
Reference in New Issue
Block a user