1 |
27 |
unneback |
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
|
2 |
|
|
|
3 |
|
|
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
4 |
|
|
# This Makefile.in is free software; the Free Software Foundation
|
5 |
|
|
# gives unlimited permission to copy and/or distribute it,
|
6 |
|
|
# with or without modifications, as long as this notice is preserved.
|
7 |
|
|
|
8 |
|
|
# This program is distributed in the hope that it will be useful,
|
9 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
10 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
11 |
|
|
# PARTICULAR PURPOSE.
|
12 |
|
|
|
13 |
|
|
#####ECOSGPLCOPYRIGHTBEGIN####
|
14 |
|
|
#####ECOSGPLCOPYRIGHTEND####
|
15 |
|
|
#######DESCRIPTIONBEGIN####
|
16 |
|
|
######DESCRIPTIONEND####
|
17 |
|
|
|
18 |
|
|
|
19 |
|
|
SHELL = @SHELL@
|
20 |
|
|
|
21 |
|
|
srcdir = @srcdir@
|
22 |
|
|
top_srcdir = @top_srcdir@
|
23 |
|
|
VPATH = @srcdir@
|
24 |
|
|
prefix = @prefix@
|
25 |
|
|
exec_prefix = @exec_prefix@
|
26 |
|
|
|
27 |
|
|
bindir = @bindir@
|
28 |
|
|
sbindir = @sbindir@
|
29 |
|
|
libexecdir = @libexecdir@
|
30 |
|
|
datadir = @datadir@
|
31 |
|
|
sysconfdir = @sysconfdir@
|
32 |
|
|
sharedstatedir = @sharedstatedir@
|
33 |
|
|
localstatedir = @localstatedir@
|
34 |
|
|
libdir = @libdir@
|
35 |
|
|
infodir = @infodir@
|
36 |
|
|
mandir = @mandir@
|
37 |
|
|
includedir = @includedir@
|
38 |
|
|
oldincludedir = /usr/include
|
39 |
|
|
|
40 |
|
|
DESTDIR =
|
41 |
|
|
|
42 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
43 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
44 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
45 |
|
|
|
46 |
|
|
top_builddir = .
|
47 |
|
|
|
48 |
|
|
ACLOCAL = @ACLOCAL@
|
49 |
|
|
AUTOCONF = @AUTOCONF@
|
50 |
|
|
AUTOMAKE = @AUTOMAKE@
|
51 |
|
|
AUTOHEADER = @AUTOHEADER@
|
52 |
|
|
|
53 |
|
|
INSTALL = @INSTALL@
|
54 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
55 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
56 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
57 |
|
|
transform = @program_transform_name@
|
58 |
|
|
|
59 |
|
|
NORMAL_INSTALL = :
|
60 |
|
|
PRE_INSTALL = :
|
61 |
|
|
POST_INSTALL = :
|
62 |
|
|
NORMAL_UNINSTALL = :
|
63 |
|
|
PRE_UNINSTALL = :
|
64 |
|
|
POST_UNINSTALL = :
|
65 |
|
|
host_alias = @host_alias@
|
66 |
|
|
host_triplet = @host@
|
67 |
|
|
CC = @CC@
|
68 |
|
|
CXX = @CXX@
|
69 |
|
|
ECOS_REPOSITORY = @ECOS_REPOSITORY@
|
70 |
|
|
EXEEXT = @EXEEXT@
|
71 |
|
|
LN_S = @LN_S@
|
72 |
|
|
MAINT = @MAINT@
|
73 |
|
|
MAKEINFO = @MAKEINFO@
|
74 |
|
|
MSVC_SRCDIR = @MSVC_SRCDIR@
|
75 |
|
|
OBJEXT = @OBJEXT@
|
76 |
|
|
PACKAGE = @PACKAGE@
|
77 |
|
|
PACKAGE_DIR = @PACKAGE_DIR@
|
78 |
|
|
PACKAGE_INSTALL = @PACKAGE_INSTALL@
|
79 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
80 |
|
|
VERSION = @VERSION@
|
81 |
|
|
ecos_CFLAGS = @ecos_CFLAGS@
|
82 |
|
|
ecos_CXXFLAGS = @ecos_CXXFLAGS@
|
83 |
|
|
ecos_INCLUDES = @ecos_INCLUDES@
|
84 |
|
|
ecos_LDADD = @ecos_LDADD@
|
85 |
|
|
ecos_LIBS = @ecos_LIBS@
|
86 |
|
|
ecos_infra_incdir = @ecos_infra_incdir@
|
87 |
|
|
ecos_infra_libdir = @ecos_infra_libdir@
|
88 |
|
|
ecos_libcdl_incdir = @ecos_libcdl_incdir@
|
89 |
|
|
ecos_libcdl_libdir = @ecos_libcdl_libdir@
|
90 |
|
|
ecos_tk_includes = @ecos_tk_includes@
|
91 |
|
|
ecos_tk_libs = @ecos_tk_libs@
|
92 |
|
|
|
93 |
|
|
AUTOMAKE_OPTIONS = 1.3 foreign
|
94 |
|
|
|
95 |
|
|
@SUPPORTED_TRUE@AM_CFLAGS = @SUPPORTED_TRUE@@ecos_CFLAGS@ -DUSBHOST_VERSION=\"@VERSION@\" -DPKGVERSION=\"@PACKAGE_VERSION@\" -DUSBAUXDIR=\"$(libexecdir)/ecos/@PACKAGE_INSTALL@\"
|
96 |
|
|
@SUPPORTED_TRUE@AM_CXXFLAGS = @SUPPORTED_TRUE@@ecos_CXXFLAGS@
|
97 |
|
|
@SUPPORTED_TRUE@INCLUDES = @SUPPORTED_TRUE@@ecos_INCLUDES@
|
98 |
|
|
@SUPPORTED_TRUE@LIBS = @SUPPORTED_TRUE@@ecos_LIBS@ @ecos_LDADD@
|
99 |
|
|
|
100 |
|
|
@SUPPORTED_TRUE@noinst_PROGRAMS = @SUPPORTED_TRUE@usbhost
|
101 |
|
|
@SUPPORTED_TRUE@usbhost_SOURCES = @SUPPORTED_TRUE@usbhost.c
|
102 |
|
|
@SUPPORTED_TRUE@usbhost_DEPENDENCIES = @SUPPORTED_TRUE@../tests/protocol.h ../tests/common.c
|
103 |
|
|
@SUPPORTED_TRUE@usbhost_LDADD = @SUPPORTED_TRUE@-lpthread
|
104 |
|
|
|
105 |
|
|
@SUPPORTED_TRUE@usbauxdir = @SUPPORTED_TRUE@$(libexecdir)/ecos/@PACKAGE_INSTALL@
|
106 |
|
|
@SUPPORTED_TRUE@usbaux_PROGRAMS = @SUPPORTED_TRUE@usbchmod
|
107 |
|
|
@SUPPORTED_TRUE@usbaux_DATA = @SUPPORTED_TRUE@usbhost.tcl list.tcl verbose.tcl
|
108 |
|
|
@SUPPORTED_TRUE@usbchmod_SOURCES = @SUPPORTED_TRUE@usbchmod.c
|
109 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
110 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../acsupport/mkinstalldirs
|
111 |
|
|
CONFIG_CLEAN_FILES =
|
112 |
|
|
@SUPPORTED_TRUE@noinst_PROGRAMS = usbhost$(EXEEXT)
|
113 |
|
|
@SUPPORTED_TRUE@usbaux_PROGRAMS = usbchmod$(EXEEXT)
|
114 |
|
|
PROGRAMS = $(noinst_PROGRAMS) $(usbaux_PROGRAMS)
|
115 |
|
|
|
116 |
|
|
|
117 |
|
|
DEFS = @DEFS@ -I. -I$(srcdir)
|
118 |
|
|
CPPFLAGS = @CPPFLAGS@
|
119 |
|
|
LDFLAGS = @LDFLAGS@
|
120 |
|
|
@SUPPORTED_TRUE@usbhost_OBJECTS = usbhost.$(OBJEXT)
|
121 |
|
|
usbhost_LDFLAGS =
|
122 |
|
|
@SUPPORTED_TRUE@usbchmod_OBJECTS = usbchmod.$(OBJEXT)
|
123 |
|
|
usbchmod_LDADD = $(LDADD)
|
124 |
|
|
usbchmod_DEPENDENCIES =
|
125 |
|
|
usbchmod_LDFLAGS =
|
126 |
|
|
CFLAGS = @CFLAGS@
|
127 |
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
128 |
|
|
CCLD = $(CC)
|
129 |
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
130 |
|
|
DATA = $(usbaux_DATA)
|
131 |
|
|
|
132 |
|
|
DIST_COMMON = Makefile.am Makefile.in acinclude.m4 aclocal.m4 configure \
|
133 |
|
|
configure.in
|
134 |
|
|
|
135 |
|
|
|
136 |
|
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
137 |
|
|
|
138 |
|
|
TAR = gtar
|
139 |
|
|
GZIP_ENV = --best
|
140 |
|
|
DEP_FILES = .deps/usbchmod.P .deps/usbhost.P
|
141 |
|
|
SOURCES = $(usbhost_SOURCES) $(usbchmod_SOURCES)
|
142 |
|
|
OBJECTS = $(usbhost_OBJECTS) $(usbchmod_OBJECTS)
|
143 |
|
|
|
144 |
|
|
all: all-redirect
|
145 |
|
|
.SUFFIXES:
|
146 |
|
|
.SUFFIXES: .S .c .o .obj .s
|
147 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
148 |
|
|
cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
|
149 |
|
|
|
150 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
151 |
|
|
cd $(top_builddir) \
|
152 |
|
|
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
153 |
|
|
|
154 |
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
|
155 |
|
|
cd $(srcdir) && $(ACLOCAL)
|
156 |
|
|
|
157 |
|
|
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
158 |
|
|
$(SHELL) ./config.status --recheck
|
159 |
|
|
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
160 |
|
|
cd $(srcdir) && $(AUTOCONF)
|
161 |
|
|
|
162 |
|
|
mostlyclean-noinstPROGRAMS:
|
163 |
|
|
|
164 |
|
|
clean-noinstPROGRAMS:
|
165 |
|
|
-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
|
166 |
|
|
|
167 |
|
|
distclean-noinstPROGRAMS:
|
168 |
|
|
|
169 |
|
|
maintainer-clean-noinstPROGRAMS:
|
170 |
|
|
|
171 |
|
|
mostlyclean-usbauxPROGRAMS:
|
172 |
|
|
|
173 |
|
|
clean-usbauxPROGRAMS:
|
174 |
|
|
-test -z "$(usbaux_PROGRAMS)" || rm -f $(usbaux_PROGRAMS)
|
175 |
|
|
|
176 |
|
|
distclean-usbauxPROGRAMS:
|
177 |
|
|
|
178 |
|
|
maintainer-clean-usbauxPROGRAMS:
|
179 |
|
|
|
180 |
|
|
install-usbauxPROGRAMS: $(usbaux_PROGRAMS)
|
181 |
|
|
@$(NORMAL_INSTALL)
|
182 |
|
|
$(mkinstalldirs) $(DESTDIR)$(usbauxdir)
|
183 |
|
|
@list='$(usbaux_PROGRAMS)'; for p in $$list; do \
|
184 |
|
|
if test -f $$p; then \
|
185 |
|
|
echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(usbauxdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
186 |
|
|
$(INSTALL_PROGRAM) $$p $(DESTDIR)$(usbauxdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
187 |
|
|
else :; fi; \
|
188 |
|
|
done
|
189 |
|
|
|
190 |
|
|
uninstall-usbauxPROGRAMS:
|
191 |
|
|
@$(NORMAL_UNINSTALL)
|
192 |
|
|
list='$(usbaux_PROGRAMS)'; for p in $$list; do \
|
193 |
|
|
rm -f $(DESTDIR)$(usbauxdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
194 |
|
|
done
|
195 |
|
|
|
196 |
|
|
# FIXME: We should only use cygpath when building on Windows,
|
197 |
|
|
# and only if it is available.
|
198 |
|
|
.c.obj:
|
199 |
|
|
$(COMPILE) -c `cygpath -w $<`
|
200 |
|
|
|
201 |
|
|
.s.o:
|
202 |
|
|
$(COMPILE) -c $<
|
203 |
|
|
|
204 |
|
|
.S.o:
|
205 |
|
|
$(COMPILE) -c $<
|
206 |
|
|
|
207 |
|
|
mostlyclean-compile:
|
208 |
|
|
-rm -f *.o core *.core
|
209 |
|
|
-rm -f *.$(OBJEXT)
|
210 |
|
|
|
211 |
|
|
clean-compile:
|
212 |
|
|
|
213 |
|
|
distclean-compile:
|
214 |
|
|
-rm -f *.tab.c
|
215 |
|
|
|
216 |
|
|
maintainer-clean-compile:
|
217 |
|
|
|
218 |
|
|
usbhost$(EXEEXT): $(usbhost_OBJECTS) $(usbhost_DEPENDENCIES)
|
219 |
|
|
@rm -f usbhost$(EXEEXT)
|
220 |
|
|
$(LINK) $(usbhost_LDFLAGS) $(usbhost_OBJECTS) $(usbhost_LDADD) $(LIBS)
|
221 |
|
|
|
222 |
|
|
usbchmod$(EXEEXT): $(usbchmod_OBJECTS) $(usbchmod_DEPENDENCIES)
|
223 |
|
|
@rm -f usbchmod$(EXEEXT)
|
224 |
|
|
$(LINK) $(usbchmod_LDFLAGS) $(usbchmod_OBJECTS) $(usbchmod_LDADD) $(LIBS)
|
225 |
|
|
|
226 |
|
|
install-usbauxDATA: $(usbaux_DATA)
|
227 |
|
|
@$(NORMAL_INSTALL)
|
228 |
|
|
$(mkinstalldirs) $(DESTDIR)$(usbauxdir)
|
229 |
|
|
@list='$(usbaux_DATA)'; for p in $$list; do \
|
230 |
|
|
if test -f $(srcdir)/$$p; then \
|
231 |
|
|
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(usbauxdir)/$$p"; \
|
232 |
|
|
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(usbauxdir)/$$p; \
|
233 |
|
|
else if test -f $$p; then \
|
234 |
|
|
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(usbauxdir)/$$p"; \
|
235 |
|
|
$(INSTALL_DATA) $$p $(DESTDIR)$(usbauxdir)/$$p; \
|
236 |
|
|
fi; fi; \
|
237 |
|
|
done
|
238 |
|
|
|
239 |
|
|
uninstall-usbauxDATA:
|
240 |
|
|
@$(NORMAL_UNINSTALL)
|
241 |
|
|
list='$(usbaux_DATA)'; for p in $$list; do \
|
242 |
|
|
rm -f $(DESTDIR)$(usbauxdir)/$$p; \
|
243 |
|
|
done
|
244 |
|
|
|
245 |
|
|
tags: TAGS
|
246 |
|
|
|
247 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP)
|
248 |
|
|
list='$(SOURCES) $(HEADERS)'; \
|
249 |
|
|
unique=`for i in $$list; do echo $$i; done | \
|
250 |
|
|
awk ' { files[$$0] = 1; } \
|
251 |
|
|
END { for (i in files) print i; }'`; \
|
252 |
|
|
here=`pwd` && cd $(srcdir) \
|
253 |
|
|
&& mkid -f$$here/ID $$unique $(LISP)
|
254 |
|
|
|
255 |
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
|
256 |
|
|
tags=; \
|
257 |
|
|
here=`pwd`; \
|
258 |
|
|
list='$(SOURCES) $(HEADERS)'; \
|
259 |
|
|
unique=`for i in $$list; do echo $$i; done | \
|
260 |
|
|
awk ' { files[$$0] = 1; } \
|
261 |
|
|
END { for (i in files) print i; }'`; \
|
262 |
|
|
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
263 |
|
|
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
|
264 |
|
|
|
265 |
|
|
mostlyclean-tags:
|
266 |
|
|
|
267 |
|
|
clean-tags:
|
268 |
|
|
|
269 |
|
|
distclean-tags:
|
270 |
|
|
-rm -f TAGS ID
|
271 |
|
|
|
272 |
|
|
maintainer-clean-tags:
|
273 |
|
|
|
274 |
|
|
distdir = $(PACKAGE)-$(VERSION)
|
275 |
|
|
top_distdir = $(distdir)
|
276 |
|
|
|
277 |
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
278 |
|
|
# it guarantees that the distribution is self-contained by making another
|
279 |
|
|
# tarfile.
|
280 |
|
|
distcheck: dist
|
281 |
|
|
-rm -rf $(distdir)
|
282 |
|
|
GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
|
283 |
|
|
mkdir $(distdir)/=build
|
284 |
|
|
mkdir $(distdir)/=inst
|
285 |
|
|
dc_install_base=`cd $(distdir)/=inst && pwd`; \
|
286 |
|
|
cd $(distdir)/=build \
|
287 |
|
|
&& ../configure --srcdir=.. --prefix=$$dc_install_base \
|
288 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
289 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
290 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
291 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
292 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
293 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist
|
294 |
|
|
-rm -rf $(distdir)
|
295 |
|
|
@banner="$(distdir).tar.gz is ready for distribution"; \
|
296 |
|
|
dashes=`echo "$$banner" | sed s/./=/g`; \
|
297 |
|
|
echo "$$dashes"; \
|
298 |
|
|
echo "$$banner"; \
|
299 |
|
|
echo "$$dashes"
|
300 |
|
|
dist: distdir
|
301 |
|
|
-chmod -R a+r $(distdir)
|
302 |
|
|
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
303 |
|
|
-rm -rf $(distdir)
|
304 |
|
|
dist-all: distdir
|
305 |
|
|
-chmod -R a+r $(distdir)
|
306 |
|
|
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
307 |
|
|
-rm -rf $(distdir)
|
308 |
|
|
distdir: $(DISTFILES)
|
309 |
|
|
-rm -rf $(distdir)
|
310 |
|
|
mkdir $(distdir)
|
311 |
|
|
-chmod 777 $(distdir)
|
312 |
|
|
here=`cd $(top_builddir) && pwd`; \
|
313 |
|
|
top_distdir=`cd $(distdir) && pwd`; \
|
314 |
|
|
distdir=`cd $(distdir) && pwd`; \
|
315 |
|
|
cd $(top_srcdir) \
|
316 |
|
|
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
|
317 |
|
|
@for file in $(DISTFILES); do \
|
318 |
|
|
d=$(srcdir); \
|
319 |
|
|
if test -d $$d/$$file; then \
|
320 |
|
|
cp -pr $$d/$$file $(distdir)/$$file; \
|
321 |
|
|
else \
|
322 |
|
|
test -f $(distdir)/$$file \
|
323 |
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
324 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
325 |
|
|
fi; \
|
326 |
|
|
done
|
327 |
|
|
|
328 |
|
|
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
329 |
|
|
|
330 |
|
|
-include $(DEP_FILES)
|
331 |
|
|
|
332 |
|
|
mostlyclean-depend:
|
333 |
|
|
|
334 |
|
|
clean-depend:
|
335 |
|
|
|
336 |
|
|
distclean-depend:
|
337 |
|
|
-rm -rf .deps
|
338 |
|
|
|
339 |
|
|
maintainer-clean-depend:
|
340 |
|
|
|
341 |
|
|
%.o: %.c
|
342 |
|
|
@echo '$(COMPILE) -c $<'; \
|
343 |
|
|
$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
|
344 |
|
|
@-cp .deps/$(*F).pp .deps/$(*F).P; \
|
345 |
|
|
tr ' ' '\012' < .deps/$(*F).pp \
|
346 |
|
|
| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
|
347 |
|
|
>> .deps/$(*F).P; \
|
348 |
|
|
rm .deps/$(*F).pp
|
349 |
|
|
|
350 |
|
|
%.lo: %.c
|
351 |
|
|
@echo '$(LTCOMPILE) -c $<'; \
|
352 |
|
|
$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
|
353 |
|
|
@-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
|
354 |
|
|
< .deps/$(*F).pp > .deps/$(*F).P; \
|
355 |
|
|
tr ' ' '\012' < .deps/$(*F).pp \
|
356 |
|
|
| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
|
357 |
|
|
>> .deps/$(*F).P; \
|
358 |
|
|
rm -f .deps/$(*F).pp
|
359 |
|
|
info-am:
|
360 |
|
|
info: info-am
|
361 |
|
|
dvi-am:
|
362 |
|
|
dvi: dvi-am
|
363 |
|
|
check-am: all-am
|
364 |
|
|
check: check-am
|
365 |
|
|
installcheck-am:
|
366 |
|
|
installcheck: installcheck-am
|
367 |
|
|
install-exec-am:
|
368 |
|
|
@$(NORMAL_INSTALL)
|
369 |
|
|
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
370 |
|
|
install-exec: install-exec-am
|
371 |
|
|
|
372 |
|
|
install-data-am: install-usbauxPROGRAMS install-usbauxDATA
|
373 |
|
|
@$(NORMAL_INSTALL)
|
374 |
|
|
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
375 |
|
|
install-data: install-data-am
|
376 |
|
|
|
377 |
|
|
install-am: all-am
|
378 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
379 |
|
|
install: install-am
|
380 |
|
|
uninstall-am: uninstall-usbauxPROGRAMS uninstall-usbauxDATA
|
381 |
|
|
uninstall: uninstall-am
|
382 |
|
|
all-am: Makefile $(PROGRAMS) $(DATA)
|
383 |
|
|
all-redirect: all-am
|
384 |
|
|
install-strip:
|
385 |
|
|
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
386 |
|
|
installdirs:
|
387 |
|
|
$(mkinstalldirs) $(DESTDIR)$(usbauxdir) $(DESTDIR)$(usbauxdir)
|
388 |
|
|
|
389 |
|
|
|
390 |
|
|
mostlyclean-generic:
|
391 |
|
|
|
392 |
|
|
clean-generic:
|
393 |
|
|
|
394 |
|
|
distclean-generic:
|
395 |
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
396 |
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
397 |
|
|
|
398 |
|
|
maintainer-clean-generic:
|
399 |
|
|
mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-usbauxPROGRAMS \
|
400 |
|
|
mostlyclean-compile mostlyclean-tags mostlyclean-depend \
|
401 |
|
|
mostlyclean-generic
|
402 |
|
|
|
403 |
|
|
mostlyclean: mostlyclean-am
|
404 |
|
|
|
405 |
|
|
clean-am: clean-noinstPROGRAMS clean-usbauxPROGRAMS clean-compile \
|
406 |
|
|
clean-tags clean-depend clean-generic mostlyclean-am
|
407 |
|
|
|
408 |
|
|
clean: clean-am
|
409 |
|
|
|
410 |
|
|
distclean-am: distclean-noinstPROGRAMS distclean-usbauxPROGRAMS \
|
411 |
|
|
distclean-compile distclean-tags distclean-depend \
|
412 |
|
|
distclean-generic clean-am
|
413 |
|
|
|
414 |
|
|
distclean: distclean-am
|
415 |
|
|
-rm -f config.status
|
416 |
|
|
|
417 |
|
|
maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
|
418 |
|
|
maintainer-clean-usbauxPROGRAMS \
|
419 |
|
|
maintainer-clean-compile maintainer-clean-tags \
|
420 |
|
|
maintainer-clean-depend maintainer-clean-generic \
|
421 |
|
|
distclean-am
|
422 |
|
|
@echo "This command is intended for maintainers to use;"
|
423 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
424 |
|
|
|
425 |
|
|
maintainer-clean: maintainer-clean-am
|
426 |
|
|
-rm -f config.status
|
427 |
|
|
|
428 |
|
|
.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
|
429 |
|
|
clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
|
430 |
|
|
mostlyclean-usbauxPROGRAMS distclean-usbauxPROGRAMS \
|
431 |
|
|
clean-usbauxPROGRAMS maintainer-clean-usbauxPROGRAMS \
|
432 |
|
|
uninstall-usbauxPROGRAMS install-usbauxPROGRAMS mostlyclean-compile \
|
433 |
|
|
distclean-compile clean-compile maintainer-clean-compile \
|
434 |
|
|
uninstall-usbauxDATA install-usbauxDATA tags mostlyclean-tags \
|
435 |
|
|
distclean-tags clean-tags maintainer-clean-tags distdir \
|
436 |
|
|
mostlyclean-depend distclean-depend clean-depend \
|
437 |
|
|
maintainer-clean-depend info-am info dvi-am dvi check check-am \
|
438 |
|
|
installcheck-am installcheck install-exec-am install-exec \
|
439 |
|
|
install-data-am install-data install-am install uninstall-am uninstall \
|
440 |
|
|
all-redirect all-am all installdirs mostlyclean-generic \
|
441 |
|
|
distclean-generic clean-generic maintainer-clean-generic clean \
|
442 |
|
|
mostlyclean distclean maintainer-clean
|
443 |
|
|
|
444 |
|
|
|
445 |
|
|
@SUPPORTED_TRUE@install-exec-hook:
|
446 |
|
|
@SUPPORTED_TRUE@ $(INSTALL_PROGRAM) usbhost $(bindir)/usbhost_@PACKAGE_VERSION@
|
447 |
|
|
@SUPPORTED_TRUE@ rm -f $(bindir)/usbhost
|
448 |
|
|
@SUPPORTED_TRUE@ $(LN_S) $(bindir)/usbhost_@PACKAGE_VERSION@ $(bindir)/usbhost
|
449 |
|
|
|
450 |
|
|
@SUPPORTED_TRUE@install-data-hook:
|
451 |
|
|
@SUPPORTED_TRUE@ chown root $(usbauxdir)/usbchmod
|
452 |
|
|
@SUPPORTED_TRUE@ chmod u+s $(usbauxdir)/usbchmod
|
453 |
|
|
|
454 |
|
|
@SUPPORTED_FALSE@install-exec-hook:
|
455 |
|
|
@SUPPORTED_FALSE@ echo Nothing to be done for this platform
|
456 |
|
|
|
457 |
|
|
@SUPPORTED_FALSE@install-data-hook:
|
458 |
|
|
@SUPPORTED_FALSE@ echo Nothing to be done for this platform
|
459 |
|
|
|
460 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
461 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
462 |
|
|
.NOEXPORT:
|