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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [libcdl/] [Makefile.in] - Blame information for rev 790

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008  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
# ####ECOSHOSTGPLCOPYRIGHTBEGIN####
18
# -------------------------------------------
19
# This file is part of the eCos host tools.
20
# Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
21
#
22
# This program is free software; you can redistribute it and/or modify
23
# it under the terms of the GNU General Public License as published by
24
# the Free Software Foundation; either version 2 or (at your option) any
25
# later version.
26
#
27
# This program is distributed in the hope that it will be useful, but
28
# WITHOUT ANY WARRANTY; without even the implied warranty of
29
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
30
# General Public License for more details.
31
#
32
# You should have received a copy of the GNU General Public License
33
# along with this program; if not, write to the
34
# Free Software Foundation, Inc., 51 Franklin Street,
35
# Fifth Floor, Boston, MA  02110-1301, USA.
36
# -------------------------------------------
37
# ####ECOSHOSTGPLCOPYRIGHTEND####
38
#######DESCRIPTIONBEGIN####
39
######DESCRIPTIONEND####
40
 
41
 
42
VPATH = @srcdir@
43
pkgdatadir = $(datadir)/@PACKAGE@
44
pkglibdir = $(libdir)/@PACKAGE@
45
pkgincludedir = $(includedir)/@PACKAGE@
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
install_sh_DATA = $(install_sh) -c -m 644
48
install_sh_PROGRAM = $(install_sh) -c
49
install_sh_SCRIPT = $(install_sh) -c
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
build_triplet = @build@
59
host_triplet = @host@
60
subdir = .
61
DIST_COMMON = $(am__configure_deps) $(include_HEADERS) \
62
        $(srcdir)/../../acsupport/config.guess \
63
        $(srcdir)/../../acsupport/config.sub \
64
        $(srcdir)/../../acsupport/depcomp \
65
        $(srcdir)/../../acsupport/install-sh \
66
        $(srcdir)/../../acsupport/missing \
67
        $(srcdir)/../../acsupport/mkinstalldirs $(srcdir)/Makefile.am \
68
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
69
        $(top_srcdir)/configure ../../acsupport/ChangeLog \
70
        ../../acsupport/config.guess ../../acsupport/config.sub \
71
        ../../acsupport/depcomp ../../acsupport/install-sh \
72
        ../../acsupport/ltmain.sh ../../acsupport/missing \
73
        ../../acsupport/mkinstalldirs ChangeLog TODO
74
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
76
        $(top_srcdir)/../../acsupport/acinclude.m4 \
77
        $(top_srcdir)/configure.in
78
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79
        $(ACLOCAL_M4)
80
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
81
 configure.lineno config.status.lineno
82
mkinstalldirs = $(SHELL) $(top_srcdir)/../../acsupport/mkinstalldirs
83
CONFIG_HEADER = cdlconfig.h
84
CONFIG_CLEAN_FILES =
85
LIBRARIES = $(noinst_LIBRARIES)
86
AR = ar
87
ARFLAGS = cru
88
libcdl_a_AR = $(AR) $(ARFLAGS)
89
libcdl_a_LIBADD =
90
am__objects_1 = interp.$(OBJEXT) expr.$(OBJEXT) func.$(OBJEXT) \
91
        refer.$(OBJEXT) cdlmisc.$(OBJEXT) conflict.$(OBJEXT) \
92
        property.$(OBJEXT) parse.$(OBJEXT) base.$(OBJEXT) \
93
        value.$(OBJEXT) build.$(OBJEXT) dialog.$(OBJEXT) \
94
        wizard.$(OBJEXT) interface.$(OBJEXT) transact.$(OBJEXT) \
95
        infer.$(OBJEXT) database.$(OBJEXT) config.$(OBJEXT) \
96
        package.$(OBJEXT) component.$(OBJEXT) option.$(OBJEXT)
97
am_libcdl_a_OBJECTS = $(am__objects_1)
98
libcdl_a_OBJECTS = $(am_libcdl_a_OBJECTS)
99
DEFAULT_INCLUDES = -I.@am__isrc@
100
depcomp = $(SHELL) $(top_srcdir)/../../acsupport/depcomp
101
am__depfiles_maybe = depfiles
102
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
103
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
104
CXXLD = $(CXX)
105
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
106
        -o $@
107
SOURCES = $(libcdl_a_SOURCES)
108
DIST_SOURCES = $(libcdl_a_SOURCES)
109
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
110
        html-recursive info-recursive install-data-recursive \
111
        install-dvi-recursive install-exec-recursive \
112
        install-html-recursive install-info-recursive \
113
        install-pdf-recursive install-ps-recursive install-recursive \
114
        installcheck-recursive installdirs-recursive pdf-recursive \
115
        ps-recursive uninstall-recursive
116
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
117
am__vpath_adj = case $$p in \
118
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
119
    *) f=$$p;; \
120
  esac;
121
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
122
am__installdirs = "$(DESTDIR)$(includedir)"
123
includeHEADERS_INSTALL = $(INSTALL_HEADER)
124
HEADERS = $(include_HEADERS)
125
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
126
  distclean-recursive maintainer-clean-recursive
127
ETAGS = etags
128
CTAGS = ctags
129
DIST_SUBDIRS = $(SUBDIRS)
130
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
131
distdir = $(PACKAGE)-$(VERSION)
132
top_distdir = $(distdir)
133
am__remove_distdir = \
134
  { test ! -d $(distdir) \
135
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
136
         && rm -fr $(distdir); }; }
137
DIST_ARCHIVES = $(distdir).tar.gz
138
GZIP_ENV = --best
139
distuninstallcheck_listfiles = find . -type f -print
140
distcleancheck_listfiles = find . -type f -print
141
ACLOCAL = @ACLOCAL@
142
AMTAR = @AMTAR@
143
AUTOCONF = @AUTOCONF@
144
AUTOHEADER = @AUTOHEADER@
145
AUTOMAKE = @AUTOMAKE@
146
AWK = @AWK@
147
CC = @CC@
148
CCDEPMODE = @CCDEPMODE@
149
CFLAGS = @CFLAGS@
150
CPPFLAGS = @CPPFLAGS@
151
CXX = @CXX@
152
CXXDEPMODE = @CXXDEPMODE@
153
CXXFLAGS = @CXXFLAGS@
154
CYGPATH_W = @CYGPATH_W@
155
DEFS = @DEFS@
156
DEPDIR = @DEPDIR@
157
ECHO_C = @ECHO_C@
158
ECHO_N = @ECHO_N@
159
ECHO_T = @ECHO_T@
160
EXEEXT = @EXEEXT@
161
INSTALL = @INSTALL@
162
INSTALL_DATA = @INSTALL_DATA@
163
INSTALL_PROGRAM = @INSTALL_PROGRAM@
164
INSTALL_SCRIPT = @INSTALL_SCRIPT@
165
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
166
LDFLAGS = @LDFLAGS@
167
LIBOBJS = @LIBOBJS@
168
LIBS = @ecos_LIBS@ @ecos_LDADD@
169
LTLIBOBJS = @LTLIBOBJS@
170
MAINT = @MAINT@
171
MAKEINFO = @MAKEINFO@
172
MKDIR_P = @MKDIR_P@
173
MSVC_SRCDIR = @MSVC_SRCDIR@
174
OBJEXT = @OBJEXT@
175
PACKAGE = @PACKAGE@
176
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177
PACKAGE_NAME = @PACKAGE_NAME@
178
PACKAGE_STRING = @PACKAGE_STRING@
179
PACKAGE_TARNAME = @PACKAGE_TARNAME@
180
PACKAGE_VERSION = @PACKAGE_VERSION@
181
PATH_SEPARATOR = @PATH_SEPARATOR@
182
RANLIB = @RANLIB@
183
SET_MAKE = @SET_MAKE@
184
SHELL = @SHELL@
185
STRIP = @STRIP@
186
VERSION = @VERSION@
187
abs_builddir = @abs_builddir@
188
abs_srcdir = @abs_srcdir@
189
abs_top_builddir = @abs_top_builddir@
190
abs_top_srcdir = @abs_top_srcdir@
191
ac_ct_CC = @ac_ct_CC@
192
ac_ct_CXX = @ac_ct_CXX@
193
am__include = @am__include@
194
am__leading_dot = @am__leading_dot@
195
am__quote = @am__quote@
196
am__tar = @am__tar@
197
am__untar = @am__untar@
198
bindir = @bindir@
199
build = @build@
200
build_alias = @build_alias@
201
build_cpu = @build_cpu@
202
build_os = @build_os@
203
build_vendor = @build_vendor@
204
builddir = @builddir@
205
datadir = @datadir@
206
datarootdir = @datarootdir@
207
docdir = @docdir@
208
dvidir = @dvidir@
209
ecos_CFLAGS = @ecos_CFLAGS@
210
ecos_CXXFLAGS = @ecos_CXXFLAGS@
211
ecos_INCLUDES = @ecos_INCLUDES@
212
ecos_LDADD = @ecos_LDADD@
213
ecos_LIBS = @ecos_LIBS@
214
ecos_infra_incdir = @ecos_infra_incdir@
215
ecos_infra_libdir = @ecos_infra_libdir@
216
ecos_tk_includes = @ecos_tk_includes@
217
ecos_tk_libs = @ecos_tk_libs@
218
exec_prefix = @exec_prefix@
219
host = @host@
220
host_alias = @host_alias@
221
host_cpu = @host_cpu@
222
host_os = @host_os@
223
host_vendor = @host_vendor@
224
htmldir = @htmldir@
225
includedir = @includedir@
226
infodir = @infodir@
227
install_sh = @install_sh@
228
libdir = @libdir@
229
libexecdir = @libexecdir@
230
localedir = @localedir@
231
localstatedir = @localstatedir@
232
mandir = @mandir@
233
mkdir_p = @mkdir_p@
234
oldincludedir = @oldincludedir@
235
pdfdir = @pdfdir@
236
prefix = @prefix@
237
program_transform_name = @program_transform_name@
238
psdir = @psdir@
239
sbindir = @sbindir@
240
sharedstatedir = @sharedstatedir@
241
srcdir = @srcdir@
242
sysconfdir = @sysconfdir@
243
target_alias = @target_alias@
244
top_builddir = @top_builddir@
245
top_srcdir = @top_srcdir@
246
AUTOMAKE_OPTIONS = 1.10 foreign
247
SUBDIRS = testsuite
248
INCLUDES = @ecos_INCLUDES@
249
AM_CFLAGS = @ecos_CFLAGS@
250
AM_CXXFLAGS = @ecos_CXXFLAGS@
251
include_HEADERS = cdlcore.hxx cdl.hxx
252
sources := interp.cxx       \
253
           expr.cxx         \
254
           func.cxx         \
255
           refer.cxx        \
256
           cdlmisc.cxx      \
257
           conflict.cxx     \
258
           property.cxx     \
259
           parse.cxx        \
260
           base.cxx         \
261
           value.cxx        \
262
           build.cxx        \
263
           dialog.cxx       \
264
           wizard.cxx       \
265
           interface.cxx    \
266
           transact.cxx     \
267
           infer.cxx        \
268
           database.cxx     \
269
           config.cxx       \
270
           package.cxx      \
271
           component.cxx    \
272
           option.cxx
273
 
274
noinst_LIBRARIES = libcdl.a
275
libcdl_a_SOURCES = $(sources)
276
infra_headers := $(ecos_infra_incdir)/cyg/infra/cyg_ass.h  \
277
                 $(ecos_infra_incdir)/cyg/infra/cyg_trac.h \
278
                 $(ecos_infra_incdir)/pkgconf/infra.h      \
279
                 $(ecos_infra_incdir)/pkgconf/hostinfra.h  \
280
                 $(ecos_infra_incdir)/cyg/infra/cyg_type.h
281
 
282
cdlcore_headers := cdlconfig.h cdlcore.hxx
283
cdl_headers := $(cdlcore_headers) cdl.hxx
284
all: cdlconfig.h
285
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
286
 
287
.SUFFIXES:
288
.SUFFIXES: .cxx .o .obj
289
am--refresh:
290
        @:
291
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
292
        @for dep in $?; do \
293
          case '$(am__configure_deps)' in \
294
            *$$dep*) \
295
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
296
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
297
                && exit 0; \
298
              exit 1;; \
299
          esac; \
300
        done; \
301
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
302
        cd $(top_srcdir) && \
303
          $(AUTOMAKE) --foreign  Makefile
304
.PRECIOUS: Makefile
305
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306
        @case '$?' in \
307
          *config.status*) \
308
            echo ' $(SHELL) ./config.status'; \
309
            $(SHELL) ./config.status;; \
310
          *) \
311
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
312
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
313
        esac;
314
 
315
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
316
        $(SHELL) ./config.status --recheck
317
 
318
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
319
        cd $(srcdir) && $(AUTOCONF)
320
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
321
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
322
 
323
cdlconfig.h: stamp-h1
324
        @if test ! -f $@; then \
325
          rm -f stamp-h1; \
326
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
327
        else :; fi
328
 
329
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
330
        @rm -f stamp-h1
331
        cd $(top_builddir) && $(SHELL) ./config.status cdlconfig.h
332
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
333
        cd $(top_srcdir) && $(AUTOHEADER)
334
        rm -f stamp-h1
335
        touch $@
336
 
337
distclean-hdr:
338
        -rm -f cdlconfig.h stamp-h1
339
 
340
clean-noinstLIBRARIES:
341
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
342
libcdl.a: $(libcdl_a_OBJECTS) $(libcdl_a_DEPENDENCIES)
343
        -rm -f libcdl.a
344
        $(libcdl_a_AR) libcdl.a $(libcdl_a_OBJECTS) $(libcdl_a_LIBADD)
345
        $(RANLIB) libcdl.a
346
 
347
mostlyclean-compile:
348
        -rm -f *.$(OBJEXT)
349
 
350
distclean-compile:
351
        -rm -f *.tab.c
352
 
353
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base.Po@am__quote@
354
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build.Po@am__quote@
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdlmisc.Po@am__quote@
356
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/component.Po@am__quote@
357
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Po@am__quote@
358
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conflict.Po@am__quote@
359
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/database.Po@am__quote@
360
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dialog.Po@am__quote@
361
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expr.Po@am__quote@
362
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/func.Po@am__quote@
363
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infer.Po@am__quote@
364
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
365
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interp.Po@am__quote@
366
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/option.Po@am__quote@
367
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/package.Po@am__quote@
368
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
369
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/property.Po@am__quote@
370
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refer.Po@am__quote@
371
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transact.Po@am__quote@
372
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/value.Po@am__quote@
373
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wizard.Po@am__quote@
374
 
375
.cxx.o:
376
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
377
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
378
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
379
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
381
 
382
.cxx.obj:
383
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
384
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
385
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
386
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
388
install-includeHEADERS: $(include_HEADERS)
389
        @$(NORMAL_INSTALL)
390
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
391
        @list='$(include_HEADERS)'; for p in $$list; do \
392
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
393
          f=$(am__strip_dir) \
394
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
395
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
396
        done
397
 
398
uninstall-includeHEADERS:
399
        @$(NORMAL_UNINSTALL)
400
        @list='$(include_HEADERS)'; for p in $$list; do \
401
          f=$(am__strip_dir) \
402
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
403
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
404
        done
405
 
406
# This directory's subdirectories are mostly independent; you can cd
407
# into them and run `make' without going through this Makefile.
408
# To change the values of `make' variables: instead of editing Makefiles,
409
# (1) if the variable is set in `config.status', edit `config.status'
410
#     (which will cause the Makefiles to be regenerated when you run `make');
411
# (2) otherwise, pass the desired values on the `make' command line.
412
$(RECURSIVE_TARGETS):
413
        @failcom='exit 1'; \
414
        for f in x $$MAKEFLAGS; do \
415
          case $$f in \
416
            *=* | --[!k]*);; \
417
            *k*) failcom='fail=yes';; \
418
          esac; \
419
        done; \
420
        dot_seen=no; \
421
        target=`echo $@ | sed s/-recursive//`; \
422
        list='$(SUBDIRS)'; for subdir in $$list; do \
423
          echo "Making $$target in $$subdir"; \
424
          if test "$$subdir" = "."; then \
425
            dot_seen=yes; \
426
            local_target="$$target-am"; \
427
          else \
428
            local_target="$$target"; \
429
          fi; \
430
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
431
          || eval $$failcom; \
432
        done; \
433
        if test "$$dot_seen" = "no"; then \
434
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
435
        fi; test -z "$$fail"
436
 
437
$(RECURSIVE_CLEAN_TARGETS):
438
        @failcom='exit 1'; \
439
        for f in x $$MAKEFLAGS; do \
440
          case $$f in \
441
            *=* | --[!k]*);; \
442
            *k*) failcom='fail=yes';; \
443
          esac; \
444
        done; \
445
        dot_seen=no; \
446
        case "$@" in \
447
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
448
          *) list='$(SUBDIRS)' ;; \
449
        esac; \
450
        rev=''; for subdir in $$list; do \
451
          if test "$$subdir" = "."; then :; else \
452
            rev="$$subdir $$rev"; \
453
          fi; \
454
        done; \
455
        rev="$$rev ."; \
456
        target=`echo $@ | sed s/-recursive//`; \
457
        for subdir in $$rev; do \
458
          echo "Making $$target in $$subdir"; \
459
          if test "$$subdir" = "."; then \
460
            local_target="$$target-am"; \
461
          else \
462
            local_target="$$target"; \
463
          fi; \
464
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
465
          || eval $$failcom; \
466
        done && test -z "$$fail"
467
tags-recursive:
468
        list='$(SUBDIRS)'; for subdir in $$list; do \
469
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
470
        done
471
ctags-recursive:
472
        list='$(SUBDIRS)'; for subdir in $$list; do \
473
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
474
        done
475
 
476
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
477
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
478
        unique=`for i in $$list; do \
479
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480
          done | \
481
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
482
              END { if (nonempty) { for (i in files) print i; }; }'`; \
483
        mkid -fID $$unique
484
tags: TAGS
485
 
486
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
487
                $(TAGS_FILES) $(LISP)
488
        tags=; \
489
        here=`pwd`; \
490
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
491
          include_option=--etags-include; \
492
          empty_fix=.; \
493
        else \
494
          include_option=--include; \
495
          empty_fix=; \
496
        fi; \
497
        list='$(SUBDIRS)'; for subdir in $$list; do \
498
          if test "$$subdir" = .; then :; else \
499
            test ! -f $$subdir/TAGS || \
500
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
501
          fi; \
502
        done; \
503
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
504
        unique=`for i in $$list; do \
505
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
506
          done | \
507
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
508
              END { if (nonempty) { for (i in files) print i; }; }'`; \
509
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
510
          test -n "$$unique" || unique=$$empty_fix; \
511
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
512
            $$tags $$unique; \
513
        fi
514
ctags: CTAGS
515
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
516
                $(TAGS_FILES) $(LISP)
517
        tags=; \
518
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
519
        unique=`for i in $$list; do \
520
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
521
          done | \
522
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
523
              END { if (nonempty) { for (i in files) print i; }; }'`; \
524
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
525
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526
             $$tags $$unique
527
 
528
GTAGS:
529
        here=`$(am__cd) $(top_builddir) && pwd` \
530
          && cd $(top_srcdir) \
531
          && gtags -i $(GTAGS_ARGS) $$here
532
 
533
distclean-tags:
534
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
535
 
536
distdir: $(DISTFILES)
537
        $(am__remove_distdir)
538
        test -d $(distdir) || mkdir $(distdir)
539
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
540
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
541
        list='$(DISTFILES)'; \
542
          dist_files=`for file in $$list; do echo $$file; done | \
543
          sed -e "s|^$$srcdirstrip/||;t" \
544
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
545
        case $$dist_files in \
546
          */*) $(MKDIR_P) `echo "$$dist_files" | \
547
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
548
                           sort -u` ;; \
549
        esac; \
550
        for file in $$dist_files; do \
551
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
552
          if test -d $$d/$$file; then \
553
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
554
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
555
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
556
            fi; \
557
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
558
          else \
559
            test -f $(distdir)/$$file \
560
            || cp -p $$d/$$file $(distdir)/$$file \
561
            || exit 1; \
562
          fi; \
563
        done
564
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
565
          if test "$$subdir" = .; then :; else \
566
            test -d "$(distdir)/$$subdir" \
567
            || $(MKDIR_P) "$(distdir)/$$subdir" \
568
            || exit 1; \
569
            distdir=`$(am__cd) $(distdir) && pwd`; \
570
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
571
            (cd $$subdir && \
572
              $(MAKE) $(AM_MAKEFLAGS) \
573
                top_distdir="$$top_distdir" \
574
                distdir="$$distdir/$$subdir" \
575
                am__remove_distdir=: \
576
                am__skip_length_check=: \
577
                distdir) \
578
              || exit 1; \
579
          fi; \
580
        done
581
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
582
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
583
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
584
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
585
        || chmod -R a+r $(distdir)
586
dist-gzip: distdir
587
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
588
        $(am__remove_distdir)
589
 
590
dist-bzip2: distdir
591
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
592
        $(am__remove_distdir)
593
 
594
dist-lzma: distdir
595
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
596
        $(am__remove_distdir)
597
 
598
dist-tarZ: distdir
599
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
600
        $(am__remove_distdir)
601
 
602
dist-shar: distdir
603
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
604
        $(am__remove_distdir)
605
 
606
dist-zip: distdir
607
        -rm -f $(distdir).zip
608
        zip -rq $(distdir).zip $(distdir)
609
        $(am__remove_distdir)
610
 
611
dist dist-all: distdir
612
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
613
        $(am__remove_distdir)
614
 
615
# This target untars the dist file and tries a VPATH configuration.  Then
616
# it guarantees that the distribution is self-contained by making another
617
# tarfile.
618
distcheck: dist
619
        case '$(DIST_ARCHIVES)' in \
620
        *.tar.gz*) \
621
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
622
        *.tar.bz2*) \
623
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
624
        *.tar.lzma*) \
625
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
626
        *.tar.Z*) \
627
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
628
        *.shar.gz*) \
629
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
630
        *.zip*) \
631
          unzip $(distdir).zip ;;\
632
        esac
633
        chmod -R a-w $(distdir); chmod a+w $(distdir)
634
        mkdir $(distdir)/_build
635
        mkdir $(distdir)/_inst
636
        chmod a-w $(distdir)
637
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
638
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
639
          && cd $(distdir)/_build \
640
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
641
            $(DISTCHECK_CONFIGURE_FLAGS) \
642
          && $(MAKE) $(AM_MAKEFLAGS) \
643
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
644
          && $(MAKE) $(AM_MAKEFLAGS) check \
645
          && $(MAKE) $(AM_MAKEFLAGS) install \
646
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
647
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
648
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
649
                distuninstallcheck \
650
          && chmod -R a-w "$$dc_install_base" \
651
          && ({ \
652
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
653
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
654
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
655
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
656
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
657
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
658
          && rm -rf "$$dc_destdir" \
659
          && $(MAKE) $(AM_MAKEFLAGS) dist \
660
          && rm -rf $(DIST_ARCHIVES) \
661
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
662
        $(am__remove_distdir)
663
        @(echo "$(distdir) archives ready for distribution: "; \
664
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
665
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
666
distuninstallcheck:
667
        @cd $(distuninstallcheck_dir) \
668
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
669
           || { echo "ERROR: files left after uninstall:" ; \
670
                if test -n "$(DESTDIR)"; then \
671
                  echo "  (check DESTDIR support)"; \
672
                fi ; \
673
                $(distuninstallcheck_listfiles) ; \
674
                exit 1; } >&2
675
distcleancheck: distclean
676
        @if test '$(srcdir)' = . ; then \
677
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
678
          exit 1 ; \
679
        fi
680
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
681
          || { echo "ERROR: files left in build directory after distclean:" ; \
682
               $(distcleancheck_listfiles) ; \
683
               exit 1; } >&2
684
check-am: all-am
685
check: check-recursive
686
all-am: Makefile $(LIBRARIES) $(HEADERS) cdlconfig.h all-local
687
installdirs: installdirs-recursive
688
installdirs-am:
689
        for dir in "$(DESTDIR)$(includedir)"; do \
690
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
691
        done
692
install: install-recursive
693
install-exec: install-exec-recursive
694
install-data: install-data-recursive
695
uninstall: uninstall-recursive
696
 
697
install-am: all-am
698
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
699
 
700
installcheck: installcheck-recursive
701
install-strip:
702
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
703
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
704
          `test -z '$(STRIP)' || \
705
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
706
mostlyclean-generic:
707
 
708
clean-generic:
709
 
710
distclean-generic:
711
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
712
 
713
maintainer-clean-generic:
714
        @echo "This command is intended for maintainers to use"
715
        @echo "it deletes files that may require special tools to rebuild."
716
clean: clean-recursive
717
 
718
clean-am: clean-generic clean-local clean-noinstLIBRARIES \
719
        mostlyclean-am
720
 
721
distclean: distclean-recursive
722
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
723
        -rm -rf ./$(DEPDIR)
724
        -rm -f Makefile
725
distclean-am: clean-am distclean-compile distclean-generic \
726
        distclean-hdr distclean-tags
727
 
728
dvi: dvi-recursive
729
 
730
dvi-am:
731
 
732
html: html-recursive
733
 
734
info: info-recursive
735
 
736
info-am:
737
 
738
install-data-am: install-includeHEADERS
739
 
740
install-dvi: install-dvi-recursive
741
 
742
install-exec-am: install-exec-local
743
 
744
install-html: install-html-recursive
745
 
746
install-info: install-info-recursive
747
 
748
install-man:
749
 
750
install-pdf: install-pdf-recursive
751
 
752
install-ps: install-ps-recursive
753
 
754
installcheck-am:
755
 
756
maintainer-clean: maintainer-clean-recursive
757
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
758
        -rm -rf $(top_srcdir)/autom4te.cache
759
        -rm -rf ./$(DEPDIR)
760
        -rm -f Makefile
761
maintainer-clean-am: distclean-am maintainer-clean-generic
762
 
763
mostlyclean: mostlyclean-recursive
764
 
765
mostlyclean-am: mostlyclean-compile mostlyclean-generic
766
 
767
pdf: pdf-recursive
768
 
769
pdf-am:
770
 
771
ps: ps-recursive
772
 
773
ps-am:
774
 
775
uninstall-am: uninstall-includeHEADERS
776
 
777
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
778
        install-strip
779
 
780
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
781
        all all-am all-local am--refresh check check-am clean \
782
        clean-generic clean-local clean-noinstLIBRARIES ctags \
783
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzma \
784
        dist-shar dist-tarZ dist-zip distcheck distclean \
785
        distclean-compile distclean-generic distclean-hdr \
786
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
787
        dvi-am html html-am info info-am install install-am \
788
        install-data install-data-am install-dvi install-dvi-am \
789
        install-exec install-exec-am install-exec-local install-html \
