blob: 27781f4f745e38fc2584dfb6c16eb1bc84946926 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
$NetBSD: patch-aq,v 1.4 2002/08/28 13:49:38 seb Exp $
--- tcldot/Makefile.in.orig Mon Aug 5 05:11:27 2002
+++ tcldot/Makefile.in
@@ -185,15 +185,7 @@ Z_LIBS = @Z_LIBS@
AUTOMAKE_OPTIONS = 1.4
-INCLUDES = @TCL_CFLAGS@ @TCL_INCLUDES@ \
- -I$(top_srcdir)/dotneato/dotgen \
- -I$(top_srcdir)/dotneato/neatogen \
- -I$(top_srcdir)/dotneato/twopigen \
- -I$(top_srcdir)/dotneato/common \
- -I$(top_srcdir)/graph \
- -I$(top_srcdir)/cdt \
- -I$(top_srcdir)/pathplan \
- -I$(top_srcdir)/tclhandle
+INCLUDES = @TCL_CFLAGS@ @TCL_INCLUDES@ -I$(top_srcdir)/dotneato/dotgen -I$(top_srcdir)/dotneato/neatogen -I$(top_srcdir)/dotneato/twopigen -I$(top_srcdir)/dotneato/common -I$(top_srcdir)/graph -I$(top_srcdir)/cdt -I$(top_srcdir)/pathplan -I$(top_srcdir)/tclhandle
LIBS = @LIBS@ -lc
@@ -208,25 +200,12 @@ man_MANS = tcldot.n
libtcldot_la_SOURCES = tcldot.c tkgen.c tcldot.h
-libtcldot_la_LIBADD = \
- ../tclhandle/libtclhandle.la \
- ../dotneato/common/libdotneato.la \
- ../dotneato/dotgen/libdot.la \
- ../dotneato/neatogen/libneato.la \
- ../dotneato/twopigen/libtwopi.la \
- ../dotneato/pack/libpackconvenience.la \
- ../pathplan/libpathplanconvenience.la \
- ../graph/libgraphconvenience.la \
- ../cdt/libcdtconvenience.la \
- ../gd/libgdconvenience.la \
- ../gdtclft/gdtclft.lo \
- ../tclstubs/libtclstubs.la
+libtcldot_la_LIBADD = ../tclhandle/libtclhandle.la ../dotneato/common/libdotneato.la ../dotneato/dotgen/libdot.la ../dotneato/neatogen/libneato.la ../dotneato/twopigen/libtwopi.la ../dotneato/pack/libpackconvenience.la ../pathplan/libpathplanconvenience.la ../graph/libgraphconvenience.la ../cdt/libcdtconvenience.la ../gd/libgdconvenience.la ../gdtclft/gdtclft.lo ${TCL_STUB_LIB_SPEC}
CLEANFILES = pkgIndex.tcl
-EXTRA_DIST = $(man_MANS) README README.Tkspline \
- nmakefile Makefile.old
+EXTRA_DIST = $(man_MANS) README README.Tkspline nmakefile Makefile.old
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../gvconfig.h
@@ -248,7 +227,7 @@ libtcldot_la_DEPENDENCIES = ../tclhandl
../dotneato/pack/libpackconvenience.la \
../pathplan/libpathplanconvenience.la ../graph/libgraphconvenience.la \
../cdt/libcdtconvenience.la ../gd/libgdconvenience.la \
-../gdtclft/gdtclft.lo ../tclstubs/libtclstubs.la
+../gdtclft/gdtclft.lo
libtcldot_la_OBJECTS = tcldot.lo tkgen.lo
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -265,7 +244,7 @@ DIST_COMMON = README Makefile.am Makefi
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = gtar
+TAR = tar
GZIP_ENV = --best
SOURCES = $(libtcldot_la_SOURCES)
OBJECTS = $(libtcldot_la_OBJECTS)
@@ -506,7 +485,6 @@ distdir: $(DISTFILES)
|| exit 1; \
fi; \
done
-
info-am:
info: info-recursive
dvi-am:
|