]> git.saurik.com Git - apt-legacy.git/blame - buildlib/podomain.mak
Added some initial debtags data.
[apt-legacy.git] / buildlib / podomain.mak
CommitLineData
da6ee469
JF
1# -*- make -*-
2
3# This creates the file listing used by xgettext and friends based on the
4# declared domain of the make file. It also arranges to set the DOMAIN
5# CPPFLAG for the compilation.
6
7MY_DOMAIN := $(PACKAGE)
8ifdef APT_DOMAIN
9$($(LOCAL)-OBJS): CPPFLAGS := $(CPPFLAGS) -DAPT_DOMAIN='"$(APT_DOMAIN)"'
10MY_DOMAIN := $(APT_DOMAIN)
11endif
12
13MKDIRS += $(PO_DOMAINS)/$(MY_DOMAIN)
14$(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list: SRC := $(addprefix $(SUBDIR)/,$(SOURCE))
15$(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list: makefile
16 (echo $(SRC) | xargs -n1 echo) > $@
17binary program clean:
18#$(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list
19
20veryclean: veryclean/$(LOCAL)
21veryclean/po/$(LOCAL): LIST := $(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list
22veryclean/po/$(LOCAL):
23 rm -f $(LIST)