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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [libgui/] [library/] [Makefile.am] - Diff between revs 579 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 579 Rev 1765
## Process this file with automake to produce Makefile.in.
## Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = cygnus
AUTOMAKE_OPTIONS = cygnus
## Convenience variables.
## Convenience variables.
TCL = advice.tcl balloon.tcl bbox.tcl bgerror.tcl bindings.tcl \
TCL = advice.tcl balloon.tcl bbox.tcl bgerror.tcl bindings.tcl \
canvas.tcl cframe.tcl center.tcl debug.tcl def.tcl internet.tcl \
canvas.tcl cframe.tcl center.tcl debug.tcl def.tcl internet.tcl \
font.tcl gensym.tcl gettext.tcl hooks.tcl lframe.tcl list.tcl \
font.tcl gensym.tcl gettext.tcl hooks.tcl lframe.tcl list.tcl \
looknfeel.tcl menu.tcl mono.tcl multibox.tcl parse_args.tcl path.tcl \
looknfeel.tcl menu.tcl mono.tcl multibox.tcl parse_args.tcl path.tcl \
postghost.tcl prefs.tcl print.tcl sendpr.tcl topbind.tcl toolbar.tcl \
postghost.tcl prefs.tcl print.tcl sendpr.tcl topbind.tcl toolbar.tcl \
ulset.tcl wframe.tcl wingrab.tcl ventry.tcl combobox.tcl \
ulset.tcl wframe.tcl wingrab.tcl ventry.tcl combobox.tcl \
pane.tcl panedwindow.tcl
pane.tcl panedwindow.tcl
PACKAGES = combobox.tcl
PACKAGES = combobox.tcl
## This directory is also referenced in paths.c, which see.
## This directory is also referenced in paths.c, which see.
guidir = $(datadir)/cygnus/gui
guidir = $(datadir)/cygnus/gui
gui_DATA = tclIndex pkgIndex.tcl $(TCL) $(PACKAGES)
gui_DATA = tclIndex pkgIndex.tcl $(TCL) $(PACKAGES)
if TCL_SHARED
if TCL_SHARED
SET_LIB_PATH =  $(RPATH_ENVVAR)=$$here/../../tcl/unix:$$here/../../itcl/itcl/unix:$$$(RPATH_ENVVAR); export $(RPATH_ENVVAR);
SET_LIB_PATH =  $(RPATH_ENVVAR)=$$here/../../tcl/unix:$$here/../../itcl/itcl/unix:$$$(RPATH_ENVVAR); export $(RPATH_ENVVAR);
else
else
SET_LIB_PATH =
SET_LIB_PATH =
endif
endif
WISH = wish
WISH = wish
if CROSS_COMPILING
if CROSS_COMPILING
ITCL_SH = itclsh3.0
ITCL_SH = itclsh3.0
else
else
ITCL_SH = @ITCL_SH@
ITCL_SH = @ITCL_SH@
endif
endif
if MAINTAINER_MODE
if MAINTAINER_MODE
tclIndex: $(TCL)
tclIndex: $(TCL)
        TCL_LIBRARY=$(srcdir)/../../tcl/library; export TCL_LIBRARY; \
        TCL_LIBRARY=$(srcdir)/../../tcl/library; export TCL_LIBRARY; \
        here=`pwd`; \
        here=`pwd`; \
        $(SET_LIB_PATH) \
        $(SET_LIB_PATH) \
        cd $(srcdir) && \
        cd $(srcdir) && \
          echo "auto_mkindex $(LIBGUI_LIBRARY_DIR) $(TCL)" | $(ITCL_SH)
          echo "auto_mkindex $(LIBGUI_LIBRARY_DIR) $(TCL)" | $(ITCL_SH)
pkgIndex.tcl: @MAINT@ $(PACKAGES)
pkgIndex.tcl: @MAINT@ $(PACKAGES)
        here=`pwd`;      \
        here=`pwd`;      \
        $(SET_LIB_PATH) \
        $(SET_LIB_PATH) \
        cd $(srcdir) && \
        cd $(srcdir) && \
        echo "pkg_mkIndex . $(PACKAGES); exit" | $(ITCL_SH)
        echo "pkg_mkIndex . $(PACKAGES); exit" | $(ITCL_SH)
else
else
tclIndex:
tclIndex:
pkgIndex.tcl:
pkgIndex.tcl:
endif
endif
ETAGS_ARGS = --lang=none --regex='/[ \t]*\(proc\|method\|itcl_class\)[ \t]+\([^ \t]+\)/\1/' $(TCL) --lang=auto
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.