~ubuntu-branches/ubuntu/trusty/geda-gsymcheck/trusty

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-03-15 23:03:40 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050315230340-se821zvek59ipkz9
Tags: 20050313-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4 from Makefile.am
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
 
14
 
SHELL = @SHELL@
 
15
@SET_MAKE@
15
16
 
16
17
srcdir = @srcdir@
17
18
top_srcdir = @top_srcdir@
18
19
VPATH = @srcdir@
19
 
prefix = @prefix@
20
 
exec_prefix = @exec_prefix@
21
 
 
22
 
bindir = @bindir@
23
 
sbindir = @sbindir@
24
 
libexecdir = @libexecdir@
25
 
datadir = @datadir@
26
 
sysconfdir = @sysconfdir@
27
 
sharedstatedir = @sharedstatedir@
28
 
localstatedir = @localstatedir@
29
 
libdir = @libdir@
30
 
infodir = @infodir@
31
 
mandir = @mandir@
32
 
includedir = @includedir@
33
 
oldincludedir = /usr/include
34
 
 
35
 
DESTDIR =
36
 
 
37
20
pkgdatadir = $(datadir)/@PACKAGE@
38
21
pkglibdir = $(libdir)/@PACKAGE@
39
22
pkgincludedir = $(includedir)/@PACKAGE@
40
 
 
41
23
top_builddir = ..
42
24
 
43
 
ACLOCAL = @ACLOCAL@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOMAKE = @AUTOMAKE@
46
 
AUTOHEADER = @AUTOHEADER@
47
 
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
26
INSTALL = @INSTALL@
49
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
 
INSTALL_DATA = @INSTALL_DATA@
51
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
 
transform = @program_transform_name@
53
 
 
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
54
32
NORMAL_INSTALL = :
55
33
PRE_INSTALL = :
56
34
POST_INSTALL = :
57
35
NORMAL_UNINSTALL = :
58
36
PRE_UNINSTALL = :
59
37
POST_UNINSTALL = :
 
38
host_triplet = @host@
 
39
ACLOCAL = @ACLOCAL@
 
40
AMDEP_FALSE = @AMDEP_FALSE@
 
41
AMDEP_TRUE = @AMDEP_TRUE@
 
42
AMTAR = @AMTAR@
 
43
AUTOCONF = @AUTOCONF@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AWK = @AWK@
60
47
CC = @CC@
61
 
DL_LIB = @DL_LIB@
62
 
GDK = @GDK@
 
48
CCDEPMODE = @CCDEPMODE@
 
49
CCISGCC_FALSE = @CCISGCC_FALSE@
 
50
CCISGCC_TRUE = @CCISGCC_TRUE@
 
51
CFLAGS = @CFLAGS@
 
52
CPP = @CPP@
 
53
CPPFLAGS = @CPPFLAGS@
 
54
CYGPATH_W = @CYGPATH_W@
 
55
DEFS = @DEFS@
 
56
DEPDIR = @DEPDIR@
 
57
ECHO_C = @ECHO_C@
 
58
ECHO_N = @ECHO_N@
 
59
ECHO_T = @ECHO_T@
 
60
EGREP = @EGREP@
 
61
EXEEXT = @EXEEXT@
63
62
GEDADATADIR = @GEDADATADIR@
 
63
GEDADOCDIR = @GEDADOCDIR@
64
64
GEDARCDIR = @GEDARCDIR@
65
 
GESYMCONFIG = @GESYMCONFIG@
66
 
GLIB = @GLIB@
67
 
GLIB_CFLAGS = @GLIB_CFLAGS@
68
 
GLIB_CONFIG = @GLIB_CONFIG@
69
 
GLIB_LIBS = @GLIB_LIBS@
70
 
GTK = @GTK@
71
 
GTKVERSION = @GTKVERSION@
72
 
GTK_CFLAGS = @GTK_CFLAGS@
73
 
GTK_CONFIG = @GTK_CONFIG@
74
 
GTK_LIBS = @GTK_LIBS@
75
 
GUILE_CFLAGS = @GUILE_CFLAGS@
76
 
GUILE_INCLUDE = @GUILE_INCLUDE@
77
 
GUILE_LDFLAGS = @GUILE_LDFLAGS@
78
 
GUILE_LIB = @GUILE_LIB@
79
 
HOME = @HOME@
80
 
LIBGDGEDACONFIG = @LIBGDGEDACONFIG@
81
 
LIBGEDACONFIG = @LIBGEDACONFIG@
 
65
GLIB22_CFLAGS = @GLIB22_CFLAGS@
 
66
GLIB22_LIBS = @GLIB22_LIBS@
 
67
GROFF = @GROFF@
 
68
GSYMCHECK_CFLAGS = @GSYMCHECK_CFLAGS@
 
69
GSYMCHECK_LDFLAGS = @GSYMCHECK_LDFLAGS@
 
