bsd lang segv fix, enable bsd lv2, lv2 gui enable fix, proxy/ffmpeg toggle resize...
[goodguy/history.git] / cinelerra-5.1 / po / Makefile
index 68dacf9f61c2f2c91983a1a6ef35c9f63f6ccdb9..c86750c59eeb247c54fa220118091e7e992e067b 100644 (file)
@@ -1,8 +1,8 @@
-TOPDIR ?= $(CURDIR)/..
+export TOPDIR ?= $(CURDIR)/..
 include $(TOPDIR)/global_config
 
 OBJS := $(foreach i,de es eu fr it nb pt sl hi ko vi zh el ja uk ru, $(i).mo)
-MOBJS := $(foreach i,$(OBJS),$(BINDIR)/locale/$(basename $(i))/LC_MESSAGES/cinelerra.mo)
+MOBJS := $(foreach i,$(OBJS),$(BINDIR)/locale/$(basename $(i))/LC_MESSAGES/$(WANT_CIN).mo)
 
 all: $(OBJS)
 
@@ -14,7 +14,7 @@ clean:
 %.mo: %.po
        msgfmt -c -o $@ $*.po
 
-$(BINDIR)/locale/%/LC_MESSAGES/cinelerra.mo: %.mo
+$(BINDIR)/locale/%/LC_MESSAGES/$(WANT_CIN).mo: %.mo
        mkdir -p $(dir $@)
        cp $*.mo $@