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

Subversion Repositories vapi

[/] [vapi/] [tags/] [initial/] [Makefile] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 markom
# Generated automatically from Makefile.in by configure.
2
# Makefile.in generated automatically by automake 1.4 from Makefile.am
3
 
4
# Copyright (C) 1994, 1995-8, 1999 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
 
15
SHELL = /bin/sh
16
 
17
srcdir = .
18
top_srcdir = .
19
prefix = /usr/local
20
exec_prefix = ${prefix}
21
 
22
bindir = ${exec_prefix}/bin
23
sbindir = ${exec_prefix}/sbin
24
libexecdir = ${exec_prefix}/libexec
25
datadir = ${prefix}/share
26
sysconfdir = ${prefix}/etc
27
sharedstatedir = ${prefix}/com
28
localstatedir = ${prefix}/var
29
libdir = ${exec_prefix}/lib
30
infodir = ${prefix}/info
31
mandir = ${prefix}/man
32
includedir = ${prefix}/include
33
oldincludedir = /usr/include
34
 
35
DESTDIR =
36
 
37
pkgdatadir = $(datadir)/vapi
38
pkglibdir = $(libdir)/vapi
39
pkgincludedir = $(includedir)/vapi
40
 
41
top_builddir = .
42
 
43
ACLOCAL = aclocal
44
AUTOCONF = autoconf
45
AUTOMAKE = automake
46
AUTOHEADER = autoheader
47
 
48
INSTALL = /usr/bin//install -c
49
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50
INSTALL_DATA = ${INSTALL} -m 644
51
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
52
transform = s,x,x,
53
 
54
NORMAL_INSTALL = :
55
PRE_INSTALL = :
56
POST_INSTALL = :
57
NORMAL_UNINSTALL = :
58
PRE_UNINSTALL = :
59
POST_UNINSTALL = :
60
CC = gcc
61
MAKEINFO = makeinfo
62
PACKAGE = vapi
63
VERSION = 1.1
64
 
65
bin_PROGRAMS = uart
66
 
67
uart_SOURCES = vapi.c vapi.h uart.c
68
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
70
CONFIG_CLEAN_FILES =
71
PROGRAMS =  $(bin_PROGRAMS)
72
 
73
 
74
DEFS =  -DPACKAGE=\"vapi\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SOCKET=1 -DHAVE_STRERROR=1 -DHAVE_STRTOL=1  -I. -I$(srcdir)
75
CPPFLAGS =
76
LDFLAGS =
77
LIBS =
78
uart_OBJECTS =  vapi.o uart.o
79
uart_LDADD = $(LDADD)
80
uart_DEPENDENCIES =
81
uart_LDFLAGS =
82
CFLAGS = -g -O2
83
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84
CCLD = $(CC)
85
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
86
DIST_COMMON =  COPYING INSTALL Makefile.am Makefile.in aclocal.m4 \
87
config.guess config.sub configure configure.in install-sh missing \
88
mkinstalldirs
89
 
90
 
91
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
92
 
93
TAR = gtar
94
GZIP_ENV = --best
95
DEP_FILES =  .deps/uart.P .deps/vapi.P
96
SOURCES = $(uart_SOURCES)
97
OBJECTS = $(uart_OBJECTS)
98
 
99
all: all-redirect
100
.SUFFIXES:
101
.SUFFIXES: .S .c .o .s
102
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
103
        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
104
 
105
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
106
        cd $(top_builddir) \
107
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
108
 
109
$(ACLOCAL_M4):  configure.in
110
        cd $(srcdir) && $(ACLOCAL)
111
 
112
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
113
        $(SHELL) ./config.status --recheck
114
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
115
        cd $(srcdir) && $(AUTOCONF)
116
 
117
mostlyclean-binPROGRAMS:
118
 
119
clean-binPROGRAMS:
120
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
121
 
122
distclean-binPROGRAMS:
123
 
124
maintainer-clean-binPROGRAMS:
125
 
126
install-binPROGRAMS: $(bin_PROGRAMS)
127
        @$(NORMAL_INSTALL)
128
        $(mkinstalldirs) $(DESTDIR)$(bindir)
129
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
130
          if test -f $$p; then \
131
            echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
132
             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
133
          else :; fi; \
134
        done
135
 
136
uninstall-binPROGRAMS:
137
        @$(NORMAL_UNINSTALL)
138
        list='$(bin_PROGRAMS)'; for p in $$list; do \
139
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
140
        done
141
 
142
.s.o:
143
        $(COMPILE) -c $<
144
 
145
.S.o:
146
        $(COMPILE) -c $<
147
 
148
mostlyclean-compile:
149
        -rm -f *.o core *.core
150
 
151
clean-compile:
152
 
153
distclean-compile:
154
        -rm -f *.tab.c
155
 
156
maintainer-clean-compile:
157
 
158
uart: $(uart_OBJECTS) $(uart_DEPENDENCIES)
159
        @rm -f uart
160
        $(LINK) $(uart_LDFLAGS) $(uart_OBJECTS) $(uart_LDADD) $(LIBS)
161
 
162
tags: TAGS
163
 
164
ID: $(HEADERS) $(SOURCES) $(LISP)
165
        list='$(SOURCES) $(HEADERS)'; \
166
        unique=`for i in $$list; do echo $$i; done | \
167
          awk '    { files[$$0] = 1; } \
168
               END { for (i in files) print i; }'`; \
169
        here=`pwd` && cd $(srcdir) \
170
          && mkid -f$$here/ID $$unique $(LISP)
171
 
172
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
173
        tags=; \
174
        here=`pwd`; \
175
        list='$(SOURCES) $(HEADERS)'; \
176
        unique=`for i in $$list; do echo $$i; done | \
177
          awk '    { files[$$0] = 1; } \
178
               END { for (i in files) print i; }'`; \
179
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
180
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
181
 
182
mostlyclean-tags:
183
 
184
clean-tags:
185
 
186
distclean-tags:
187
        -rm -f TAGS ID
188
 
189
maintainer-clean-tags:
190
 
191
distdir = $(PACKAGE)-$(VERSION)
192
top_distdir = $(distdir)
193
 
194
# This target untars the dist file and tries a VPATH configuration.  Then
195
# it guarantees that the distribution is self-contained by making another
196
# tarfile.
197
distcheck: dist
198
        -rm -rf $(distdir)
199
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
200
        mkdir $(distdir)/=build
201
        mkdir $(distdir)/=inst
202
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
203
        cd $(distdir)/=build \
204
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
205
          && $(MAKE) $(AM_MAKEFLAGS) \
206
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
207
          && $(MAKE) $(AM_MAKEFLAGS) check \
208
          && $(MAKE) $(AM_MAKEFLAGS) install \
209
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
210
          && $(MAKE) $(AM_MAKEFLAGS) dist
211
        -rm -rf $(distdir)
212
        @banner="$(distdir).tar.gz is ready for distribution"; \
213
        dashes=`echo "$$banner" | sed s/./=/g`; \
214
        echo "$$dashes"; \
215
        echo "$$banner"; \
216
        echo "$$dashes"
217
dist: distdir
218
        -chmod -R a+r $(distdir)
219
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
220
        -rm -rf $(distdir)
221
dist-all: distdir
222
        -chmod -R a+r $(distdir)
223
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
224
        -rm -rf $(distdir)
225
distdir: $(DISTFILES)
226
        -rm -rf $(distdir)
227
        mkdir $(distdir)
228
        -chmod 777 $(distdir)
229
        here=`cd $(top_builddir) && pwd`; \
230
        top_distdir=`cd $(distdir) && pwd`; \
231
        distdir=`cd $(distdir) && pwd`; \
232
        cd $(top_srcdir) \
233
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
234
        @for file in $(DISTFILES); do \
235
          d=$(srcdir); \
236
          if test -d $$d/$$file; then \
237
            cp -pr $$d/$$file $(distdir)/$$file; \
238
          else \
239
            test -f $(distdir)/$$file \
240
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
241
            || cp -p $$d/$$file $(distdir)/$$file || :; \
242
          fi; \
243
        done
244
 
245
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
246
 
247
-include $(DEP_FILES)
248
 
249
mostlyclean-depend:
250
 
251
clean-depend:
252
 
253
distclean-depend:
254
        -rm -rf .deps
255
 
256
maintainer-clean-depend:
257
 
258
%.o: %.c
259
        @echo '$(COMPILE) -c $<'; \
260
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
261
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
262
        tr ' ' '\012' < .deps/$(*F).pp \
263
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
264
            >> .deps/$(*F).P; \
265
        rm .deps/$(*F).pp
266
 
267
%.lo: %.c
268
        @echo '$(LTCOMPILE) -c $<'; \
269
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
270
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
271
          < .deps/$(*F).pp > .deps/$(*F).P; \
272
        tr ' ' '\012' < .deps/$(*F).pp \
273
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
274
            >> .deps/$(*F).P; \
275
        rm -f .deps/$(*F).pp
276
info-am:
277
info: info-am
278
dvi-am:
279
dvi: dvi-am
280
check-am: all-am
281
check: check-am
282
installcheck-am:
283
installcheck: installcheck-am
284
install-exec-am: install-binPROGRAMS
285
install-exec: install-exec-am
286
 
287
install-data-am:
288
install-data: install-data-am
289
 
290
install-am: all-am
291
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
292
install: install-am
293
uninstall-am: uninstall-binPROGRAMS
294
uninstall: uninstall-am
295
all-am: Makefile $(PROGRAMS)
296
all-redirect: all-am
297
install-strip:
298
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
299
installdirs:
300
        $(mkinstalldirs)  $(DESTDIR)$(bindir)
301
 
302
 
303
mostlyclean-generic:
304
 
305
clean-generic:
306
 
307
distclean-generic:
308
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
309
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
310
 
311
maintainer-clean-generic:
312
mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
313
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
314
 
315
mostlyclean: mostlyclean-am
316
 
317
clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
318
                clean-generic mostlyclean-am
319
 
320
clean: clean-am
321
 
322
distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
323
                distclean-depend distclean-generic clean-am
324
 
325
distclean: distclean-am
326
        -rm -f config.status
327
 
328
maintainer-clean-am:  maintainer-clean-binPROGRAMS \
329
                maintainer-clean-compile maintainer-clean-tags \
330
                maintainer-clean-depend maintainer-clean-generic \
331
                distclean-am
332
        @echo "This command is intended for maintainers to use;"
333
        @echo "it deletes files that may require special tools to rebuild."
334
 
335
maintainer-clean: maintainer-clean-am
336
        -rm -f config.status
337
 
338
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
339
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
340
mostlyclean-compile distclean-compile clean-compile \
341
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
342
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
343
distclean-depend clean-depend maintainer-clean-depend info-am info \
344
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
345
install-exec install-data-am install-data install-am install \
346
uninstall-am uninstall all-redirect all-am all installdirs \
347
mostlyclean-generic distclean-generic clean-generic \
348
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
349
 
350
 
351
# Tell versions [3.59,3.63) of GNU make to not export all variables.
352
# Otherwise a system limit (for SysV at least) may be exceeded.
353
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.