1 |
# ASCEND bin Directory Makefile |
2 |
# Dummy Makefile to force configure to make this directory |
3 |
# Mark Thomas |
4 |
# May 28, 1996 |
5 |
# $Date: 1998/04/19 10:11:31 $ |
6 |
# $Revision: 1.3 $ |
7 |
# $Author: mthomas $ |
8 |
# $Source: /afs/cs.cmu.edu/project/ascend/Repository/ascend4/bin/Makefile.in,v $ |
9 |
# |
10 |
|
11 |
|
12 |
SHELL = /bin/sh |
13 |
builddir = .. |
14 |
srcdir = @srcdir@/../generic |
15 |
VPATH = @srcdir@/../generic |
16 |
|
17 |
|
18 |
|
19 |
# The next variables are the primary executables and/or libraries that |
20 |
# this makefile is responsible for, and the default target of this |
21 |
# makefile. |
22 |
|
23 |
EXECUTABLE = |
24 |
|
25 |
LIBRARY = none |
26 |
|
27 |
|
28 |
default: |
29 |
|
30 |
|
31 |
|
32 |
# Defines and Includes that are specific to this directory |
33 |
|
34 |
DIR_SPECIFIC_DEFS = |
35 |
DIR_SPECIFIC_INCS = |
36 |
|
37 |
|
38 |
|
39 |
# The next variables list the source files (EXEC_SCRS) to compile |
40 |
# into the object files (EXEC_OBJS) that are linked with the |
41 |
# library files (EXEC_LIBS) to make EXECUTABLE |
42 |
|
43 |
EXEC_SRCS = |
44 |
|
45 |
EXEC_OBJS = |
46 |
|
47 |
EXEC_LIBS = |
48 |
|
49 |
|
50 |
|
51 |
# The next variables list the source files (LIB_SCRS) to compile |
52 |
# into the object files (LIB_OBJS) that are combined to make LIBRARY |
53 |
|
54 |
LIB_SRCS = |
55 |
|
56 |
LIB_OBJS = |
57 |
|
58 |
|
59 |
|
60 |
# The global makefile macros (ConfigAscend) and global rules (Makefile.Rules) |
61 |
# |
62 |
include $(builddir)/ConfigAscend |
63 |
include $(builddir)/Makefile.Rules |
64 |
|
65 |
|
66 |
|
67 |
# DO NOT DELETE THIS LINE -- g++dep uses it. |
68 |
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. |
69 |
|
70 |
|
71 |
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY |