1 |
# ASCEND Subtree Makefile |
2 |
# Mark Thomas |
3 |
# May 27, 1996 |
4 |
# $Date: 2001/02/01 12:49:34 $ |
5 |
# $Revision: 1.11 $ |
6 |
# $Author: ballan $ |
7 |
# $Source: /afs/cs.cmu.edu/project/ascend/Repository/ascend4/TK/templates/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 =@tkdir_topbuilddir@/templates |
25 |
VPATH = @tkdir_topbuilddir@/templates |
26 |
|
27 |
|
28 |
|
29 |
INSTALL_SUBDIR_LIST = |
30 |
|
31 |
INSTALL_FILE_LIST = \ |
32 |
AscConfirm.t \ |
33 |
AscMonoEntry1.t \ |
34 |
AscMonoEntry2.t \ |
35 |
AscMonoEntry4.t \ |
36 |
amlscroll.tcl \ |
37 |
ascKeepOnTop.tcl \ |
38 |
ascListSelect.tcl \ |
39 |
ascListSelectB1.tcl \ |
40 |
ascMsgBox.tcl \ |
41 |
ascdialog.tcl \ |
42 |
ascfontsel.tcl \ |
43 |
ascparm.tcl \ |
44 |
balloon.tcl \ |
45 |
asctkfbox84.tcl \ |
46 |
asctkfbox.tcl |
47 |
|
48 |
|
49 |
|
50 |
include $(RULES_FILE) |