Mercurial > hg > xemacs-beta
comparison Makefile.in.in @ 2973:414a64af46c9
[xemacs-hg @ 2005-10-04 17:51:13 by stephent]
Modularize Canna <87wtkttbvp.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 04 Oct 2005 17:51:32 +0000 |
parents | 6fa9919a9a0b |
children | 21d92abaac3a |
comparison
equal
deleted
inserted
replaced
2972:2b58b7fd831c | 2973:414a64af46c9 |
---|---|
311 | 311 |
312 ${SUBDIR}: ${SUBDIR_MAKEFILES} ${GENERATED_HEADERS} FRC | 312 ${SUBDIR}: ${SUBDIR_MAKEFILES} ${GENERATED_HEADERS} FRC |
313 cd ./$@ && $(MAKE) $(RECURSIVE_MAKE_ARGS) all | 313 cd ./$@ && $(MAKE) $(RECURSIVE_MAKE_ARGS) all |
314 | 314 |
315 ## Building modules depends on ellcc, found in lib-src. | 315 ## Building modules depends on ellcc, found in lib-src. |
316 modules/sample modules/ldap modules/zlib modules/base64 modules/postgresql: lib-src | 316 modules/sample modules/ldap modules/zlib modules/base64: lib-src |
317 modules/postgresql modules/canna: lib-src | |
317 | 318 |
318 Makefile: ${srcdir}/Makefile.in.in config.status | 319 Makefile: ${srcdir}/Makefile.in.in config.status |
319 ./config.status | 320 ./config.status |
320 $(MAKE) $(RECURSIVE_MAKE_ARGS) all | 321 $(MAKE) $(RECURSIVE_MAKE_ARGS) all |
321 | 322 |