# ASCEND Subtree Makefile # Mark Thomas # May 27, 1996 # $Date: 1998/06/18 10:49:58 $ # $Revision: 1.5 $ # $Author: mthomas $ # $Source: /afs/cs.cmu.edu/project/ascend/Repository/ascend4/TK/bitmaps/Makefile.in,v $ # # This file contains two lists used for installing ASCEND: # # INSTALL_SUBDIR_LIST -- lists the subdirectories of this directory # which contain files to be installed # # INSTALL_FILE_LIST -- lists the files that are to be installed # when ASCEND is installed. # Running `make install' further up the directory tree will cause # make to descend into this directory and install the listed file. # The location of the RULES_FILE will be passed to `make'. SHELL = /bin/sh srcdir = @srcdir@ VPATH = @srcdir@ INSTALL_SUBDIR_LIST = INSTALL_FILE_LIST = \ a4c.xbm \ a4l.xbm \ a4s.xbm \ c.xbm \ cpp.xbm \ crash.xbm \ cut.xf.xbm \ delete.xf.xbm \ emacs.xbm \ error \ feet.xbm \ folder \ global.xf.xbm \ gnu-ascend.xbm \ gnu.xbm \ grablock.xbm \ gray25 \ gray33 \ gray50 \ graybar \ grill \ h.xbm \ hourglass \ info \ opt.xbm \ place.xf.xbm \ questhead \ question \ stop.xbm \ text \ time.xbm \ toolAttributes.xbm \ tree.xf.xbm \ warning.xf.xbm \ wfeet.xbm include $(RULES_FILE)