1 |
aw0a |
1 |
# ASCEND Subtree Makefile |
2 |
|
|
# Mark Thomas |
3 |
|
|
# May 27, 1996 |
4 |
|
|
# $Date: 1998/06/18 10:49:58 $ |
5 |
|
|
# $Revision: 1.5 $ |
6 |
|
|
# $Author: mthomas $ |
7 |
|
|
# $Source: /afs/cs.cmu.edu/project/ascend/Repository/ascend4/TK/bitmaps/Makefile.in,v $ |
8 |
|
|
# |
9 |
|
|
|
10 |
|
|
# This file contains two lists used for installing ASCEND: |
11 |
|
|
# |
12 |
|
|
# INSTALL_SUBDIR_LIST -- lists the subdirectories of this directory |
13 |
|
|
# which contain files to be installed |
14 |
|
|
# |
15 |
|
|
# INSTALL_FILE_LIST -- lists the files that are to be installed |
16 |
|
|
# when ASCEND is installed. |
17 |
|
|
|
18 |
|
|
# Running `make install' further up the directory tree will cause |
19 |
|
|
# make to descend into this directory and install the listed file. |
20 |
|
|
# The location of the RULES_FILE will be passed to `make'. |
21 |
|
|
|
22 |
|
|
|
23 |
|
|
SHELL = /bin/sh |
24 |
|
|
srcdir = @srcdir@ |
25 |
|
|
VPATH = @srcdir@ |
26 |
|
|
|
27 |
|
|
|
28 |
|
|
|
29 |
|
|
INSTALL_SUBDIR_LIST = |
30 |
|
|
|
31 |
|
|
INSTALL_FILE_LIST = \ |
32 |
|
|
a4c.xbm \ |
33 |
|
|
a4l.xbm \ |
34 |
|
|
a4s.xbm \ |
35 |
|
|
c.xbm \ |
36 |
|
|
cpp.xbm \ |
37 |
|
|
crash.xbm \ |
38 |
|
|
cut.xf.xbm \ |
39 |
|
|
delete.xf.xbm \ |
40 |
|
|
emacs.xbm \ |
41 |
|
|
error \ |
42 |
|
|
feet.xbm \ |
43 |
|
|
folder \ |
44 |
|
|
global.xf.xbm \ |
45 |
|
|
gnu-ascend.xbm \ |
46 |
|
|
gnu.xbm \ |
47 |
|
|
grablock.xbm \ |
48 |
|
|
gray25 \ |
49 |
|
|
gray33 \ |
50 |
|
|
gray50 \ |
51 |
|
|
graybar \ |
52 |
|
|
grill \ |
53 |
|
|
h.xbm \ |
54 |
|
|
hourglass \ |
55 |
|
|
info \ |
56 |
|
|
opt.xbm \ |
57 |
|
|
place.xf.xbm \ |
58 |
|
|
questhead \ |
59 |
|
|
question \ |
60 |
|
|
stop.xbm \ |
61 |
|
|
text \ |
62 |
|
|
time.xbm \ |
63 |
|
|
toolAttributes.xbm \ |
64 |
|
|
tree.xf.xbm \ |
65 |
|
|
warning.xf.xbm \ |
66 |
|
|
wfeet.xbm |
67 |
|
|
|
68 |
|
|
|
69 |
|
|
|
70 |
|
|
include $(RULES_FILE) |