3 |
# November 24, 1993 |
# November 24, 1993 |
4 |
|
|
5 |
SHELL = /bin/sh |
SHELL = /bin/sh |
|
#AWW20041206: builddir = .. |
|
6 |
builddir = .. |
builddir = .. |
7 |
srcdir = @fullpathsrcdir@/../../tcltk98/generic/interface |
srcdir = @fullpathsrcdir@/../../tcltk98/generic/interface |
8 |
VPATH := @fullpathsrcdir@/../../tcltk98/generic/interface |
VPATH := @fullpathsrcdir@/../../tcltk98/generic/interface |
38 |
# into the object files (EXEC_OBJS) that are linked with the |
# into the object files (EXEC_OBJS) that are linked with the |
39 |
# library files (EXEC_LIBS) to make EXECUTABLE |
# library files (EXEC_LIBS) to make EXECUTABLE |
40 |
|
|
41 |
EXEC_SRCS = Driver.c |
EXEC_SRCS = Driver.c main.c |
42 |
|
|
43 |
EXEC_OBJS = Driver.o |
EXEC_OBJS = Driver.o main.o |
44 |
|
|
45 |
EXEC_LIBS = $(ASC_LIBS) $(FOR_LIBS) $(TK_LIBS) $(TKTABLE_LIB) $(X11_LIBS) \ |
EXEC_LIBS = $(ASC_LIBS) $(FOR_LIBS) $(TK_LIBS) $(TKTABLE_LIB) $(X11_LIBS) \ |
46 |
$(MATH_LIBS) $(DEBUG_LIBS) |
$(MATH_LIBS) $(DEBUG_LIBS) |