annotate scripts/control/Makefile.in @ 5540:cda6a105ae9a before-ov-branch

[project @ 2005-11-17 05:47:13 by jwe]
author jwe
date Thu, 17 Nov 2005 05:47:13 +0000
parents cd5cc2a80589
children 61091f4af6e4
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 #
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
2 # Makefile for octave's scripts/control directory
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
3 #
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
4 # John W. Eaton
1452
2eb569ed50bf [project @ 1995-09-20 04:23:34 by jwe]
jwe
parents: 1391
diff changeset
5 # jwe@bevo.che.wisc.edu
2eb569ed50bf [project @ 1995-09-20 04:23:34 by jwe]
jwe
parents: 1391
diff changeset
6 # University of Wisconsin-Madison
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
7 # Department of Chemical Engineering
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
8
682
646ff1b3ff9a [project @ 1994-09-09 15:44:16 by jwe]
jwe
parents: 681
diff changeset
9 TOPDIR = ../..
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
10
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
11 script_sub_dir = control
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
12
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
13 srcdir = @srcdir@
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
14 top_srcdir = @top_srcdir@
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
15 VPATH = @srcdir@
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
16
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
17 include $(TOPDIR)/Makeconf
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
18
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
19 INSTALL = @INSTALL@
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
20 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
21 INSTALL_DATA = @INSTALL_DATA@
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
22
3431
99ab64f4a09d [project @ 2000-01-14 03:53:03 by jwe]
jwe
parents: 3430
diff changeset
23 SUBDIRS = base hinf obsolete system util
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
24
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
25 DISTSUBDIRS = $(SUBDIRS)
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
26
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
27 DISTFILES = Makefile.in
2624
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2588
diff changeset
28
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
29 all:
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
30 .PHONY: all
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
31
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
32 $(SUBDIRS):
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
33 $(MAKE) -C $@ all
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
34 .PHONY: $(SUBDIRS)
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
35
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
36 install install-strip uninstall clean mostlyclean distclean maintainer-clean::
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
37 @$(subdir-for-command)
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
38 .PHONY: install install-strip uninstall
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
39 .PHONY: clean mostlyclean distclean maintainer-clean
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
40
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
41 tags TAGS:
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
42 $(SUBDIR_FOR_COMMAND)
681
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 distclean::
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
45 rm -f Makefile
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
46
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
47 maintainer-clean::
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
48 rm -f tags TAGS Makefile
681
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
49
8264438c7f5b [project @ 1994-09-09 15:18:05 by jwe]
jwe
parents:
diff changeset
50 dist:
689
9d000ef9aae8 [project @ 1994-09-10 05:04:59 by jwe]
jwe
parents: 688
diff changeset
51 ln $(DISTFILES) ../../`cat ../../.fname`/scripts/control
3429
b9f5829ec843 [project @ 2000-01-14 03:18:47 by jwe]
jwe
parents: 3028
diff changeset
52 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
53 .PHONY: dist