diff options
author | scop <scop> | 2005-03-22 16:34:20 +0000 |
---|---|---|
committer | scop <scop> | 2005-03-22 16:34:20 +0000 |
commit | d6c231dff219289c7c17a8d3e60524c0ab168c4f (patch) | |
tree | a4c996baa09a318b92c09a19b7b18ec633123aae /Makefile | |
parent | 9dfd263d3947500783a83a132680db1dc55fdc21 (diff) | |
download | vdr-plugin-dxr3-d6c231dff219289c7c17a8d3e60524c0ab168c4f.tar.gz vdr-plugin-dxr3-d6c231dff219289c7c17a8d3e60524c0ab168c4f.tar.bz2 |
Sync "all" default target from 0-2 branch.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.13 2005/03/14 20:48:04 scop Exp $ +# $Id: Makefile,v 1.14 2005/03/22 16:34:20 scop Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -62,6 +62,10 @@ dxr3log.o dxr3ffmpeg.o dxr3spuencoder.o dxr3i18n.o \ dxr3interface.o dxr3device.o dxr3outputthread.o dxr3osd.o dxr3osd_subpicture.o dxr3spudecoder.o dxr3unixserversocket.o \ dxr3cpu.o dxr3memcpy.o dxr3dolbydigital.o +### Default target: + +all: libvdr-$(PLUGIN).so + ### Implicit rules: %.o: %.c @@ -78,8 +82,6 @@ $(DEPFILE): Makefile ### Targets: -all: libvdr-$(PLUGIN).so - libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@ @cp $@ $(LIBDIR)/$@.$(VDRVERSION) |