X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FMakefile.am;h=faa1730b7f263d269d0a1adb60ae750d9f428656;hb=c57ebd5cba75489c97cbe14f241e792619b09d5b;hp=95e46e172bb223239eeca496a46cce20e627fdba;hpb=e5614d88ac90ae5cf1fc7620e4f22e7360bd30fd;p=sxemacs diff --git a/lisp/Makefile.am b/lisp/Makefile.am index 95e46e1..faa1730 100644 --- a/lisp/Makefile.am +++ b/lisp/Makefile.am @@ -15,7 +15,7 @@ ## General Public License for more details. ## You should have received a copy of the GNU General Public License -## along with this program. If not, see . +## along with this program. If not, see . ## Process this file with automake to produce Makefile.in @@ -56,14 +56,13 @@ ETAGS = $(top_builddir)/lib-src/etags TAGS_DEPENDENCIES = $(ETAGS) ETAGS_ARGS = -sxepkg_DATA = -xepkg_DATA = -mulepkg_DATA = -sitepkg_DATA = +sxepkg_DATA = +xepkg_DATA = +mulepkg_DATA = +sitepkg_DATA = subdirs = ffi mule term -EXTRA_DIST = ffi/Makefile.in mule/Makefile.in nocompile_bldchainels = \ build-autoloads.el compile-core.el loadup-el.el loadup.el \ site-load.el update-elc.el update-elc-2.el very-early-lisp.el @@ -81,8 +80,8 @@ corelispels = \ cus-edit.el cus-face.el cus-file.el cus-load.el cus-start.el \ custom.el derived.el device.el dialog-items.el dialog.el \ disass.el disp-table.el dragdrop.el easy-mmode.el easymenu.el \ - emod-utils.el etags.el events.el extents.el faces.el ffi.el \ - files-nomule.el files.el fill.el float-sup.el font-lock.el \ + emod-utils.el etags.el events.el extents.el faces.el ffi.el \ + files-nomule.el files.el fill.el float-sup.el font-lock.el \ font-menu.el font.el fontl-hooks.el format.el frame.el \ glyphs.el gnuserv.el gpm.el gui.el gutter-items.el gutter.el \ help-macro.el help-nomule.el help.el hyper-apropos.el indent.el \ @@ -98,12 +97,12 @@ corelispels = \ process.el rect.el regexp-opt.el register.el replace.el \ resize-minibuffer.el scrollbar.el select.el shadow.el simple.el \ sound.el specifier.el subr.el symbol-syntax.el symbols.el \ - syntax.el text-mode.el text-props.el toolbar-items.el \ - toolbar.el tty-init.el undo-stack.el userlock.el version.el \ - view-less.el wid-browse.el wid-edit.el widget.el \ - window-xemacs.el window.el x-color.el x-compose.el x-faces.el \ - x-font-menu.el x-init.el x-iso8859-1.el x-misc.el x-mouse.el \ - x-scrollbar.el x-select.el x-win-sun.el x-win-xfree86.el + syntax.el text-mode.el text-props.el toolbar-items.el \ + toolbar.el tty-init.el undo-stack.el userlock.el version.el \ + view-less.el wid-browse.el wid-edit.el widget.el \ + window-xemacs.el window.el x-color.el x-compose.el x-faces.el \ + x-font-menu.el x-init.el x-iso8859-1.el x-misc.el x-mouse.el \ + x-scrollbar.el x-select.el x-win-sun.el x-win-xfree86.el ffilispels = \ ffi/ffi-curl.el ffi/ffi-gcrypt.el ffi/ffi-libc.el \ @@ -114,7 +113,7 @@ mulelispels = \ mule/cyrillic.el mule/english.el mule/ethiopic.el \ mule/european.el mule/greek.el mule/hebrew.el mule/japanese.el \ mule/kinsoku.el mule/korean.el mule/latin.el mule/misc-lang.el \ - mule/mule-category.el mule/ccl.el mule/mule-charset.el \ + mule/mule-category.el mule/ccl.el mule/mule-charset.el \ mule/mule-cmds.el mule/mule-coding.el mule/mule-help.el \ mule/mule-init.el mule/mule-misc.el mule/mule-tty-init.el \ mule/mule-x-init.el mule/thai-xtis-chars.el mule/thai-xtis.el \ @@ -132,15 +131,15 @@ termlispels = \ builtels = \ auto-autoloads.el custom-load.el finder-inf.el \ - custom-defines.el + custom-defines.el ffibuiltels = \ - ffi/auto-autoloads.el ffi/custom-load.el \ - ffi/custom-defines.el + ffi/auto-autoloads.el ffi/custom-load.el \ + ffi/custom-defines.el mulebuiltels = \ - mule/auto-autoloads.el mule/custom-load.el \ - mule/custom-defines.el + mule/auto-autoloads.el mule/custom-load.el \ + mule/custom-defines.el if HAVE_FFI @@ -150,7 +149,7 @@ if WITH_MULE builtels += $(mulebuiltels) endif -nocompile_elfiles = +nocompile_elfiles = compile_elfiles = $(compile_bldchainels) $(corelispels) $(termlispels) if HAVE_FFI compile_elfiles += $(ffilispels) @@ -164,6 +163,8 @@ nobase_dist_lisp_DATA = $(elfiles) nobase_lisp_DATA = $(builtels) $(elfiles:.el=.elc) $(builtels:.el=.elc) noinst_DATA = auto.stamp update-elc.stamp autoc.stamp +EXTRA_DIST = $(nocompile_bldchainels) $(compile_bldchainels) + BUILT_FILES = auto.stamp update-elc.stamp autoc.stamp CLEANFILES = core* stage1 stage2 $(builtels) $(builtels:.el=.elc) \ @@ -264,3 +265,5 @@ auto.stamp: $(SXEMACS) $(compile_elfiles) # @touch $@ # #all: stage1 stage2 + +.NOTPARALLEL: