Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > 41809f14a7dd5b40dc6105b730645014 > files > 81

gretl-1.8.6-2mdv2010.1.x86_64.rpm

# Note: tex_es was included below: it can be reinstated
# if the Spanish TeX files are updated at some point

SUBDIRS = tex tex_it tex_pt 

.PHONY : subdirs $(SUBDIRS) clean install 

subdirs: $(SUBDIRS)

$(SUBDIRS):
	make -C $@

clean:
	for d in $(SUBDIRS) ; do \
	make -C $$d clean ; done

install: 
	for d in $(SUBDIRS) ; do \
	make -C $$d install ; done