/[ascend]/trunk/base/generic/utilities/Makefile.in
ViewVC logotype

Contents of /trunk/base/generic/utilities/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32 - (show annotations) (download)
Thu Dec 23 18:07:19 2004 UTC (19 years, 8 months ago) by aw0a
File size: 1750 byte(s)
updating configure.in - still not correct
1 # ASCEND Utilities Makefile
2 # Ben Allan, Karl Westerberg
3 # January 4, 1994
4 # $Revision: 1.11 $
5 # $Date: 1997/07/29 17:41:46 $
6 # $Author: mthomas $
7 # $Source: /afs/cs.cmu.edu/project/ascend/Repository/ascend4/utilities/Makefile.in,v $
8 #
9
10
11 SHELL = /bin/sh
12 builddir = ..
13 srcdir = @srcdir@/../generic
14 VPATH = @srcdir@/../generic
15
16
17
18 # The next variables are the primary executables and/or libraries that
19 # this makefile is responsible for, and the default target of this
20 # makefile.
21
22 EXECUTABLE =
23
24 LIBRARY = libutils.a
25
26
27 default: $(LIBRARY)
28
29
30
31 # Defines and Includes that are specific to this directory
32
33 DIR_SPECIFIC_DEFS =
34 DIR_SPECIFIC_INCS =
35
36
37
38 # The next variables list the source files (EXEC_SCRS) to compile
39 # into the object files (EXEC_OBJS) that are linked with the
40 # library files (EXEC_LIBS) to make EXECUTABLE
41
42 EXEC_SRCS =
43
44 EXEC_OBJS =
45
46 EXEC_LIBS =
47
48
49
50 # The next variables list the source files (LIB_SCRS) to compile
51 # into the object files (LIB_OBJS) that are combined to make LIBRARY
52
53 LIB_SRCS = \
54 ascDynaLoad.c ascEnvVar.c ascMalloc.c ascPanic.c \
55 ascPrint.c ascSignal.c mem.c readln.c set.c
56
57 LIB_OBJS = \
58 ascDynaLoad.o ascEnvVar.o ascMalloc.o ascPanic.o \
59 ascPrint.o ascSignal.o mem.o readln.o set.o
60
61
62
63 # The global makefile macros (ConfigAscend) and global rules (Makefile.Rules)
64 #
65 include $(builddir)/ConfigAscend
66 include $(builddir)/Makefile.Rules
67
68
69
70 # File specific rules
71
72 # The Tcl include file is needed by ascPrint when we
73 # are using the Tcl print routines.
74 #
75 ascPrint.o: $(srcdir)/ascPrint.c
76 $(CC) $(CC_SWITCHES) $(TK_INCS) -c $(srcdir)/ascPrint.c
77
78
79
80 # DO NOT DELETE THIS LINE -- g++dep uses it.
81 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
82
83
84 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY

Properties

Name Value
svn:executable *

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22