aboutsummaryrefslogblamecommitdiff
path: root/v2/Makefile
blob: f98c9ef4af222c25014da742f82e2da3653f9eb9 (plain) (tree)
1
2
3
4
5
6
7
8
9

         

                                
 
         
                                 

                              

                    
                               

                   
                                              
               

       
.POSIX:
.DEFAULT:
	$(MAKE) deps
	$(MAKE) -f dynamic.mk $<

all: deps
	$(MAKE) -f dynamic.mk all

deps: generated.mk po/po4a.cfg

generated.mk: ALWAYS
	makemake > generated.mk

po/po4a.cfg: ALWAYS
	dyn-po4a < po/i18n.mappings | ifnew $@
	po4a $@

ALWAYS: