~ubuntu-branches/ubuntu/trusty/hexcurse/trusty

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): RISKO Gergely
  • Date: 2002-03-29 12:24:14 UTC
  • Revision ID: james.westby@ubuntu.com-20020329122414-rh3gzqb6aslm4fgp
Tags: 1.40-1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
2
 
 
3
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Free Software Foundation, Inc.
 
5
# This Makefile.in is free software; the Free Software Foundation
 
6
# gives unlimited permission to copy and/or distribute it,
 
7
# with or without modifications, as long as this notice is preserved.
 
8
 
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
12
# PARTICULAR PURPOSE.
 
13
 
 
14
@SET_MAKE@
 
15
 
 
16
SHELL = @SHELL@
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
INSTALL = @INSTALL@
 
47
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
48
INSTALL_DATA = @INSTALL_DATA@
 
49
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
50
INSTALL_HEADER = $(INSTALL_DATA)
 
51
transform = @program_transform_name@
 
52
NORMAL_INSTALL = :
 
53
PRE_INSTALL = :
 
54
POST_INSTALL = :
 
55
NORMAL_UNINSTALL = :
 
56
PRE_UNINSTALL = :
 
57
POST_UNINSTALL = :
 
58
host_alias = @host_alias@
 
59
host_triplet = @host@
 
60
AMTAR = @AMTAR@
 
61
AWK = @AWK@
 
62
CC = @CC@
 
63
DEPDIR = @DEPDIR@
 
64
EXEEXT = @EXEEXT@
 
65
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
66
OBJEXT = @OBJEXT@
 
67
PACKAGE = @PACKAGE@
 
68
VERSION = @VERSION@
 
69
am__include = @am__include@
 
70
am__quote = @am__quote@
 
71
install_sh = @install_sh@
 
72
 
 
73
bin_PROGRAMS = hexcurse 
 
74
CFLAGS = -g -Wall -I../include
 
75
hexcurse_SOURCES = file.c llist.c screen.c hexcurse.c stack.c getopt.c acceptch.c
 
76
subdir = src
 
77
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
78
CONFIG_CLEAN_FILES =
 
79
bin_PROGRAMS = hexcurse$(EXEEXT)
 
80
PROGRAMS = $(bin_PROGRAMS)
 
81
 
 
82
am_hexcurse_OBJECTS = file.$(OBJEXT) llist.$(OBJEXT) screen.$(OBJEXT) \
 
83
        hexcurse.$(OBJEXT) stack.$(OBJEXT) getopt.$(OBJEXT) \
 
84
        acceptch.$(OBJEXT)
 
85
hexcurse_OBJECTS = $(am_hexcurse_OBJECTS)
 
86
hexcurse_LDADD = $(LDADD)
 
87
hexcurse_DEPENDENCIES =
 
88
hexcurse_LDFLAGS =
 
89
 
 
90
DEFS = @DEFS@
 
91
DEFAULT_INCLUDES =  -I. -I$(srcdir)
 
92
CPPFLAGS = @CPPFLAGS@
 
93
LDFLAGS = @LDFLAGS@
 
94
LIBS = @LIBS@
 
95
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
96
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/acceptch.Po $(DEPDIR)/file.Po \
 
97
@AMDEP_TRUE@    $(DEPDIR)/getopt.Po $(DEPDIR)/hexcurse.Po \
 
98
@AMDEP_TRUE@    $(DEPDIR)/llist.Po $(DEPDIR)/screen.Po \
 
99
@AMDEP_TRUE@    $(DEPDIR)/stack.Po
 
100
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
101
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
102
CCLD = $(CC)
 
103
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
104
DIST_SOURCES = $(hexcurse_SOURCES)
 
105
DIST_COMMON = Makefile.am Makefile.in
 
106
SOURCES = $(hexcurse_SOURCES)
 
107
 
 
108
all: all-am
 
109
 
 
110
.SUFFIXES:
 
111
.SUFFIXES: .c .o .obj
 
112
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
113
        cd $(top_srcdir) && \
 
114
          $(AUTOMAKE) --gnu  src/Makefile
 
115
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
116
        cd $(top_builddir) && \
 
117
          CONFIG_HEADERS= CONFIG_LINKS= \
 
118
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
119
install-binPROGRAMS: $(bin_PROGRAMS)
 
120
        @$(NORMAL_INSTALL)
 
121
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
122
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
123
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
124
          if test -f $$p \
 
125
          ; then \
 
126
            f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
 
127
           echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
 
128
           $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \
 
129
          else :; fi; \
 
130
        done
 
131
 
 
132
uninstall-binPROGRAMS:
 
133
        @$(NORMAL_UNINSTALL)
 
134
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
135
          f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
136
          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
 
137
          rm -f $(DESTDIR)$(bindir)/$$f; \
 
138
        done
 
139
 
 
140
clean-binPROGRAMS:
 
141
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
142
hexcurse$(EXEEXT): $(hexcurse_OBJECTS) $(hexcurse_DEPENDENCIES) 
 
143
        @rm -f hexcurse$(EXEEXT)
 
144
        $(LINK) $(hexcurse_LDFLAGS) $(hexcurse_OBJECTS) $(hexcurse_LDADD) $(LIBS)
 
145
 
 
146
mostlyclean-compile:
 
147
        -rm -f *.$(OBJEXT) core *.core
 
148
 
 
149
distclean-compile:
 
150
        -rm -f *.tab.c
 
151
 
 
152
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/acceptch.Po@am__quote@
 
153
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/file.Po@am__quote@
 
154
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt.Po@am__quote@
 
155
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hexcurse.Po@am__quote@
 
156
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/llist.Po@am__quote@
 
157
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/screen.Po@am__quote@
 
158
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stack.Po@am__quote@
 
159
 
 
160
distclean-depend:
 
161
        -rm -rf $(DEPDIR)
 
162
 
 
163
.c.o:
 
164
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
165
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
166
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
167
        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
 
168
 
 
169
.c.obj:
 
170
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
171
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
172
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
173
        $(COMPILE) -c `cygpath -w $<`
 
174
CCDEPMODE = @CCDEPMODE@
 
175
uninstall-info-am:
 
176
 
 
177
tags: TAGS
 
178
 
 
179
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
180
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
181
        unique=`for i in $$list; do \
 
182
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
183
          done | \
 
184
          $(AWK) '    { files[$$0] = 1; } \
 
185
               END { for (i in files) print i; }'`; \
 
186
        mkid -fID $$unique $(LISP)
 
187
 
 
188
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
189
                $(TAGS_FILES) $(LISP)
 
190
        tags=; \
 
191
        here=`pwd`; \
 
192
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
193
        unique=`for i in $$list; do \
 
194
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
195
          done | \
 
196
          $(AWK) '    { files[$$0] = 1; } \
 
197
               END { for (i in files) print i; }'`; \
 
198
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
199
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
200
 
 
201
GTAGS:
 
202
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
203
          && cd $(top_srcdir) \
 
204
          && gtags -i $(GTAGS_ARGS) $$here
 
205
 
 
206
distclean-tags:
 
207
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
208
 
 
209
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
210
 
 
211
top_distdir = ..
 
212
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
213
 
 
214
distdir: $(DISTFILES)
 
215
        @for file in $(DISTFILES); do \
 
216
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
217
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
218
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
219
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
220
          fi; \
 
221
          if test -d $$d/$$file; then \
 
222
            cp -pR $$d/$$file $(distdir) \
 
223
            || exit 1; \
 
224
          else \
 
225
            test -f $(distdir)/$$file \
 
226
            || cp -p $$d/$$file $(distdir)/$$file \
 
227
            || exit 1; \
 
228
          fi; \
 
229
        done
 
230
check-am: all-am
 
231
check: check-am
 
232
all-am: Makefile $(PROGRAMS)
 
233
 
 
234
installdirs:
 
235
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
236
 
 
237
install: install-am
 
238
install-exec: install-exec-am
 
239
install-data: install-data-am
 
240
uninstall: uninstall-am
 
241
 
 
242
install-am: all-am
 
243
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
244
 
 
245
installcheck: installcheck-am
 
246
install-strip:
 
247
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
248
          `test -z '$(STRIP)' || \
 
249
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
250
mostlyclean-generic:
 
251
 
 
252
clean-generic:
 
253
 
 
254
distclean-generic:
 
255
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
256
 
 
257
maintainer-clean-generic:
 
258
        @echo "This command is intended for maintainers to use"
 
259
        @echo "it deletes files that may require special tools to rebuild."
 
260
clean: clean-am
 
261
 
 
262
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
263
 
 
264
distclean: distclean-am
 
265
 
 
266
distclean-am: clean-am distclean-compile distclean-depend \
 
267
        distclean-generic distclean-tags
 
268
 
 
269
dvi: dvi-am
 
270
 
 
271
dvi-am:
 
272
 
 
273
info: info-am
 
274
 
 
275
info-am:
 
276
 
 
277
install-data-am:
 
278
 
 
279
install-exec-am: install-binPROGRAMS
 
280
 
 
281
install-info: install-info-am
 
282
 
 
283
install-man:
 
284
 
 
285
installcheck-am:
 
286
 
 
287
maintainer-clean: maintainer-clean-am
 
288
 
 
289
maintainer-clean-am: distclean-am maintainer-clean-generic
 
290
 
 
291
mostlyclean: mostlyclean-am
 
292
 
 
293
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
294
 
 
295
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
296
 
 
297
.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
298
        clean-generic distclean distclean-compile distclean-depend \
 
299
        distclean-generic distclean-tags distdir dvi dvi-am info \
 
300
        info-am install install-am install-binPROGRAMS install-data \
 
301
        install-data-am install-exec install-exec-am install-info \
 
302
        install-info-am install-man install-strip installcheck \
 
303
        installcheck-am installdirs maintainer-clean \
 
304
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
305
        mostlyclean-generic tags uninstall uninstall-am \
 
306
        uninstall-binPROGRAMS uninstall-info-am
 
307
 
 
308
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
309
# Otherwise a system limit (for SysV at least) may be exceeded.
 
310
.NOEXPORT: