Bug #1035 ยป chanman-0.0.9_missing-translation.diff
chanman-0.0.9/Makefile 2012-07-01 19:58:38.000000000 +0200 | ||
---|---|---|
@mkdir -p $(dir $@)
|
||
cp $< $@
|
||
.PHONY: i18n
|
||
i18n: $(I18Nmsgs)
|
||
### Targets:
|
||
all: libvdr-$(PLUGIN).so
|
||
all: libvdr-$(PLUGIN).so i18n
|
||
libvdr-$(PLUGIN).so: $(OBJS)
|
||
$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
|