Mercurial > ecos-v3_0-branch
comparison host/libcdl/Makefile.in @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 435cced73e2f |
| children | 511f4dc167f6 |
comparison
equal
deleted
inserted
replaced
| 114:5ad2b71d525e | 115:6ed91473a1cd |
|---|---|
| 86 | 86 |
| 87 INCLUDES = @INCLUDES@ | 87 INCLUDES = @INCLUDES@ |
| 88 | 88 |
| 89 include_HEADERS = cdlcore.hxx cdl.hxx | 89 include_HEADERS = cdlcore.hxx cdl.hxx |
| 90 | 90 |
| 91 sources := interp.cxx expr.cxx refer.cxx cdlmisc.cxx conflict.cxx property.cxx parse.cxx base.cxx value.cxx build.cxx dialog.cxx wizard.cxx interface.cxx transact.cxx infer.cxx database.cxx config.cxx package.cxx component.cxx option.cxx | 91 sources := interp.cxx \ |
| 92 expr.cxx \ | |
| 93 refer.cxx \ | |
| 94 cdlmisc.cxx \ | |
| 95 conflict.cxx \ | |
| 96 property.cxx \ | |
| 97 parse.cxx \ | |
| 98 base.cxx \ | |
| 99 value.cxx \ | |
| 100 build.cxx \ | |
| 101 dialog.cxx \ | |
| 102 wizard.cxx \ | |
| 103 interface.cxx \ | |
| 104 transact.cxx \ | |
| 105 infer.cxx \ | |
| 106 database.cxx \ | |
| 107 config.cxx \ | |
| 108 package.cxx \ | |
| 109 component.cxx \ | |
| 110 option.cxx | |
| 92 | 111 |
| 93 | 112 |
| 94 noinst_LIBRARIES = libcdl.a | 113 noinst_LIBRARIES = libcdl.a |
| 95 libcdl_a_SOURCES = $(sources) | 114 libcdl_a_SOURCES = $(sources) |
| 96 | 115 |
| 97 infra_headers := $(cyg_ac_infra_incdir)/cyg/infra/cyg_ass.h $(cyg_ac_infra_incdir)/cyg/infra/cyg_trac.h $(cyg_ac_infra_incdir)/pkgconf/infra.h $(cyg_ac_infra_incdir)/pkgconf/hostinfra.h $(cyg_ac_infra_incdir)/cyg/infra/cyg_type.h | 116 infra_headers := $(cyg_ac_infra_incdir)/cyg/infra/cyg_ass.h \ |
| 117 $(cyg_ac_infra_incdir)/cyg/infra/cyg_trac.h \ | |
| 118 $(cyg_ac_infra_incdir)/pkgconf/infra.h \ | |
| 119 $(cyg_ac_infra_incdir)/pkgconf/hostinfra.h \ | |
| 120 $(cyg_ac_infra_incdir)/cyg/infra/cyg_type.h | |
| 98 | 121 |
| 99 | 122 |
| 100 cdlcore_headers := cdlconfig.h cdlcore.hxx | 123 cdlcore_headers := cdlconfig.h cdlcore.hxx |
| 101 cdl_headers := $(cdlcore_headers) cdl.hxx | 124 cdl_headers := $(cdlcore_headers) cdl.hxx |
| 102 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 125 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 367 mkdir $(distdir) | 390 mkdir $(distdir) |
| 368 -chmod 777 $(distdir) | 391 -chmod 777 $(distdir) |
| 369 @for file in $(DISTFILES); do \ | 392 @for file in $(DISTFILES); do \ |
| 370 if test -f $$file; then d=.; else d=$(srcdir); fi; \ | 393 if test -f $$file; then d=.; else d=$(srcdir); fi; \ |
| 371 if test -d $$d/$$file; then \ | 394 if test -d $$d/$$file; then \ |
| 372 cp -pr $$/$$file $(distdir)/$$file; \ | 395 cp -pr $$d/$$file $(distdir)/$$file; \ |
| 373 else \ | 396 else \ |
| 374 test -f $(distdir)/$$file \ | 397 test -f $(distdir)/$$file \ |
| 375 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | 398 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
| 376 || cp -p $$d/$$file $(distdir)/$$file || :; \ | 399 || cp -p $$d/$$file $(distdir)/$$file || :; \ |
| 377 fi; \ | 400 fi; \ |
