alsa.audio: add additional read cycle if there is more than 20ms space in buffer
[AROS.git] / external / openurl / locale / mmakefile.src
blob38b733424bea73225a59c1147c7e4fdbf7dc8ffb
1 #   $Id$
3 #   Makefile for the OpenURL catalogs of openurl.library
5 include $(TOP)/config/make.cfg
7 TARGETDIR := $(AROS_CATALOGS)
8 LANGUAGES := $(basename $(notdir $(call WILDCARD,$(SRCDIR)/$(CURDIR)/*.po)))
9 CATALOGS  := $(addprefix $(TARGETDIR)/,$(addsuffix /OpenURL.catalog,$(LANGUAGES)))
11 #MM
12 external-openurl-catalogs : $(CATALOGS)
14 $(TARGETDIR)/%/OpenURL.catalog: $(SRCDIR)/$(CURDIR)/%.po
15         $(ECHO) "Building catalog $@"
16         $(MKDIR) $(dir $@)
17         $(FLEXCAT) POFILE $< CATALOG $@
19 %common