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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [libgui/] [library/] [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
## Convenience variables.
6
TCL = advice.tcl balloon.tcl bbox.tcl bgerror.tcl bindings.tcl \
7
canvas.tcl cframe.tcl center.tcl debug.tcl def.tcl internet.tcl \
8
font.tcl gensym.tcl gettext.tcl hooks.tcl lframe.tcl list.tcl \
9
looknfeel.tcl menu.tcl mono.tcl multibox.tcl parse_args.tcl path.tcl \
10
postghost.tcl prefs.tcl print.tcl sendpr.tcl topbind.tcl toolbar.tcl \
11
ulset.tcl wframe.tcl wingrab.tcl ventry.tcl combobox.tcl \
12
pane.tcl panedwindow.tcl
13
 
14
PACKAGES = combobox.tcl
15
 
16
## This directory is also referenced in paths.c, which see.
17
guidir = $(datadir)/cygnus/gui
18
gui_DATA = tclIndex pkgIndex.tcl $(TCL) $(PACKAGES)
19
 
20
if TCL_SHARED
21
SET_LIB_PATH =  $(RPATH_ENVVAR)=$$here/../../tcl/unix:$$here/../../itcl/itcl/unix:$$$(RPATH_ENVVAR); export $(RPATH_ENVVAR);
22
else
23
SET_LIB_PATH =
24
endif
25
 
26
WISH = wish
27
 
28
if CROSS_COMPILING
29
ITCL_SH = itclsh3.0
30
else
31
ITCL_SH = @ITCL_SH@
32
endif
33
 
34
if MAINTAINER_MODE
35
tclIndex: $(TCL)
36
        TCL_LIBRARY=$(srcdir)/../../tcl/library; export TCL_LIBRARY; \
37
        here=`pwd`; \
38
        $(SET_LIB_PATH) \
39
        cd $(srcdir) && \
40
          echo "auto_mkindex $(LIBGUI_LIBRARY_DIR) $(TCL)" | $(ITCL_SH)
41
 
42
pkgIndex.tcl: @MAINT@ $(PACKAGES)
43
        here=`pwd`;      \
44
        $(SET_LIB_PATH) \
45
        cd $(srcdir) && \
46
        echo "pkg_mkIndex . $(PACKAGES); exit" | $(ITCL_SH)
47
else
48
tclIndex:
49
 
50
pkgIndex.tcl:
51
 
52
endif
53
 
54
ETAGS_ARGS = --lang=none --regex='/[ \t]*\(proc\|method\|itcl_class\)[ \t]+\([^ \t]+\)/\1/' $(TCL) --lang=auto

powered by: WebSVN 2.1.0

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