Project

General

Profile

Bug #115 ยป dxr3-makefile.patch

SPAM, 04/18/2009 03:37 PM

View differences:

Makefile
### Default target:
all: libvdr-$(PLUGIN).so i18n
@cp --remove-destination libvdr-$(PLUGIN).so \
$(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION)
### Implicit rules:
......
libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
@cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
    (1-1/1)