70
GTK22_CFLAGS = @GTK22_CFLAGS@
 
71
GTK22_LIBS = @GTK22_LIBS@
 
72
INSTALL_DATA = @INSTALL_DATA@
 
73
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
74
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
75
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
76
LDFLAGS = @LDFLAGS@
 
77
LIBGEDA_CFLAGS = @LIBGEDA_CFLAGS@
 
78
LIBGEDA_LIBS = @LIBGEDA_LIBS@
 
79
LIBOBJS = @LIBOBJS@
 
80
LIBS = @LIBS@
 
81
LTLIBOBJS = @LTLIBOBJS@
82
82
MAINT = @MAINT@
 
83
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
84
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
83
85
MAKEINFO = @MAKEINFO@
 
86
OBJEXT = @OBJEXT@
 
87
OTHERPATHSEP = @OTHERPATHSEP@
84
88
PACKAGE = @PACKAGE@
 
89
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
90
PACKAGE_NAME = @PACKAGE_NAME@
 
91
PACKAGE_STRING = @PACKAGE_STRING@
 
92
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
93
PACKAGE_VERSION = @PACKAGE_VERSION@
 
94
PATHSEP = @PATHSEP@
 
95
PATH_SEPARATOR = @PATH_SEPARATOR@
 
96
PKG_CONFIG = @PKG_CONFIG@
 
97
SET_MAKE = @SET_MAKE@
 
98
SHELL = @SHELL@
 
99
STRIP = @STRIP@
85
100
VERSION = @VERSION@
86
 
X_CFLAGS = @X_CFLAGS@
87
 
X_LDFLAGS = @X_LDFLAGS@
88
 
X_LIBS = @X_LIBS@
 
101
ac_ct_CC = @ac_ct_CC@
 
102
ac_ct_STRIP = @ac_ct_STRIP@
 
103
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
104
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
105
am__include = @am__include@
 
106
am__leading_dot = @am__leading_dot@
 
107
am__quote = @am__quote@
 
108
bindir = @bindir@
 
109
build = @build@
 
110
build_alias = @build_alias@
 
111
build_cpu = @build_cpu@
 
112
build_os = @build_os@
 
113
build_vendor = @build_vendor@
 
114
datadir = @datadir@
 
115
exec_prefix = @exec_prefix@
 
116
host = @host@
 
117
host_alias = @host_alias@
 
118
host_cpu = @host_cpu@
 
119
host_os = @host_os@
 
120
host_vendor = @host_vendor@
 
121
includedir = @includedir@
 
122
infodir = @infodir@
 
123
install_sh = @install_sh@
 
124
libdir = @libdir@
 
125
libexecdir = @libexecdir@
 
126
localstatedir = @localstatedir@
 
127
mandir = @mandir@
 
128
oldincludedir = @oldincludedir@
 
129
prefix = @prefix@
 
130
program_transform_name = @program_transform_name@
 
131
sbindir = @sbindir@
 
132
sharedstatedir = @sharedstatedir@
 
133
sysconfdir = @sysconfdir@
 
134
target_alias = @target_alias@
89
135
 
90
136
EXTRA_DIST = 
91
137
 
93
139
CLEANFILES = core *.log FILE *.ps *~
94
140
DISTCLEANFILES = *.log core FILE *~ prototype.bak
95
141
MAINTAINERCLEANFILES = core *.log FILE *.ps *~ Makefile.in configure
 
142
subdir = examples
 
143
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96
144
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
97
 
CONFIG_HEADER = ../config.h
98
 
CONFIG_CLEAN_FILES = 
99
 
DIST_COMMON =  Makefile.am Makefile.in
100
 
 
101
 
 
102
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
 
 
104
 
TAR = tar
105
 
GZIP_ENV = --best
106
 
all: all-redirect
 
145
CONFIG_HEADER = $(top_builddir)/config.h
 
146
CONFIG_CLEAN_FILES =
 
147
DIST_SOURCES =
 
148
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
149
all: all-am
 
150
 
107
151
.SUFFIXES:
108
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
109
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps examples/Makefile
110
 
 
111
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
112
 
        cd $(top_builddir) \
113
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
114
 
 
 
152
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
153
        cd $(top_srcdir) && \
 
154
          $(AUTOMAKE) --gnu  examples/Makefile
 
155
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
156
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
157
uninstall-info-am:
115
158
tags: TAGS
116
159
TAGS:
117
160
 
118
 
 
119
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
120
 
 
121
 
subdir = examples
 
161
ctags: CTAGS
 
162
CTAGS:
 
163
 
 
164
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
165
 
 
166
top_distdir = ..
 
167
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
122
168
 
123
169
distdir: $(DISTFILES)
124
 
        @for file in $(DISTFILES); do \
125
 
          d=$(srcdir); \
 