790
        install-html-am install-includeHEADERS install-info \
791
        install-info-am install-man install-pdf install-pdf-am \
792
        install-ps install-ps-am install-strip installcheck \
793
        installcheck-am installdirs installdirs-am maintainer-clean \
794
        maintainer-clean-generic mostlyclean mostlyclean-compile \
795
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
796
        uninstall uninstall-am uninstall-includeHEADERS
797
 
798
 
799
@MSVC_TRUE@all-local: cdl.lib
800
 
801
@MSVC_TRUE@cdl.lib: libcdl.a
802
@MSVC_TRUE@     $(INSTALL) $< $@
803
 
804
@MSVC_TRUE@clean-local:
805
@MSVC_TRUE@     $(RM) cdl.lib
806
 
807
@MSVC_TRUE@install-exec-local: all-local
808
@MSVC_TRUE@     $(mkinstalldirs) $(DESTDIR)$(libdir)
809
@MSVC_TRUE@     $(INSTALL) cdl.lib $(DESTDIR)$(libdir)/cdl.lib
810
 
811
@MSVC_FALSE@all-local:
812
@MSVC_FALSE@clean-local:
813
@MSVC_FALSE@install-exec-local: libcdl.a
814
@MSVC_FALSE@    $(mkinstalldirs) $(DESTDIR)$(libdir)
815
@MSVC_FALSE@    $(INSTALL) libcdl.a $(DESTDIR)$(libdir)/libcdl.a
816
 
817
interp.$(OBJEXT)    : Makefile $(cdlcore_headers) $(infra_headers)
818
 
819
expr.$(OBJEXT)      : Makefile $(cdlcore_headers) $(infra_headers)
820
 
821
infer.$(OBJEXT)     : Makefile $(cdlcore_headers) $(infra_headers)
822
 
823
func.$(OBJEXT)      : Makefile $(cdlcore_headers) $(infra_headers)
824
 
825
refer.$(OBJEXT)     : Makefile $(cdlcore_headers) $(infra_headers)
826
 
827
cdlmisc.$(OBJEXT)   : Makefile $(cdlcore_headers) $(infra_headers)
828
 
829
conflict.$(OBJEXT)  : Makefile $(cdlcore_headers) $(infra_headers)
830
 
831
property.$(OBJEXT)  : Makefile $(cdlcore_headers) $(infra_headers)
832
 
833
parse.$(OBJEXT)     : Makefile $(cdlcore_headers) $(infra_headers)
834
 
835
base.$(OBJEXT)      : Makefile $(cdlcore_headers) $(infra_headers)
836
 
837
value.$(OBJEXT)     : Makefile $(cdlcore_headers) $(infra_headers)
838
 
839
build.$(OBJEXT)     : Makefile $(cdlcore_headers) $(infra_headers)
840
 
841
dialog.$(OBJEXT)    : Makefile $(cdlcore_headers) $(infra_headers)
842
 
843
wizard.$(OBJEXT)    : Makefile $(cdlcore_headers) $(infra_headers)
844
 
845
interface.$(OBJEXT) : Makefile $(cdlcore_headers) $(infra_headers)
846
 
847
transact.$(OBJEXT)  : Makefile $(cdlcore_headers) $(infra_headers)
848
 
849
database.$(OBJEXT)  : Makefile $(cdl_headers) $(infra_headers)
850
 
851
config.$(OBJEXT)    : Makefile $(cdl_headers) $(infra_headers)
852
 
853
package.$(OBJEXT)   : Makefile $(cdl_headers) $(infra_headers)
854
 
855
component.$(OBJEXT) : Makefile $(cdl_headers) $(infra_headers)
856
 
857
option.$(OBJEXT)    : Makefile $(cdl_headers) $(infra_headers)
858
# Tell versions [3.59,3.63) of GNU make to not export all variables.
859
# Otherwise a system limit (for SysV at least) may be exceeded.
860
.NOEXPORT:

powered by: WebSVN 2.1.0

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