annotate scripts/control/Makefile.in @ 7017:a1dbe9d80eee

[project @ 2007-10-12 21:27:11 by jwe]
author jwe
date Fri, 12 Oct 2007 21:27:37 +0000
parents 93c65f2a5668
children 4584feed3ec4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
1 # Makefile for octave's scripts/control directory
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
2 #
7017
a1dbe9d80eee [project @ 2007-10-12 21:27:11 by jwe]
jwe
parents: 7016
diff changeset
3 # Copyright (C) 1994, 1995, 1996, 1997, 2000, 2005, 2007 John W. Eaton
a1dbe9d80eee [project @ 2007-10-12 21:27:11 by jwe]
jwe
parents: 7016
diff changeset
4 #
7016
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
5 # This file is part of Octave.
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
6 #
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
7 # Octave is free software; you can redistribute it and/or modify it
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
8 # under the terms of the GNU General Public License as published by the
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
9 # Free Software Foundation; either version 3 of the License, or (at
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
10 # your option) any later version.
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
11 #
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
12 # Octave is distributed in the hope that it will be useful, but WITHOUT
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
14 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
15 # for more details.
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
16 #
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
17 # You should have received a copy of the GNU General Public License
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
18 # along with Octave; see the file COPYING. If not, see
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6796
diff changeset
19 # <http://www.gnu.org/licenses/>.
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
20
682
646ff1b3ff9a [project @ 1994-09-09 15:44:16 by jwe]
jwe
parents: 681
diff changeset
21 TOPDIR = ../..
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
22
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
23 script_sub_dir = control
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
24
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
25 srcdir = @srcdir@
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
26 top_srcdir = @top_srcdir@
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
27 VPATH = @srcdir@
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
28
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
29 include $(TOPDIR)/Makeconf
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
30
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
31 INSTALL = @INSTALL@
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
32 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
33 INSTALL_DATA = @INSTALL_DATA@
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
34
3431
99ab64f4a09d [project @ 2000-01-14 03:53:03 by jwe]
jwe
parents: 3430
diff changeset
35 SUBDIRS = base hinf obsolete system util
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
36
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
37 DISTSUBDIRS = $(SUBDIRS)
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
38
6796
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6467
diff changeset
39 DISTFILES = $(srcdir)/Makefile.in
2624
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2588
diff changeset
40
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
41 all:
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
42 .PHONY: all
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
43
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
44 $(SUBDIRS):
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
45 $(MAKE) -C $@ all
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
46 .PHONY: $(SUBDIRS)
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
47
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
48 install install-strip uninstall clean mostlyclean distclean maintainer-clean::
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
49 @$(subdir-for-command)
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
50 .PHONY: install install-strip uninstall
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
51 .PHONY: clean mostlyclean distclean maintainer-clean
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
52
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
53 tags TAGS:
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
54 $(SUBDIR_FOR_COMMAND)
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
55
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
56 distclean::
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
57 rm -f Makefile
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
58
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
59 maintainer-clean::
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
60 rm -f tags TAGS Makefile
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
61
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
62 dist:
6467
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6358
diff changeset
63 ln $(DISTFILES) ../../`cat ../../.fname`/scripts/control
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
64 for dir in $(DISTSUBDIRS); do mkdir ../../`cat ../../.fname`/scripts/control/$$dir; $(MAKE) -C $$dir $@; done
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
65 .PHONY: dist