]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - tools/src/libcdl/Makefile.in
Initial revision
[karo-tx-redboot.git] / tools / src / libcdl / Makefile.in
1 # 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 #######ECOSHOSTGPLCOPYRIGHTBEGIN####
14 # Copyright (C) 2002 Bart Veer
15 # Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.
16 #
17 # This file is part of the eCos host tools.
18 #
19 # This program is free software; you can redistribute it and/or modify it 
20 # under the terms of the GNU General Public License as published by the Free 
21 # Software Foundation; either version 2 of the License, or (at your option) 
22 # any later version.
23
24 # This program is distributed in the hope that it will be useful, but WITHOUT 
25 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
26 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 
27 # more details.
28
29 # You should have received a copy of the GNU General Public License along with
30 # this program; if not, write to the Free Software Foundation, Inc., 
31 # 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
32 #
33 #######ECOSHOSTGPLCOPYRIGHTEND####
34 #######DESCRIPTIONBEGIN####
35 ######DESCRIPTIONEND####
36
37
38 SHELL = @SHELL@
39
40 srcdir = @srcdir@
41 top_srcdir = @top_srcdir@
42 VPATH = @srcdir@
43 prefix = @prefix@
44 exec_prefix = @exec_prefix@
45
46 bindir = @bindir@
47 sbindir = @sbindir@
48 libexecdir = @libexecdir@
49 datadir = @datadir@
50 sysconfdir = @sysconfdir@
51 sharedstatedir = @sharedstatedir@
52 localstatedir = @localstatedir@
53 libdir = @libdir@
54 infodir = @infodir@
55 mandir = @mandir@
56 includedir = @includedir@
57 oldincludedir = /usr/include
58
59 DESTDIR =
60
61 pkgdatadir = $(datadir)/@PACKAGE@
62 pkglibdir = $(libdir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64
65 top_builddir = .
66
67 ACLOCAL = @ACLOCAL@
68 AUTOCONF = @AUTOCONF@
69 AUTOMAKE = @AUTOMAKE@
70 AUTOHEADER = @AUTOHEADER@
71
72 INSTALL = @INSTALL@
73 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
74 INSTALL_DATA = @INSTALL_DATA@
75 INSTALL_SCRIPT = @INSTALL_SCRIPT@
76 transform = @program_transform_name@
77
78 NORMAL_INSTALL = :
79 PRE_INSTALL = :
80 POST_INSTALL = :
81 NORMAL_UNINSTALL = :
82 PRE_UNINSTALL = :
83 POST_UNINSTALL = :
84 host_alias = @host_alias@
85 host_triplet = @host@
86 CC = @CC@
87 CXX = @CXX@
88 ECOS_REPOSITORY = @ECOS_REPOSITORY@
89 EXEEXT = @EXEEXT@
90 MAINT = @MAINT@
91 MAKEINFO = @MAKEINFO@
92 MSVC_SRCDIR = @MSVC_SRCDIR@
93 OBJEXT = @OBJEXT@
94 PACKAGE = @PACKAGE@
95 PACKAGE_DIR = @PACKAGE_DIR@
96 PACKAGE_INSTALL = @PACKAGE_INSTALL@
97 PACKAGE_VERSION = @PACKAGE_VERSION@
98 RANLIB = @RANLIB@
99 VERSION = @VERSION@
100 ecos_CFLAGS = @ecos_CFLAGS@
101 ecos_CXXFLAGS = @ecos_CXXFLAGS@
102 ecos_INCLUDES = @ecos_INCLUDES@
103 ecos_LDADD = @ecos_LDADD@
104 ecos_LIBS = @ecos_LIBS@
105 ecos_infra_libdir = @ecos_infra_libdir@
106 ecos_libcdl_incdir = @ecos_libcdl_incdir@
107 ecos_libcdl_libdir = @ecos_libcdl_libdir@
108 ecos_tk_includes = @ecos_tk_includes@
109 ecos_tk_libs = @ecos_tk_libs@
110
111 AUTOMAKE_OPTIONS = 1.3 foreign
112 SUBDIRS = testsuite
113
114 INCLUDES = @ecos_INCLUDES@
115 LIBS = @ecos_LIBS@ @ecos_LDADD@
116 AM_CFLAGS = @ecos_CFLAGS@
117 AM_CXXFLAGS = @ecos_CXXFLAGS@
118 ecos_infra_incdir = @ecos_infra_incdir@
119
120 include_HEADERS = cdlcore.hxx cdl.hxx
121
122 sources := interp.cxx       \
123            expr.cxx         \
124            func.cxx         \
125            refer.cxx        \
126            cdlmisc.cxx      \
127            conflict.cxx     \
128            property.cxx     \
129            parse.cxx        \
130            base.cxx         \
131            value.cxx        \
132            build.cxx        \
133            dialog.cxx       \
134            wizard.cxx       \
135            interface.cxx    \
136            transact.cxx     \
137            infer.cxx        \
138            database.cxx     \
139            config.cxx       \
140            package.cxx      \
141            component.cxx    \
142            option.cxx
143
144
145 noinst_LIBRARIES = libcdl.a
146 libcdl_a_SOURCES = $(sources)
147
148 infra_headers := $(ecos_infra_incdir)/cyg/infra/cyg_ass.h  \
149                  $(ecos_infra_incdir)/cyg/infra/cyg_trac.h \
150                  $(ecos_infra_incdir)/pkgconf/infra.h      \
151                  $(ecos_infra_incdir)/pkgconf/hostinfra.h  \
152                  $(ecos_infra_incdir)/cyg/infra/cyg_type.h
153
154
155 cdlcore_headers := cdlconfig.h cdlcore.hxx
156 cdl_headers := $(cdlcore_headers) cdl.hxx
157 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
158 mkinstalldirs = $(SHELL) $(top_srcdir)/../../acsupport/mkinstalldirs
159 CONFIG_HEADER = cdlconfig.h
160 CONFIG_CLEAN_FILES = 
161 LIBRARIES =  $(noinst_LIBRARIES)
162
163
164 DEFS = @DEFS@ -I. -I$(srcdir) -I.
165 CPPFLAGS = @CPPFLAGS@
166 LDFLAGS = @LDFLAGS@
167 libcdl_a_LIBADD = 
168 libcdl_a_OBJECTS =  interp.$(OBJEXT) expr.$(OBJEXT) func.$(OBJEXT) \
169 refer.$(OBJEXT) cdlmisc.$(OBJEXT) conflict.$(OBJEXT) property.$(OBJEXT) \
170 parse.$(OBJEXT) base.$(OBJEXT) value.$(OBJEXT) build.$(OBJEXT) \
171 dialog.$(OBJEXT) wizard.$(OBJEXT) interface.$(OBJEXT) \
172 transact.$(OBJEXT) infer.$(OBJEXT) database.$(OBJEXT) config.$(OBJEXT) \
173 package.$(OBJEXT) component.$(OBJEXT) option.$(OBJEXT)
174 AR = ar
175 CXXFLAGS = @CXXFLAGS@
176 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
177 CXXLD = $(CXX)
178 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
179 HEADERS =  $(include_HEADERS)
180
181 DIST_COMMON =  ./stamp-h.in ChangeLog Makefile.am Makefile.in TODO \
182 acconfig.h acinclude.m4 aclocal.m4 config.h.in configure configure.in
183
184
185 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
186
187 TAR = gtar
188 GZIP_ENV = --best
189 DEP_FILES =  .deps/base.P .deps/build.P .deps/cdlmisc.P \
190 .deps/component.P .deps/config.P .deps/conflict.P .deps/database.P \
191 .deps/dialog.P .deps/expr.P .deps/func.P .deps/infer.P \
192 .deps/interface.P .deps/interp.P .deps/option.P .deps/package.P \
193 .deps/parse.P .deps/property.P .deps/refer.P .deps/transact.P \
194 .deps/value.P .deps/wizard.P
195 SOURCES = $(libcdl_a_SOURCES)
196 OBJECTS = $(libcdl_a_OBJECTS)
197
198 all: all-redirect
199 .SUFFIXES:
200 .SUFFIXES: .S .c .cxx .o .obj .s
201 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
202         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
203
204 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
205         cd $(top_builddir) \
206           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
207
208 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
209         cd $(srcdir) && $(ACLOCAL)
210
211 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
212         $(SHELL) ./config.status --recheck
213 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
214         cd $(srcdir) && $(AUTOCONF)
215
216 cdlconfig.h: stamp-h
217         @if test ! -f $@; then \
218                 rm -f stamp-h; \
219                 $(MAKE) stamp-h; \
220         else :; fi
221 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
222         cd $(top_builddir) \
223           && CONFIG_FILES= CONFIG_HEADERS=cdlconfig.h:config.h.in \
224              $(SHELL) ./config.status
225         @echo timestamp > stamp-h 2> /dev/null
226 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
227         @if test ! -f $@; then \
228                 rm -f $(srcdir)/stamp-h.in; \
229                 $(MAKE) $(srcdir)/stamp-h.in; \
230         else :; fi
231 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
232         cd $(top_srcdir) && $(AUTOHEADER)
233         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
234
235 mostlyclean-hdr:
236
237 clean-hdr:
238
239 distclean-hdr:
240         -rm -f cdlconfig.h
241
242 maintainer-clean-hdr:
243
244 mostlyclean-noinstLIBRARIES:
245
246 clean-noinstLIBRARIES:
247         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
248
249 distclean-noinstLIBRARIES:
250
251 maintainer-clean-noinstLIBRARIES:
252
253 # FIXME: We should only use cygpath when building on Windows,
254 # and only if it is available.
255 .c.obj:
256         $(COMPILE) -c `cygpath -w $<`
257
258 .s.o:
259         $(COMPILE) -c $<
260
261 .S.o:
262         $(COMPILE) -c $<
263
264 mostlyclean-compile:
265         -rm -f *.o core *.core
266         -rm -f *.$(OBJEXT)
267
268 clean-compile:
269
270 distclean-compile:
271         -rm -f *.tab.c
272
273 maintainer-clean-compile:
274
275 libcdl.a: $(libcdl_a_OBJECTS) $(libcdl_a_DEPENDENCIES)
276         -rm -f libcdl.a
277         $(AR) cru libcdl.a $(libcdl_a_OBJECTS) $(libcdl_a_LIBADD)
278         $(RANLIB) libcdl.a
279 .cxx.o:
280         $(CXXCOMPILE) -c $<
281 .cxx.obj:
282         $(CXXCOMPILE) -c `cygpath -w $<`
283
284 install-includeHEADERS: $(include_HEADERS)
285         @$(NORMAL_INSTALL)
286         $(mkinstalldirs) $(DESTDIR)$(includedir)
287         @list='$(include_HEADERS)'; for p in $$list; do \
288           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
289           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
290           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
291         done
292
293 uninstall-includeHEADERS:
294         @$(NORMAL_UNINSTALL)
295         list='$(include_HEADERS)'; for p in $$list; do \
296           rm -f $(DESTDIR)$(includedir)/$$p; \
297         done
298
299 # This directory's subdirectories are mostly independent; you can cd
300 # into them and run `make' without going through this Makefile.
301 # To change the values of `make' variables: instead of editing Makefiles,
302 # (1) if the variable is set in `config.status', edit `config.status'
303 #     (which will cause the Makefiles to be regenerated when you run `make');
304 # (2) otherwise, pass the desired values on the `make' command line.
305
306 @SET_MAKE@
307
308 all-recursive install-data-recursive install-exec-recursive \
309 installdirs-recursive install-recursive uninstall-recursive  \
310 check-recursive installcheck-recursive info-recursive dvi-recursive:
311         @set fnord $(MAKEFLAGS); amf=$$2; \
312         dot_seen=no; \
313         target=`echo $@ | sed s/-recursive//`; \
314         list='$(SUBDIRS)'; for subdir in $$list; do \
315           echo "Making $$target in $$subdir"; \
316           if test "$$subdir" = "."; then \
317             dot_seen=yes; \
318             local_target="$$target-am"; \
319           else \
320             local_target="$$target"; \
321           fi; \
322           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
323            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
324         done; \
325         if test "$$dot_seen" = "no"; then \
326           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
327         fi; test -z "$$fail"
328
329 mostlyclean-recursive clean-recursive distclean-recursive \
330 maintainer-clean-recursive:
331         @set fnord $(MAKEFLAGS); amf=$$2; \
332         dot_seen=no; \
333         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
334           rev="$$subdir $$rev"; \
335           test "$$subdir" != "." || dot_seen=yes; \
336         done; \
337         test "$$dot_seen" = "no" && rev=". $$rev"; \
338         target=`echo $@ | sed s/-recursive//`; \
339         for subdir in $$rev; do \
340           echo "Making $$target in $$subdir"; \
341           if test "$$subdir" = "."; then \
342             local_target="$$target-am"; \
343           else \
344             local_target="$$target"; \
345           fi; \
346           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
347            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
348         done && test -z "$$fail"
349 tags-recursive:
350         list='$(SUBDIRS)'; for subdir in $$list; do \
351           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
352         done
353
354 tags: TAGS
355
356 ID: $(HEADERS) $(SOURCES) $(LISP)
357         list='$(SOURCES) $(HEADERS)'; \
358         unique=`for i in $$list; do echo $$i; done | \
359           awk '    { files[$$0] = 1; } \
360                END { for (i in files) print i; }'`; \
361         here=`pwd` && cd $(srcdir) \
362           && mkid -f$$here/ID $$unique $(LISP)
363
364 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
365         tags=; \
366         here=`pwd`; \
367         list='$(SUBDIRS)'; for subdir in $$list; do \
368    if test "$$subdir" = .; then :; else \
369             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
370    fi; \
371         done; \
372         list='$(SOURCES) $(HEADERS)'; \
373         unique=`for i in $$list; do echo $$i; done | \
374           awk '    { files[$$0] = 1; } \
375                END { for (i in files) print i; }'`; \
376         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
377           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
378
379 mostlyclean-tags:
380
381 clean-tags:
382
383 distclean-tags:
384         -rm -f TAGS ID
385
386 maintainer-clean-tags:
387
388 distdir = $(PACKAGE)-$(VERSION)
389 top_distdir = $(distdir)
390
391 # This target untars the dist file and tries a VPATH configuration.  Then
392 # it guarantees that the distribution is self-contained by making another
393 # tarfile.
394 distcheck: dist
395         -rm -rf $(distdir)
396         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
397         mkdir $(distdir)/=build
398         mkdir $(distdir)/=inst
399         dc_install_base=`cd $(distdir)/=inst && pwd`; \
400         cd $(distdir)/=build \
401           && ../configure --srcdir=.. --prefix=$$dc_install_base \
402           && $(MAKE) $(AM_MAKEFLAGS) \
403           && $(MAKE) $(AM_MAKEFLAGS) dvi \
404           && $(MAKE) $(AM_MAKEFLAGS) check \
405           && $(MAKE) $(AM_MAKEFLAGS) install \
406           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
407           && $(MAKE) $(AM_MAKEFLAGS) dist
408         -rm -rf $(distdir)
409         @banner="$(distdir).tar.gz is ready for distribution"; \
410         dashes=`echo "$$banner" | sed s/./=/g`; \
411         echo "$$dashes"; \
412         echo "$$banner"; \
413         echo "$$dashes"
414 dist: distdir
415         -chmod -R a+r $(distdir)
416         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
417         -rm -rf $(distdir)
418 dist-all: distdir
419         -chmod -R a+r $(distdir)
420         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
421         -rm -rf $(distdir)
422 distdir: $(DISTFILES)
423         -rm -rf $(distdir)
424         mkdir $(distdir)
425         -chmod 777 $(distdir)
426         here=`cd $(top_builddir) && pwd`; \
427         top_distdir=`cd $(distdir) && pwd`; \
428         distdir=`cd $(distdir) && pwd`; \
429         cd $(top_srcdir) \
430           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
431         @for file in $(DISTFILES); do \
432           d=$(srcdir); \
433           if test -d $$d/$$file; then \
434             cp -pr $$d/$$file $(distdir)/$$file; \
435           else \
436             test -f $(distdir)/$$file \
437             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
438             || cp -p $$d/$$file $(distdir)/$$file || :; \
439           fi; \
440         done
441         for subdir in $(SUBDIRS); do \
442           if test "$$subdir" = .; then :; else \
443             test -d $(distdir)/$$subdir \
444             || mkdir $(distdir)/$$subdir \
445             || exit 1; \
446             chmod 777 $(distdir)/$$subdir; \
447             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
448               || exit 1; \
449           fi; \
450         done
451
452 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
453
454 -include $(DEP_FILES)
455
456 mostlyclean-depend:
457
458 clean-depend:
459
460 distclean-depend:
461         -rm -rf .deps
462
463 maintainer-clean-depend:
464
465 %.o: %.c
466         @echo '$(COMPILE) -c $<'; \
467         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
468         @-cp .deps/$(*F).pp .deps/$(*F).P; \
469         tr ' ' '\012' < .deps/$(*F).pp \
470           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
471             >> .deps/$(*F).P; \
472         rm .deps/$(*F).pp
473
474 %.lo: %.c
475         @echo '$(LTCOMPILE) -c $<'; \
476         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
477         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
478           < .deps/$(*F).pp > .deps/$(*F).P; \
479         tr ' ' '\012' < .deps/$(*F).pp \
480           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
481             >> .deps/$(*F).P; \
482         rm -f .deps/$(*F).pp
483
484 %.o: %.cxx
485         @echo '$(CXXCOMPILE) -c $<'; \
486         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
487         @-cp .deps/$(*F).pp .deps/$(*F).P; \
488         tr ' ' '\012' < .deps/$(*F).pp \
489           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
490             >> .deps/$(*F).P; \
491         rm .deps/$(*F).pp
492
493 %.lo: %.cxx
494         @echo '$(LTCXXCOMPILE) -c $<'; \
495         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
496         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
497           < .deps/$(*F).pp > .deps/$(*F).P; \
498         tr ' ' '\012' < .deps/$(*F).pp \
499           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
500             >> .deps/$(*F).P; \
501         rm -f .deps/$(*F).pp
502 info-am:
503 info: info-recursive
504 dvi-am:
505 dvi: dvi-recursive
506 check-am: all-am
507 check: check-recursive
508 installcheck-am:
509 installcheck: installcheck-recursive
510 all-recursive-am: cdlconfig.h
511         $(MAKE) $(AM_MAKEFLAGS) all-recursive
512
513 install-exec-am: install-exec-local
514 install-exec: install-exec-recursive
515
516 install-data-am: install-includeHEADERS
517 install-data: install-data-recursive
518
519 install-am: all-am
520         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
521 install: install-recursive
522 uninstall-am: uninstall-includeHEADERS
523 uninstall: uninstall-recursive
524 all-am: Makefile $(LIBRARIES) $(HEADERS) cdlconfig.h all-local
525 all-redirect: all-recursive-am
526 install-strip:
527         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
528 installdirs: installdirs-recursive
529 installdirs-am:
530         $(mkinstalldirs)  $(DESTDIR)$(includedir)
531
532
533 mostlyclean-generic:
534
535 clean-generic:
536
537 distclean-generic:
538         -rm -f Makefile $(CONFIG_CLEAN_FILES)
539         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
540
541 maintainer-clean-generic:
542 mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLIBRARIES \
543                 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
544                 mostlyclean-generic
545
546 mostlyclean: mostlyclean-recursive
547
548 clean-am:  clean-hdr clean-noinstLIBRARIES clean-compile clean-tags \
549                 clean-depend clean-generic mostlyclean-am clean-local
550
551 clean: clean-recursive
552
553 distclean-am:  distclean-hdr distclean-noinstLIBRARIES distclean-compile \
554                 distclean-tags distclean-depend distclean-generic \
555                 clean-am
556
557 distclean: distclean-recursive
558         -rm -f config.status
559
560 maintainer-clean-am:  maintainer-clean-hdr \
561                 maintainer-clean-noinstLIBRARIES \
562                 maintainer-clean-compile maintainer-clean-tags \
563                 maintainer-clean-depend maintainer-clean-generic \
564                 distclean-am
565         @echo "This command is intended for maintainers to use;"
566         @echo "it deletes files that may require special tools to rebuild."
567
568 maintainer-clean: maintainer-clean-recursive
569         -rm -f config.status
570
571 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
572 mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
573 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
574 mostlyclean-compile distclean-compile clean-compile \
575 maintainer-clean-compile uninstall-includeHEADERS \
576 install-includeHEADERS install-data-recursive uninstall-data-recursive \
577 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
578 uninstalldirs-recursive all-recursive check-recursive \
579 installcheck-recursive info-recursive dvi-recursive \
580 mostlyclean-recursive distclean-recursive clean-recursive \
581 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
582 distclean-tags clean-tags maintainer-clean-tags distdir \
583 mostlyclean-depend distclean-depend clean-depend \
584 maintainer-clean-depend info-am info dvi-am dvi check check-am \
585 installcheck-am installcheck all-recursive-am install-exec-local \
586 install-exec-am install-exec install-data-am install-data install-am \
587 install uninstall-am uninstall all-local all-redirect all-am all \
588 installdirs-am installdirs mostlyclean-generic distclean-generic \
589 clean-generic maintainer-clean-generic clean mostlyclean distclean \
590 maintainer-clean
591
592
593 @MSVC_TRUE@all-local: cdl.lib
594
595 @MSVC_TRUE@cdl.lib: libcdl.a
596 @MSVC_TRUE@     $(INSTALL) $< $@
597
598 @MSVC_TRUE@clean-local:
599 @MSVC_TRUE@     $(RM) cdl.lib
600
601 @MSVC_TRUE@install-exec-local: all-local
602 @MSVC_TRUE@     $(mkinstalldirs) $(DESTDIR)$(libdir)
603 @MSVC_TRUE@     $(INSTALL) cdl.lib $(DESTDIR)$(libdir)/cdl.lib
604
605 @MSVC_FALSE@all-local:
606 @MSVC_FALSE@clean-local:
607 @MSVC_FALSE@install-exec-local: libcdl.a
608 @MSVC_FALSE@    $(mkinstalldirs) $(DESTDIR)$(libdir)
609 @MSVC_FALSE@    $(INSTALL) libcdl.a $(DESTDIR)$(libdir)/libcdl.a
610
611 interp.$(OBJEXT)    : Makefile $(cdlcore_headers) $(infra_headers)
612
613 expr.$(OBJEXT)      : Makefile $(cdlcore_headers) $(infra_headers)
614
615 infer.$(OBJEXT)     : Makefile $(cdlcore_headers) $(infra_headers)
616
617 func.$(OBJEXT)      : Makefile $(cdlcore_headers) $(infra_headers)
618
619 refer.$(OBJEXT)     : Makefile $(cdlcore_headers) $(infra_headers)
620
621 cdlmisc.$(OBJEXT)   : Makefile $(cdlcore_headers) $(infra_headers)
622
623 conflict.$(OBJEXT)  : Makefile $(cdlcore_headers) $(infra_headers)
624
625 property.$(OBJEXT)  : Makefile $(cdlcore_headers) $(infra_headers)
626
627 parse.$(OBJEXT)     : Makefile $(cdlcore_headers) $(infra_headers)
628
629 base.$(OBJEXT)      : Makefile $(cdlcore_headers) $(infra_headers)
630
631 value.$(OBJEXT)     : Makefile $(cdlcore_headers) $(infra_headers)
632
633 build.$(OBJEXT)     : Makefile $(cdlcore_headers) $(infra_headers)
634
635 dialog.$(OBJEXT)    : Makefile $(cdlcore_headers) $(infra_headers)
636
637 wizard.$(OBJEXT)    : Makefile $(cdlcore_headers) $(infra_headers)
638
639 interface.$(OBJEXT) : Makefile $(cdlcore_headers) $(infra_headers)
640
641 transact.$(OBJEXT)  : Makefile $(cdlcore_headers) $(infra_headers)
642
643 database.$(OBJEXT)  : Makefile $(cdl_headers) $(infra_headers)
644
645 config.$(OBJEXT)    : Makefile $(cdl_headers) $(infra_headers)
646
647 package.$(OBJEXT)   : Makefile $(cdl_headers) $(infra_headers)
648
649 component.$(OBJEXT) : Makefile $(cdl_headers) $(infra_headers)
650
651 option.$(OBJEXT)    : Makefile $(cdl_headers) $(infra_headers)
652
653 # Tell versions [3.59,3.63) of GNU make to not export all variables.
654 # Otherwise a system limit (for SysV at least) may be exceeded.
655 .NOEXPORT: