| libcc.fs \ |
libcc.fs \ |
| locals.fs \ |
locals.fs \ |
| look.fs \ |
look.fs \ |
| |
mkdir.fs \ |
| quotes.fs \ |
quotes.fs \ |
| search.fs \ |
search.fs \ |
| see.fs \ |
see.fs \ |
| |
|
| check-libcc-named: $(LIBCC_BUILD_SRC) |
check-libcc-named: $(LIBCC_BUILD_SRC) |
| $(RMTREE) lib/gforth/$(VERSION)/libcc-named/ |
$(RMTREE) lib/gforth/$(VERSION)/libcc-named/ |
| $(srcdir)/mkinstalldirs lib/gforth/$(VERSION)/libcc-named/ |
|
| for i in $(LIBCC_BUILD_SRC); do ./gforth -e "s\" `pwd`/lib/gforth/$(VERSION)/libcc-named/\" libcc-named-dir-v 2! libcc-path clear-path libcc-named-dir libcc-path also-path :noname 2drop s\" $(libccdir)\" ; is replace-rpath" $$i -e bye; done |
for i in $(LIBCC_BUILD_SRC); do ./gforth -e "s\" `pwd`/lib/gforth/$(VERSION)/libcc-named/\" libcc-named-dir-v 2! libcc-path clear-path libcc-named-dir libcc-path also-path :noname 2drop s\" $(libccdir)\" ; is replace-rpath" $$i -e bye; done |
| |
|
| check: gforths gforth.fi |
check: gforths gforth.fi |