blob: 00a96c0b97f934226dc1062f572b25d941aabe12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- Makefile.orig 2006-02-04 22:03:57.183524250 +0100
+++ Makefile 2006-02-04 22:04:24.045203000 +0100
@@ -66,13 +66,9 @@
### Targets:
all: libvdr-$(PLUGIN).so
- @install -d ../../man
- @install README ../../man/$(PLUGIN).man
libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
@cp $@ $(LIBDIR)/$@.$(VDRVERSION)
- @mkdir ../../man
- @cp README ../../man/$(PLUGIN).man
dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@@ -84,5 +80,4 @@
clean:
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
- @-rm ../../man/$(PLUGIN).man
|