File: Makefile.in

package info (click to toggle)
gretl 2016d-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 48,620 kB
  • ctags: 22,779
  • sloc: ansic: 345,830; sh: 4,648; makefile: 2,712; xml: 570; perl: 364
file content (24 lines) | stat: -rw-r--r-- 489 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Note: three translation 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 distclean

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

distclean: clean
	for d in $(SUBDIRS) commands reference ; do \
	$(MAKE) -C $$d distclean ; done
	rm -f Makefile *.sty