~ubuntu-branches/ubuntu/utopic/critcl/utopic

« back to all changes in this revision

Viewing changes to lib/app-critcl/tea/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andrew Shadura
  • Date: 2013-05-11 00:08:06 UTC
  • Revision ID: package-import@ubuntu.com-20130511000806-7hq1zc3fnn0gat79
Tags: upstream-3.1.9
ImportĀ upstreamĀ versionĀ 3.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in --
 
2
#
 
3
#       This file is a Makefile for "@@PNAME@@ @@PMAJORV@@.@@PMINORV@@". If this
 
4
#       is "Makefile.in" then it is a template for a Makefile;  to generate 
 
5
#       the actual Makefile, run "./configure", which is a configuration script
 
6
#       generated by the "autoconf" program (constructs like "@foo@" will get
 
7
#       replaced in the actual Makefile.
 
8
#
 
9
# Copyright (c) @@YEAR@@ @@PORG@@
 
10
#
 
11
# Generated by @@CRITCL@@
 
12
# At           @@NOW@@
 
13
#
 
14
# See the file "license.terms" for information on usage and redistribution
 
15
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 
16
#
 
17
# RCS: @(#) $Id: Makefile.in,v 1.101 2007/08/21 22:04:14 andreas_kupries Exp $
 
18
 
 
19
#========================================================================
 
20
# Nothing of the variables below this line need to be changed.  Please
 
21
# check the TARGETS section below to make sure the make targets are
 
22
# correct.
 
23
#========================================================================
 
24
 
 
25
SHELL           = @SHELL@
 
26
 
 
27
srcdir          = @srcdir@
 
28
top_srcdir      = @top_srcdir@
 
29
prefix          = @prefix@
 
30
exec_prefix     = @exec_prefix@
 
31
libdir          = @libdir@
 
32
mandir          = @mandir@
 
33
bindir          = @bindir@
 
34
 
 
35
sbindir         = @sbindir@
 
36
libexecdir      = @libexecdir@
 
37
datarootdir     = @datarootdir@
 
38
datadir         = @datadir@
 
39
sysconfdir      = @sysconfdir@
 
40
sharedir        = @sharedstatedir@
 
41
statedir        = @localstatedir@
 
42
includedir      = @includedir@
 
43
oldincludedir   = @oldincludedir@
 
44
 
 
45
DESTDIR         =
 
46
pkglibdir       = $(libdir)/@PACKAGE_NAME@@PACKAGE_VERSION@
 
47
top_builddir    = .
 
48
 
 
49
PACKAGE = @PACKAGE_NAME@
 
50
VERSION = @PACKAGE_VERSION@
 
51
CYGPATH = @CYGPATH@
 
52
 
 
53
TCLSH_PROG = @TCLSH_PROG@
 
54
CRITCL     = `$(CYGPATH) $(srcdir)/critcl/main.tcl`
 
55
 
 
56
CONFIG_CLEAN_FILES =
 
57
@@API@@
 
58
@@UCONFIG@@
 
59
#========================================================================
 
60
# PKG_TCL_SOURCES identifies Tcl runtime files that are associated with
 
61
# this package that need to be installed, if any.
 
62
#========================================================================
 
63
 
 
64
PKG_TCL_SOURCES = @@PFILES@@
 
65
 
 
66
#========================================================================
 
67
# Start of user-definable TARGETS section
 
68
#========================================================================
 
69
 
 
70
all:
 
71
doc:
 
72
 
 
73
install: all
 
74
        echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ; \
 
75
        cat $(top_builddir)/Config | grep -v '^#' ; \
 
76
        echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ; \
 
77
        rm -rf $(top_builddir)/results-tea ; \
 
78
        $(TCLSH_PROG) $(CRITCL) \
 
79
                -I $(prefix)/include \
 
80
                -I $(exec_prefix)/include \
 
81
                -I $(includedir)@@APIUSE@@ \
 
82
                @@UCONFIGUSE@@ \
 
83
                -keep -cache $(top_builddir)/results-tea \
 
84
                -target TEA -config $(top_builddir)/Config \
 
85
                -libdir $(DESTDIR)$(libdir) \
 
86
                -includedir $(DESTDIR)$(includedir) \
 
87
                -pkg $(PACKAGE)$(VERSION) \
 
88
                $(PKG_TCL_SOURCES) ; \
 
89
        echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ; \
 
90
        cat $(top_builddir)/results-tea/*.log
 
91
        echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ; \
 
92
 
 
93
install-auto: all show-auto
 
94
        rm -rf $(top_builddir)/results-auto ; \
 
95
        $(TCLSH_PROG) $(CRITCL) \
 
96
                -I $(prefix)/include \
 
97
                -I $(exec_prefix)/include \
 
98
                -I $(includedir)@@APIUSE@@ \
 
99
                @@UCONFIGUSE@@ \
 
100
                -keep -cache $(top_builddir)/results-auto \
 
101
                -libdir $(DESTDIR)$(libdir) \
 
102
                -includedir $(DESTDIR)$(includedir) \
 
103
                -pkg $(PACKAGE)$(VERSION) \
 
104
                $(PKG_TCL_SOURCES) ; \
 
105
        echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ; \
 
106
        cat $(top_builddir)/results-auto/*.log
 
107
        echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ; \
 
108
 
 
109
install-doc:
 
110
 
 
111
show:
 
112
        $(TCLSH_PROG) $(CRITCL) \
 
113
                -keep -cache $(top_builddir)/results-tea \
 
114
                -target TEA -config $(top_builddir)/Config \
 
115
                -libdir $(DESTDIR)$(libdir) \
 
116
                -pkg -show
 
117
 
 
118
show-auto:
 
119
        $(TCLSH_PROG) $(CRITCL) \
 
120
                -keep -cache $(top_builddir)/results-auto \
 
121
                -libdir $(DESTDIR)$(libdir) \
 
122
                -pkg -show
 
123
 
 
124
clean:
 
125
        rm -rf doc *-doc
 
126
 
 
127
distclean: clean
 
128
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
129
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
130
        -rm -f config.status
 
131
 
 
132
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
133
        cd $(top_builddir) \
 
134
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
135
 
 
136
 
 
137
.PHONY: all binaries clean depend distclean doc install installdirs libraries test
 
138
 
 
139
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
140
# Otherwise a system limit (for SysV at least) may be exceeded.
 
141
.NOEXPORT: