Mercurial > hg > xemacs-beta
comparison lib-src/Makefile.in.in @ 321:19dcec799385 r21-0-58
Import from CVS: tag r21-0-58
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:46:44 +0200 |
parents | 4b85ae5eabfb |
children | 7c94d56991e1 |
comparison
equal
deleted
inserted
replaced
320:73c75c43c1f2 | 321:19dcec799385 |
---|---|
68 #include "../src/config.h" | 68 #include "../src/config.h" |
69 | 69 |
70 ## Things that a user might actually run, | 70 ## Things that a user might actually run, |
71 ## which should be installed in bindir. | 71 ## which should be installed in bindir. |
72 INSTALLABLES_BASE = etags ctags b2m gnuclient ootags | 72 INSTALLABLES_BASE = etags ctags b2m gnuclient ootags |
73 INSTALLABLE_SCRIPTS = rcs-checkin pstogif install-sid send-pr gnudoit gnuattach | 73 INSTALLABLE_SCRIPTS = rcs-checkin pstogif gnudoit gnuattach |
74 #ifdef HAVE_MS_WINDOWS | 74 #ifdef HAVE_MS_WINDOWS |
75 INSTALLABLES = $(INSTALLABLES_BASE) runemacs | 75 INSTALLABLES = $(INSTALLABLES_BASE) runemacs |
76 #else | 76 #else |
77 INSTALLABLES = $(INSTALLABLES_BASE) | 77 INSTALLABLES = $(INSTALLABLES_BASE) |
78 #endif | 78 #endif |
85 gnuserv mmencode | 85 gnuserv mmencode |
86 ## These need to be conditional on I18N3 make-msgfile make-po | 86 ## These need to be conditional on I18N3 make-msgfile make-po |
87 | 87 |
88 ## Like UTILITIES, but they are not system-dependent, and should not be | 88 ## Like UTILITIES, but they are not system-dependent, and should not be |
89 ## deleted by the distclean target. | 89 ## deleted by the distclean target. |
90 GEN_SCRIPTS = rcs2log vcdiff gzip-el.sh install-sid send-pr | 90 GEN_SCRIPTS = rcs2log vcdiff gzip-el.sh |
91 TM_SCRIPTS = tm-au tm-file tm-html tm-image tm-mpeg tm-plain tm-ps tmdecode | |
92 PKG_SCRIPTS = add-big-package.sh | 91 PKG_SCRIPTS = add-big-package.sh |
93 SCRIPTS = $(GEN_SCRIPTS) $(TM_SCRIPTS) $(PKG_SCRIPTS) | 92 SCRIPTS = $(GEN_SCRIPTS) $(PKG_SCRIPTS) |
94 | 93 |
95 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} | 94 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} |
96 | 95 |
97 SOURCES = COPYING ChangeLog Makefile.in.in README aixcc.lex emacs.csh \ | 96 SOURCES = COPYING ChangeLog Makefile.in.in README aixcc.lex emacs.csh \ |
98 makedoc.com *.[chy] $(SCRIPTS) | 97 makedoc.com *.[chy] $(SCRIPTS) |
309 $(CC) $(cflags) ${srcdir}/sorted-doc.c $(ldflags) -o $@ | 308 $(CC) $(cflags) ${srcdir}/sorted-doc.c $(ldflags) -o $@ |
310 | 309 |
311 b2m: ${srcdir}/b2m.c ../src/config.h | 310 b2m: ${srcdir}/b2m.c ../src/config.h |
312 $(CC) $(cflags) ${srcdir}/b2m.c $(ldflags) -o $@ | 311 $(CC) $(cflags) ${srcdir}/b2m.c $(ldflags) -o $@ |
313 | 312 |
314 movemail: ${srcdir}/movemail.c ${srcdir}/pop.c ${srcdir}/pop.h ../src/config.h | 313 movemail: ${srcdir}/movemail.c ${srcdir}/pop.c ${srcdir}/pop.h $(GETOPTDEPS) regex.o \ |
315 $(CC) $(cflags) ${MOVE_FLAGS} ${srcdir}/movemail.c ${srcdir}/pop.c $(ldflags) ${MOVE_LIBS} -o $@ | 314 ../src/config.h |
315 $(CC) $(cflags) ${MOVE_FLAGS} ${srcdir}/movemail.c ${srcdir}/pop.c \ | |
316 $(GETOPTOBJS) regex.o $(ldflags) ${MOVE_LIBS} -o $@ | |
316 | 317 |
317 cvtmail: ${srcdir}/cvtmail.c | 318 cvtmail: ${srcdir}/cvtmail.c |
318 $(CC) $(cflags) ${srcdir}/cvtmail.c $(ldflags) -o $@ | 319 $(CC) $(cflags) ${srcdir}/cvtmail.c $(ldflags) -o $@ |
319 | 320 |
320 fakemail: ${srcdir}/fakemail.c ../src/config.h | 321 fakemail: ${srcdir}/fakemail.c ../src/config.h |