Mercurial > hg > xemacs-beta
comparison lib-src/Makefile.in.in @ 4894:03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Remove two unused internationalization programs and associated Makefile rules.
See message <870180fe1001281158n556cf90eib0d6abf34a4f83d4@mail.gmail.com> in
xemacs-patches for more information.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 28 Jan 2010 12:59:48 -0700 |
parents | d6cfba1cc388 |
children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
4893:99f2102552d7 | 4894:03ab78e48ef6 |
---|---|
123 GEN_SCRIPTS = rcs2log vcdiff gzip-el.sh | 123 GEN_SCRIPTS = rcs2log vcdiff gzip-el.sh |
124 PKG_SCRIPTS = add-big-package.sh | 124 PKG_SCRIPTS = add-big-package.sh |
125 PRIVATE_INSTALLABLE_SCRIPTS = $(GEN_SCRIPTS) $(PKG_SCRIPTS) | 125 PRIVATE_INSTALLABLE_SCRIPTS = $(GEN_SCRIPTS) $(PKG_SCRIPTS) |
126 | 126 |
127 PRIVATE_INSTALLABLES = ${PRIVATE_INSTALLABLE_EXES} ${PRIVATE_INSTALLABLE_SCRIPTS} | 127 PRIVATE_INSTALLABLES = ${PRIVATE_INSTALLABLE_EXES} ${PRIVATE_INSTALLABLE_SCRIPTS} |
128 | |
129 ## These need to be conditional on I18N3: make-msgfile make-po | |
130 | 128 |
131 ## ---------------------------------------------------------------- | 129 ## ---------------------------------------------------------------- |
132 ## Things that XEmacs uses during the build process itself. | 130 ## Things that XEmacs uses during the build process itself. |
133 ## Not installed. | 131 ## Not installed. |
134 | 132 |
373 $(CC) $(cflags) ${srcdir}/winclient.c $(ldflags) -o $@ | 371 $(CC) $(cflags) ${srcdir}/winclient.c $(ldflags) -o $@ |
374 | 372 |
375 hexl: ${srcdir}/hexl.c | 373 hexl: ${srcdir}/hexl.c |
376 $(CC) $(cflags) ${srcdir}/hexl.c $(ldflags) -o $@ | 374 $(CC) $(cflags) ${srcdir}/hexl.c $(ldflags) -o $@ |
377 | 375 |
378 make-msgfile: ${srcdir}/make-msgfile.c | |
379 $(CC) $(cflags) ${srcdir}/make-msgfile.c $(ldflags) -o $@ | |
380 | |
381 make-po: ${srcdir}/make-po.c | |
382 $(CC) $(cflags) ${srcdir}/make-po.c $(ldflags) -o $@ | |
383 | |
384 make-dump-id: ${srcdir}/make-dump-id.c | 376 make-dump-id: ${srcdir}/make-dump-id.c |
385 $(CC) $(cflags) ${srcdir}/make-dump-id.c $(ldflags) -o $@ | 377 $(CC) $(cflags) ${srcdir}/make-dump-id.c $(ldflags) -o $@ |
386 | 378 |
387 #ifndef DUMP_IN_EXEC | 379 #ifndef DUMP_IN_EXEC |
388 insert-data-in-exec: ${srcdir}/insert-data-in-exec.c | 380 insert-data-in-exec: ${srcdir}/insert-data-in-exec.c |