Sophie

Sophie

distrib > Mandriva > cooker > x86_64 > by-pkgid > 6f18ed73a5a43a8071874a0f54a927a1 > files > 87

gretl-1.9.4-1.x86_64.rpm

# Note: three transation subdirs are present: tex_es, tex_it
# and tex_pt. These can be added to SUBDIRS if wanted.

SUBDIRS = tex

.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