Mercurial > hg > octave-thorsten
comparison octMakefile.in @ 169:49ab724d0a32
[project @ 1993-10-21 21:56:38 by jwe]
author | jwe |
---|---|
date | Thu, 21 Oct 1993 21:57:52 +0000 |
parents | 9cde24dc500a |
children | 93bbd907de34 |
comparison
equal
deleted
inserted
replaced
168:a500c60e8f23 | 169:49ab724d0a32 |
---|---|
20 | 20 |
21 # Complete directory trees to distribute. | 21 # Complete directory trees to distribute. |
22 DISTDIRS = bsd-math dld | 22 DISTDIRS = bsd-math dld |
23 | 23 |
24 # Subdirectories to run make in for the primary targets. | 24 # Subdirectories to run make in for the primary targets. |
25 SUBDIRS = libcruft liboctave @DLD_DIR@ readline src doc scripts | 25 SUBDIRS = libcruft liboctave @DLD_DIR@ info readline src doc scripts |
26 | 26 |
27 # Subdirectories to run `make dist' in | 27 # Subdirectories to run `make dist' in |
28 DISTSUBDIRS = $(SUBDIRS) test | 28 DISTSUBDIRS = $(SUBDIRS) test |
29 | 29 |
30 BINDISTFILES = COPYING ChangeLog NEWS README THANKS INSTALL.OCTAVE \ | 30 BINDISTFILES = COPYING ChangeLog NEWS README THANKS INSTALL.OCTAVE \ |
50 .PHONY: liboctave | 50 .PHONY: liboctave |
51 | 51 |
52 dld: | 52 dld: |
53 cd dld ; $(MAKE) all | 53 cd dld ; $(MAKE) all |
54 .PHONY: dld | 54 .PHONY: dld |
55 | |
56 info: | |
57 cd info ; $(MAKE) all | |
58 .PHONY: info | |
55 | 59 |
56 readline: | 60 readline: |
57 cd readline ; $(MAKE) all | 61 cd readline ; $(MAKE) all |
58 .PHONY: readline | 62 .PHONY: readline |
59 | 63 |