-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathImakefile
58 lines (47 loc) · 1.84 KB
/
Imakefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
COMMENT
COMMENT Copyright 1990-2008, Mark Little, University of Newcastle upon Tyne
COMMENT and others contributors as indicated
COMMENT by the @authors tag. All rights reserved.
COMMENT See the copyright.txt in the distribution for a
COMMENT full listing of individual contributors.
COMMENT This copyrighted material is made available to anyone wishing to use,
COMMENT modify, copy, or redistribute it subject to the terms and conditions
COMMENT of the GNU Lesser General Public License, v. 2.1.
COMMENT This program is distributed in the hope that it will be useful, but WITHOUT A
COMMENT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
COMMENT PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
COMMENT You should have received a copy of the GNU Lesser General Public License,
COMMENT v.2.1 along with this distribution; if not, write to the Free Software
COMMENT Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
COMMENT MA 02110-1301, USA.
COMMENT
COMMENT (C) 1990-2008,
COMMENT
COMMENT
COMMENT Copyright (C) 1993
COMMENT
COMMENT Department of Computing Science,
COMMENT The University,
COMMENT Newcastle upon Tyne,
COMMENT UK.
COMMENT
COMMENT $Id: Imakefile,v 1.4 1996/12/04 15:07:55 nmcl Exp $
COMMENT
#define IHaveSubDirs
SetSubDirectorys(Common Contrib ClassLib Event SimSet Stat lib bin Include)
PrintConfig
PrintEnviron
all depend install ::
install.local :: INSTALL_TOPDIR_VAR
-CHMOD_VAR ugo+rx INSTALL_TOPDIR_VAR
CreateInstallTopDirectory(lib)
MakeRelDirectoryDependency(ClassLib)
MakeRelDirectoryDependency(Common)
MakeRelDirectoryDependency(Event)
MakeRelDirectoryDependency(SimSet)
MakeRelDirectoryDependency(Stat)
MakeRelDirectoryDependency(Contrib)
MakeRelDirectoryDependency(Tests)
MakeRelDirectoryDependency(lib)
purge.local ::
$(RM) Examples/MakefileBoot Tests/MakefileBoot