comparison host/tools/Utils/common/Makefile.in @ 283:f58bc1b2c2bc

Reorganization of the host-side autoconfiscation support, and a couple of minor bug fixes. The main goal is to support per-package host-side software in addition to the generic host-side tools. For example, the synthetic target HAL and device driver packages can now have host subdirectories with support code.
author bartv
date Sun, 11 Aug 2002 21:40:50 +0000
parents e0c0827131d1
children c2d1fd823f09
comparison
equal deleted inserted replaced
282:a29ee6c2dd3c 283:f58bc1b2c2bc
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am 1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2 2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation 4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it, 5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved. 6 # with or without modifications, as long as this notice is preserved.
7 7
8 # This program is distributed in the hope that it will be useful, 8 # This program is distributed in the hope that it will be useful,
84 POST_UNINSTALL = : 84 POST_UNINSTALL = :
85 host_alias = @host_alias@ 85 host_alias = @host_alias@
86 host_triplet = @host@ 86 host_triplet = @host@
87 CC = @CC@ 87 CC = @CC@
88 CXX = @CXX@ 88 CXX = @CXX@
89 ECOS_REPOSITORY = @ECOS_REPOSITORY@
89 EXEEXT = @EXEEXT@ 90 EXEEXT = @EXEEXT@
90 MAINT = @MAINT@ 91 MAINT = @MAINT@
91 MAKEINFO = @MAKEINFO@ 92 MAKEINFO = @MAKEINFO@
93 MSVC_SRCDIR = @MSVC_SRCDIR@
92 OBJEXT = @OBJEXT@ 94 OBJEXT = @OBJEXT@
93 PACKAGE = @PACKAGE@ 95 PACKAGE = @PACKAGE@
96 PACKAGE_DIR = @PACKAGE_DIR@
97 PACKAGE_INSTALL = @PACKAGE_INSTALL@
98 PACKAGE_VERSION = @PACKAGE_VERSION@
94 RANLIB = @RANLIB@ 99 RANLIB = @RANLIB@
95 VERSION = @VERSION@ 100 VERSION = @VERSION@
96 cyg_ac_tcl_incdir = @cyg_ac_tcl_incdir@ 101 ecos_CFLAGS = @ecos_CFLAGS@
97 cyg_ac_tcl_libdir = @cyg_ac_tcl_libdir@ 102 ecos_CXXFLAGS = @ecos_CXXFLAGS@
98 cyg_ac_tcl_libs = @cyg_ac_tcl_libs@ 103 ecos_INCLUDES = @ecos_INCLUDES@
99 cyg_ac_tcl_version = @cyg_ac_tcl_version@ 104 ecos_LDADD = @ecos_LDADD@
100 cyg_ac_tk_libs = @cyg_ac_tk_libs@ 105 ecos_LIBS = @ecos_LIBS@
106 ecos_infra_incdir = @ecos_infra_incdir@
107 ecos_infra_libdir = @ecos_infra_libdir@
108 ecos_libcdl_incdir = @ecos_libcdl_incdir@
109 ecos_libcdl_libdir = @ecos_libcdl_libdir@
110 ecos_tk_libs = @ecos_tk_libs@
101 111
102 AUTOMAKE_OPTIONS = 1.3 cygnus 112 AUTOMAKE_OPTIONS = 1.3 cygnus
103 SUBDIRS = 113 SUBDIRS =
104 114
105 noinst_LIBRARIES = libutils.a 115 noinst_LIBRARIES = libutils.a
107 libutils_a_SOURCES = Collections.cpp Subprocess.cpp eCosSocket.cpp \ 117 libutils_a_SOURCES = Collections.cpp Subprocess.cpp eCosSocket.cpp \
108 eCosThreadUtils.cpp Properties.cpp eCosSerial.cpp \ 118 eCosThreadUtils.cpp Properties.cpp eCosSerial.cpp \
109 eCosStd.cpp eCosTrace.cpp 119 eCosStd.cpp eCosTrace.cpp
110 120
111 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 121 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs 122 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../acsupport/mkinstalldirs
113 CONFIG_CLEAN_FILES = 123 CONFIG_CLEAN_FILES =
114 LIBRARIES = $(noinst_LIBRARIES) 124 LIBRARIES = $(noinst_LIBRARIES)
115 125
116 126
117 DEFS = @DEFS@ -I. -I$(srcdir) 127 DEFS = @DEFS@ -I. -I$(srcdir)
233 maintainer-clean-recursive: 243 maintainer-clean-recursive:
234 @set fnord $(MAKEFLAGS); amf=$$2; \ 244 @set fnord $(MAKEFLAGS); amf=$$2; \
235 dot_seen=no; \ 245 dot_seen=no; \
236 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ 246 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
237 rev="$$subdir $$rev"; \ 247 rev="$$subdir $$rev"; \
238 test "$$subdir" = "." && dot_seen=yes; \ 248 test "$$subdir" != "." || dot_seen=yes; \
239 done; \ 249 done; \
240 test "$$dot_seen" = "no" && rev=". $$rev"; \ 250 test "$$dot_seen" = "no" && rev=". $$rev"; \
241 target=`echo $@ | sed s/-recursive//`; \ 251 target=`echo $@ | sed s/-recursive//`; \
242 for subdir in $$rev; do \ 252 for subdir in $$rev; do \
243 echo "Making $$target in $$subdir"; \ 253 echo "Making $$target in $$subdir"; \