File: Makefile.am

package info (click to toggle)
insight 6.6-1lenny3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 159,708 kB
  • ctags: 194,683
  • sloc: ansic: 1,643,031; exp: 73,316; tcl: 54,489; makefile: 53,830; asm: 49,645; sh: 27,270; yacc: 10,677; cpp: 5,389; perl: 4,994; pascal: 827; lex: 567; lisp: 453; awk: 415; sed: 231; objc: 134; ada: 118; java: 47; fortran: 35; f90: 19
file content (92 lines) | stat: -rw-r--r-- 3,118 bytes parent folder | download | duplicates (2)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
## Process this file with automake to produce Makefile.in.

AUTOMAKE_OPTIONS = cygnus

noinst_LIBRARIES = libgui.a

if INSTALL_LIBGUI

include_HEADERS = \
	guitcl.h subcommand.h

endif

datadir = @datadir@
guidir  = $(datadir)/redhat/gui

# tkTable version info
include $(srcdir)/tkTable_version.in

# This sets the name that tkTable will define for itself when loaded
# If you change this, then the demos won't work, but it might be necessary
# for those with another built-in "table" command
TBL_COMMAND     = table

tkTable.tcl.h: $(srcdir)/tkTable.tcl
	sed -e '/^$\#/d' -e '/^$$/d' -e 's/\"/\\"/g' -e 's/^/"/' -e 's/$$/\\n"/' <$(srcdir)/tkTable.tcl >tkTable.tcl.h || rm tkTable.tcl.h 



# Defining lib_LIBRARIES conditionally doesn't do the right thing.
install-exec-local:
if INSTALL_LIBGUI
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(libdir)
	$(INSTALL_DATA) libgui.a $(libdir)/libgui.a
	@$(POST_INSTALL)
	$(RANLIB) $(libdir)/libgui.a
endif

LIBGUI_CFLAGS=@LIBGUI_CFLAGS@

## Some of the files in this directory want to see Tk internals.
## Nasty.
INCLUDES = $(LIBGUI_CFLAGS) $(TCLHDIR) \
$(TKHDIR) \
$(TK_XINCLUDES) $(TCL_DEFS) $(TK_DEFS) \
$(TKHDIR)/../unix $(TKHDIR)/../win \
-DTBL_VERSION=\"$(TBL_VERSION)\"\
-DTBL_COMMAND=\"$(TBL_COMMAND)\"\
-DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"$(guidir)\"\
-DSTATIC_BUILD

TKTABLE_SOURCES = tkTable.c tkTableCell.c tkTableCellSort.c \
tkTableCmds.c tkTableEdit.c tkTableTag.c tkTableWin.c tkTableUtil.c

libgui_a_SOURCES = guitcl.h subcommand.c subcommand.h \
tclwinprint.c tclshellexe.c paths.c \
tclwingrab.c tclwinpath.c tclmsgbox.c tclcursor.c \
tkWinPrintText.c tkWinPrintCanvas.c tkWarpPointer.c $(TKTABLE_SOURCES)

## Dependencies

paths.$(OBJEXT): paths.c guitcl.h
subcommand.$(OBJEXT): subcommand.c subcommand.h
tkCanvEdge.$(OBJEXT): tkCanvEdge.c ../config.h
tkCanvLayout.$(OBJEXT): tkCanvLayout.c ../config.h tkCanvLayout.h
tkGraphCanvas.$(OBJEXT): tkGraphCanvas.c tkCanvLayout.h
xpmlib.$(OBJEXT): xpmlib.c guitcl.h
assertions.$(OBJEXT): assertions.c ../config.h assertions.h
tclcursor.$(OBJEXT): tclcursor.c ../config.h guitcl.h subcommand.h
tclhelp.$(OBJEXT): tclhelp.c ../config.h guitcl.h subcommand.h
tclgetdir.$(OBJEXT): tclgetdir.c guitcl.h
tclmain.$(OBJEXT): tclmain.c guitcl.h
tclwinprint.$(OBJEXT): tclwinprint.c guitcl.h subcommand.h
tclsizebox.$(OBJEXT): tclsizebox.c guitcl.h
tclshellexe.$(OBJEXT): tclshellexe.c guitcl.h
tclmapi.$(OBJEXT): tclmapi.c guitcl.h subcommand.h
tclwinfont.$(OBJEXT): tclwinfont.c guitcl.h
tclwingrab.$(OBJEXT): tclwingrab.c guitcl.h
tclwinpath.$(OBJEXT): tclwinpath.c guitcl.h subcommand.h
tclwinmode.$(OBJEXT): tclwinmode.c guitcl.h
tkTable.$(OBJEXT): tkTable.c tkTable.h tkTableInitScript.h tkTable.tcl.h
tkTableCell.$(OBJEXT): tkTableCell.c tkTable.h
tkTableCellSort.$(OBJEXT): tkTableCellSort.c tkTable.h
tkTableCmds.$(OBJEXT): tkTableCmds.c tkTable.h
tkTableEdit.$(OBJEXT): tkTableEdit.c tkTable.h
tkTableTag.$(OBJEXT): tkTableTag.c tkTable.h
tkTablePs.$(OBJECT): tkTablePs.c tkTable.h
tkTableWin.$(OBJEXT):tkTableWin.c  tkTable.h
tkTableUtil.$(OBJEXT): tkTableUtil.c tkTable.h
tkTable.tcl.h: tkTable.tcl