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 $
|
||||
|
||||
VDRDIR = ../../../..
|
||||
# $Id: Makefile 1.2 2003/12/13 10:41:39 kls Exp $
|
||||
|
||||
### The C++ compiler and options:
|
||||
|
||||
@ -13,11 +11,9 @@ AR = ar
|
||||
ARFLAGS = ru
|
||||
RANLIB = ranlib
|
||||
|
||||
|
||||
### The directory environment:
|
||||
|
||||
|
||||
INCLUDES += -I$(VDRDIR)/include -I..
|
||||
INCLUDES +=
|
||||
|
||||
DEFINES +=
|
||||
|
||||
@ -47,7 +43,6 @@ all: libsi.a
|
||||
|
||||
libsi.a : $(OBJS)
|
||||
$(AR) $(ARFLAGS) $@ $(OBJS)
|
||||
# $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
|
||||
|
||||
clean:
|
||||
@-rm -f $(OBJS) $(DEPFILE) *.a *.so *.tgz core* *~
|
||||
|
Loading…
Reference in New Issue
Block a user