170
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
171
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
172
        list='$(DISTFILES)'; for file in $$list; do \
 
173
          case $$file in \
 
174
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
175
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
176
          esac; \
 
177
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
178
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
179
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
180
            dir="/$$dir"; \
 
181
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
182
          else \
 
183
            dir=''; \
 
184
          fi; \
126
185
          if test -d $$d/$$file; then \
127
 
            cp -pr $$/$$file $(distdir)/$$file; \
 
186
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
187
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
188
            fi; \
 
189
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
128
190
          else \
129
191
            test -f $(distdir)/$$file \
130
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
131
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
192
            || cp -p $$d/$$file $(distdir)/$$file \
 
193
            || exit 1; \
132
194
          fi; \
133
195
        done
134
 
info-am:
135
 
info: info-am
136
 
dvi-am:
137
 
dvi: dvi-am
138
196
check-am: all-am
139
197
check: check-am
140
 
installcheck-am:
141
 
installcheck: installcheck-am
142
 
install-exec-am:
 
198
all-am: Makefile
 
199
 
 
200
installdirs:
 
201
install: install-am
143
202
install-exec: install-exec-am
144
 
 
145
 
install-data-am:
146
203
install-data: install-data-am
 
204
uninstall: uninstall-am
147
205
 
148
206
install-am: all-am
149
207
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
150
 
install: install-am
151
 
uninstall-am:
152
 
uninstall: uninstall-am
153
 
all-am: Makefile
154
 
all-redirect: all-am
 
208
 
 
209
installcheck: installcheck-am
155
210
install-strip:
156
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
157
 
installdirs:
158
 
 
159
 
 
 
211
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
212
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
213
          `test -z '$(STRIP)' || \
 
214
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
160
215
mostlyclean-generic:
161
216
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
162
217
 
164
219
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
165
220
 
166
221
distclean-generic:
167
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
168
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
222
        -rm -f $(CONFIG_CLEAN_FILES)
169
223
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
170
224
 
171
225
maintainer-clean-generic:
 
226
        @echo "This command is intended for maintainers to use"
 
227
        @echo "it deletes files that may require special tools to rebuild."
172
228
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
173
 
mostlyclean-am:  mostlyclean-generic
174
 
 
175
 
mostlyclean: mostlyclean-am
176
 
 
177
 
clean-am:  clean-generic mostlyclean-am
178
 
 
179
229
clean: clean-am
180
230
 
181
 
distclean-am:  distclean-generic clean-am
 
231
clean-am: clean-generic mostlyclean-am
182
232
 
183
233
distclean: distclean-am
184
 
 
185
 
maintainer-clean-am:  maintainer-clean-generic distclean-am
186
 
        @echo "This command is intended for maintainers to use;"
187
 
        @echo "it deletes files that may require special tools to rebuild."
 
234
        -rm -f Makefile
 
235
distclean-am: clean-am distclean-generic
 
236
 
 
237
dvi: dvi-am
 
238
 
 
239
dvi-am:
 
240
 
 
241
info: info-am
 
242
 
 
243
info-am:
 
244
 
 
245
install-data-am:
 
246
 
 
247
install-exec-am:
 
248
 
 
249
install-info: install-info-am
 
250
 
 
251
install-man:
 
252
 
 
253
installcheck-am:
188
254
 
189
255
maintainer-clean: maintainer-clean-am
190
 
 
191
 
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
192
 
installcheck-am installcheck install-exec-am install-exec \
193
 
install-data-am install-data install-am install uninstall-am uninstall \
194
 
all-redirect all-am all installdirs mostlyclean-generic \
195
 
distclean-generic clean-generic maintainer-clean-generic clean \
196
 
mostlyclean distclean maintainer-clean
197
 
 
 
256
        -rm -f Makefile
 
257
maintainer-clean-am: distclean-am maintainer-clean-generic
 
258
 
 
259
mostlyclean: mostlyclean-am
 
260
 
 
261
mostlyclean-am: mostlyclean-generic
 
262
 
 
263
pdf: pdf-am
 
264
 
 
265
pdf-am:
 
266
 
 
267
ps: ps-am
 
268
 
 
269
ps-am:
 
270
 
 
271
uninstall-am: uninstall-info-am
 
272
 
 
273
.PHONY: all all-am check check-am clean clean-generic distclean \
 
274
        distclean-generic distdir dvi dvi-am info info-am install \
 
275
        install-am install-data install-data-am install-exec \
 
276
        install-exec-am install-info install-info-am install-man \
 
277
        install-strip installcheck installcheck-am installdirs \
 
278
        maintainer-clean maintainer-clean-generic mostlyclean \
 
279
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
 
280
        uninstall-info-am
198
281
 
199
282
# Tell versions [3.59,3.63) of GNU make to not export all variables.
200
283
# Otherwise a system limit (for SysV at least) may be exceeded.