OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [libgui/] [src/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
## Process this file with automake to produce Makefile.in.
2
 
3
AUTOMAKE_OPTIONS = cygnus
4
 
5
noinst_LIBRARIES = libgui.a
6
 
7
if INSTALL_LIBGUI
8
 
9
include_HEADERS = \
10
        guitcl.h subcommand.h
11
 
12
endif
13
 
14
# tkTable version info
15
include $(srcdir)/tkTable_version.in
16
 
17
# This sets the name that tkTable will define for itself when loaded
18
# If you change this, then the demos won't work, but it might be necessary
19
# for those with another built-in "table" command
20
TBL_COMMAND     = table
21
 
22
tkTabletcl.h: $(srcdir)/tkTable.tcl
23
        sed -e '/^$\#/d' -e '/^$$/d' -e 's/\"/\\"/g' -e 's/^/"/' -e 's/$$/\\n"/' <$(srcdir)/tkTable.tcl >tkTabletcl.h || rm tkTabletcl.h
24
 
25
 
26
 
27
# Defining lib_LIBRARIES conditionally doesn't do the right thing.
28
install-exec-local:
29
if INSTALL_LIBGUI
30
        @$(NORMAL_INSTALL)
31
        $(mkinstalldirs) $(libdir)
32
        $(INSTALL_DATA) libgui.a $(libdir)/libgui.a
33
        @$(POST_INSTALL)
34
        $(RANLIB) $(libdir)/libgui.a
35
endif
36
 
37
LIBGUI_CFLAGS=@LIBGUI_CFLAGS@
38
 
39
## Some of the files in this directory want to see Tk internals.
40
## Nasty.
41
INCLUDES = $(LIBGUI_CFLAGS) $(TCLHDIR) \
42
$(TKHDIR) \
43
$(TK_XINCLUDES) $(TCL_DEFS) $(TK_DEFS) \
44
$(TKHDIR)/../unix $(TKHDIR)/../win \
45
-DTBL_VERSION=\"$(TBL_VERSION)\"\
46
-DTBL_COMMAND=\"$(TBL_COMMAND)\"\
47
-DTCL_RUNTIME=\"tkTable.tcl\"
48
 
49
libgui_a_SOURCES = guitcl.h paths.c subcommand.c subcommand.h \
50
xpmlib.c tclmain.c tkGraphCanvas.c \
51
tkCanvEdge.c tkCanvLayout.c tkCanvLayout.h tclhelp.c tclgetdir.c \
52
tclwinprint.c tclsizebox.c tclshellexe.c tclmapi.c tclwinfont.c \
53
tclwingrab.c tclwinmode.c tclwinpath.c tclmsgbox.c tclcursor.c \
54
tkTable.c tkTableCmd.c tkTableCell.c tkTableTag.c tkTableWin.c \
55
tkWinPrintText.c tkWinPrintCanvas.c tkWarpPointer.c
56
 
57
## Dependencies
58
 
59
paths.$(OBJEXT): paths.c guitcl.h
60
subcommand.$(OBJEXT): subcommand.c subcommand.h
61
tkCanvEdge.$(OBJEXT): tkCanvEdge.c ../config.h
62
tkCanvLayout.$(OBJEXT): tkCanvLayout.c ../config.h tkCanvLayout.h
63
tkGraphCanvas.$(OBJEXT): tkGraphCanvas.c tkCanvLayout.h
64
xpmlib.$(OBJEXT): xpmlib.c guitcl.h
65
assertions.$(OBJEXT): assertions.c ../config.h assertions.h
66
tclcursor.$(OBJEXT): tclcursor.c ../config.h guitcl.h subcommand.h
67
tclhelp.$(OBJEXT): tclhelp.c ../config.h guitcl.h subcommand.h
68
tclgetdir.$(OBJEXT): tclgetdir.c guitcl.h
69
tclmain.$(OBJEXT): tclmain.c guitcl.h
70
tclwinprint.$(OBJEXT): tclwinprint.c guitcl.h subcommand.h
71
tclsizebox.$(OBJEXT): tclsizebox.c guitcl.h
72
tclshellexe.$(OBJEXT): tclshellexe.c guitcl.h
73
tclmapi.$(OBJEXT): tclmapi.c guitcl.h subcommand.h
74
tclwinfont.$(OBJEXT): tclwinfont.c guitcl.h
75
tclwingrab.$(OBJEXT): tclwingrab.c guitcl.h
76
tclwinpath.$(OBJEXT): tclwinpath.c guitcl.h subcommand.h
77
tclwinmode.$(OBJEXT): tclwinmode.c guitcl.h
78
tkTable.$(OBJEXT): tkTable.c tkTable.h tkTableCmd.h tkTabletcl.h
79
tkTableCell.$(OBJEXT): tkTableCell.c tkTable.h tkTableCmd.h
80
tkTableTag.$(OBJEXT): tkTableTag.c tkTable.h tkTableCmd.h
81
tkTableWin.$(OBJEXT):tkTableWin.c  tkTable.h tkTableCmd.h
82
tkTableCmd.$(OBJEXT): tkTableCmd.c tkTableCmd.h
83
tkTabletcl.h: tkTable.tcl
84
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.