~ubuntu-branches/ubuntu/precise/pcb/precise

« back to all changes in this revision

Viewing changes to src/script/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-02-20 13:14:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050220131400-pfz66g5vhx0azl8f
Tags: 1.99j+20050127-2
* Improved package description: (closes: #295405)
* Fixed dependency: tk84 -> tk8.4 (closes: #295404)
* Updated README.debian (closes: #269578)
* Applied patch to src/djopt.c to allow compilation with gcc-4.0
  (closes: #294319), thanks to Andreas Jochens for the patch.
* Prevent example files from being compressed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = ../..
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
subdir = src/script
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
41
        $(top_srcdir)/configure.ac
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
45
CONFIG_HEADER = $(top_builddir)/config.h
 
46
CONFIG_CLEAN_FILES =
 
47
am__installdirs = "$(DESTDIR)$(bindir)"
 
48
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
49
SCRIPTS = $(bin_SCRIPTS)
 
50
SOURCES =
 
51
DIST_SOURCES =
 
52
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
53
ACLOCAL = @ACLOCAL@
 
54
AMDEP_FALSE = @AMDEP_FALSE@
 
55
AMDEP_TRUE = @AMDEP_TRUE@
 
56
AMTAR = @AMTAR@
 
57
AUTOCONF = @AUTOCONF@
 
58
AUTOHEADER = @AUTOHEADER@
 
59
AUTOMAKE = @AUTOMAKE@
 
60
AWK = @AWK@
 
61
BTNMOD = @BTNMOD@
 
62
CC = @CC@
 
63
CCDEPMODE = @CCDEPMODE@
 
64
CFLAGS = @CFLAGS@
 
65
CPP = @CPP@
 
66
CPPFLAGS = @CPPFLAGS@
 
67
CYGPATH_W = @CYGPATH_W@
 
68
DEFS = @DEFS@
 
69
DEPDIR = @DEPDIR@
 
70
DVIPS = @DVIPS@
 
71
ECHO_C = @ECHO_C@
 
72
ECHO_N = @ECHO_N@
 
73
ECHO_T = @ECHO_T@
 
74
EGREP = @EGREP@
 
75
EXEEXT = @EXEEXT@
 
76
FONTFILENAME = @FONTFILENAME@
 
77
GNUM4 = @GNUM4@
 
78
INSTALL_DATA = @INSTALL_DATA@
 
79
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
80
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
81
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
82
LATEX = @LATEX@
 
83
LDFLAGS = @LDFLAGS@
 
84
LEX = @LEX@
 
85
LEXLIB = @LEXLIB@
 
86
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
87
LIBOBJS = @LIBOBJS@
 
88
LIBRARYFILENAME = @LIBRARYFILENAME@
 
89
LIBS = @LIBS@
 
90
LTLIBOBJS = @LTLIBOBJS@
 
91
M4 = @M4@
 
92
MAINT = @MAINT@
 
93
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
94
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
95
MAKEINFO = @MAKEINFO@
 
96
OBJEXT = @OBJEXT@
 
97
PACKAGE = @PACKAGE@
 
98
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
99
PACKAGE_NAME = @PACKAGE_NAME@
 
100
PACKAGE_STRING = @PACKAGE_STRING@
 
101
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
102
PACKAGE_VERSION = @PACKAGE_VERSION@
 
103
PATH_SEPARATOR = @PATH_SEPARATOR@
 
104
PCBLIBDIR = @PCBLIBDIR@
 
105
PCBTREEDIR = @PCBTREEDIR@
 
106
PS2PDF = @PS2PDF@
 
107
SET_MAKE = @SET_MAKE@
 
108
SHELL = @SHELL@
 
109
STRIP = @STRIP@
 
110
TGIF = @TGIF@
 
111
VERSION = @VERSION@
 
112
WISH = @WISH@
 
113
X_CFLAGS = @X_CFLAGS@
 
114
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
115
X_LIBS = @X_LIBS@
 
116
X_PRE_LIBS = @X_PRE_LIBS@
 
117
YACC = @YACC@
 
118
ac_ct_CC = @ac_ct_CC@
 
119
ac_ct_STRIP = @ac_ct_STRIP@
 
120
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
121
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
122
am__include = @am__include@
 
123
am__leading_dot = @am__leading_dot@
 
124
am__quote = @am__quote@
 
125
am__tar = @am__tar@
 
126
am__untar = @am__untar@
 
127
bindir = @bindir@
 
128
build_alias = @build_alias@
 
129
datadir = @datadir@
 
130
exec_prefix = @exec_prefix@
 
131
host_alias = @host_alias@
 
132
includedir = @includedir@
 
133
infodir = @infodir@
 
134
install_sh = @install_sh@
 
135
libdir = @libdir@
 
136
libexecdir = @libexecdir@
 
137
localstatedir = @localstatedir@
 
138
mandir = @mandir@
 
139
mkdir_p = @mkdir_p@
 
140
oldincludedir = @oldincludedir@
 
141
prefix = @prefix@
 
142
program_transform_name = @program_transform_name@
 
143
sbindir = @sbindir@
 
144
sharedstatedir = @sharedstatedir@
 
145
sysconfdir = @sysconfdir@
 
146
target_alias = @target_alias@
 
147
bin_SCRIPTS = pcb
 
148
EXTRA_DIST = pcb.in 
 
149
DISTCLEANFILES = pcb
 
150
all: all-am
 
151
 
 
152
.SUFFIXES:
 
153
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
154
        @for dep in $?; do \
 
155
          case '$(am__configure_deps)' in \
 
156
            *$$dep*) \
 
157
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
158
                && exit 0; \
 
159
              exit 1;; \
 
160
          esac; \
 
161
        done; \
 
162
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/script/Makefile'; \
 
163
        cd $(top_srcdir) && \
 
164
          $(AUTOMAKE) --foreign  src/script/Makefile
 
165
.PRECIOUS: Makefile
 
166
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
167
        @case '$?' in \
 
168
          *config.status*) \
 
169
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
170
          *) \
 
171
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
172
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
173
        esac;
 
174
 
 
175
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
176
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
177
 
 
178
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
179
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
180
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
181
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
182
install-binSCRIPTS: $(bin_SCRIPTS)
 
183
        @$(NORMAL_INSTALL)
 
184
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
185
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
186
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
187
          if test -f $$d$$p; then \
 
188
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
189
            echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
190
            $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
 
191
          else :; fi; \
 
192
        done
 
193
 
 
194
uninstall-binSCRIPTS:
 
195
        @$(NORMAL_UNINSTALL)
 
196
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
197
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
198
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
199
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
200
        done
 
201
uninstall-info-am:
 
202
tags: TAGS
 
203
TAGS:
 
204
 
 
205
ctags: CTAGS
 
206
CTAGS:
 
207
 
 
208
 
 
209
distdir: $(DISTFILES)
 
210
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
211
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
212
        list='$(DISTFILES)'; for file in $$list; do \
 
213
          case $$file in \
 
214
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
215
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
216
          esac; \
 
217
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
218
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
219
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
220
            dir="/$$dir"; \
 
221
            $(mkdir_p) "$(distdir)$$dir"; \
 
222
          else \
 
223
            dir=''; \
 
224
          fi; \
 
225
          if test -d $$d/$$file; then \
 
226
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
227
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
228
            fi; \
 
229
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
230
          else \
 
231
            test -f $(distdir)/$$file \
 
232
            || cp -p $$d/$$file $(distdir)/$$file \
 
233
            || exit 1; \
 
234
          fi; \
 
235
        done
 
236
check-am: all-am
 
237
check: check-am
 
238
all-am: Makefile $(SCRIPTS)
 
239
installdirs:
 
240
        for dir in "$(DESTDIR)$(bindir)"; do \
 
241
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
242
        done
 
243
install: install-am
 
244
install-exec: install-exec-am
 
245
install-data: install-data-am
 
246
uninstall: uninstall-am
 
247
 
 
248
install-am: all-am
 
249
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
250
 
 
251
installcheck: installcheck-am
 
252
install-strip:
 
253
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
254
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
255
          `test -z '$(STRIP)' || \
 
256
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
257
mostlyclean-generic:
 
258
 
 
259
clean-generic:
 
260
 
 
261
distclean-generic:
 
262
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
263
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
264
 
 
265
maintainer-clean-generic:
 
266
        @echo "This command is intended for maintainers to use"
 
267
        @echo "it deletes files that may require special tools to rebuild."
 
268
clean: clean-am
 
269
 
 
270
clean-am: clean-generic mostlyclean-am
 
271
 
 
272
distclean: distclean-am
 
273
        -rm -f Makefile
 
274
distclean-am: clean-am distclean-generic
 
275
 
 
276
dvi: dvi-am
 
277
 
 
278
dvi-am:
 
279
 
 
280
html: html-am
 
281
 
 
282
info: info-am
 
283
 
 
284
info-am:
 
285
 
 
286
install-data-am:
 
287
 
 
288
install-exec-am: install-binSCRIPTS
 
289
 
 
290
install-info: install-info-am
 
291
 
 
292
install-man:
 
293
 
 
294
installcheck-am:
 
295
 
 
296
maintainer-clean: maintainer-clean-am
 
297
        -rm -f Makefile
 
298
maintainer-clean-am: distclean-am maintainer-clean-generic
 
299
 
 
300
mostlyclean: mostlyclean-am
 
301
 
 
302
mostlyclean-am: mostlyclean-generic
 
303
 
 
304
pdf: pdf-am
 
305
 
 
306
pdf-am:
 
307
 
 
308
ps: ps-am
 
309
 
 
310
ps-am:
 
311
 
 
312
uninstall-am: uninstall-binSCRIPTS uninstall-info-am
 
313
 
 
314
.PHONY: all all-am check check-am clean clean-generic distclean \
 
315
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
316
        install install-am install-binSCRIPTS install-data \
 
317
        install-data-am install-exec install-exec-am install-info \
 
318
        install-info-am install-man install-strip installcheck \
 
319
        installcheck-am installdirs maintainer-clean \
 
320
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
321
        pdf-am ps ps-am uninstall uninstall-am uninstall-binSCRIPTS \
 
322
        uninstall-info-am
 
323
 
 
324
 
 
325
# create wrapper script for running pcb after installation
 
326
pcb:    $(srcdir)/pcb.in Makefile
 
327
        sed -e 's;@BINDIR@;${bindir};g' -e 's;@PKGDATADIR@;${pkgdatadir};g' \
 
328
                $(srcdir)/pcb.in > $@
 
329
        chmod 755 $@
 
330
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
331
# Otherwise a system limit (for SysV at least) may be exceeded.
 
332
.NOEXPORT: