Build improvements
authorNelson Ferreira <nelson.ferreira@ieee.org>
Mon, 18 Apr 2011 16:07:50 +0000 (12:07 -0400)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Mon, 18 Apr 2011 16:07:50 +0000 (12:07 -0400)
commit5948c7c4c8d608de8432a1f0a5dda556335ef0ce
tree55a4149965226ada3f240bbc717d5490af0f2023
parentae4f56c0181f68b112fcb76e4995f953370e5afb
Build improvements

* autogen.sh: when outside of "proper" git repos
              try to be friendlier by using the
              defaults and suggest the tag command.

* src/Emacs{Frame,Manager,Shell}*, src/External*:
              moved into src/ui/X11 as that is the
              proper place for those files

* src/Makefile.am, src/ui/X11/Makefile.am:
              adjust targets for move of the files

* src/mule/input-method-motif.c: adjust header path
* src/ui/lwlib/lwlib-Xlw.c: ditto

Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
24 files changed:
autogen.sh
src/Makefile.am
src/mule/input-method-motif.c
src/ui/X11/EmacsFrame.c [moved from src/EmacsFrame.c with 100% similarity]
src/ui/X11/EmacsFrame.h [moved from src/EmacsFrame.h with 100% similarity]
src/ui/X11/EmacsFrameP.h [moved from src/EmacsFrameP.h with 100% similarity]
src/ui/X11/EmacsManager.c [moved from src/EmacsManager.c with 100% similarity]
src/ui/X11/EmacsManager.h [moved from src/EmacsManager.h with 100% similarity]
src/ui/X11/EmacsManagerP.h [moved from src/EmacsManagerP.h with 100% similarity]
src/ui/X11/EmacsShell-sub.c [moved from src/EmacsShell-sub.c with 100% similarity]
src/ui/X11/EmacsShell.c [moved from src/EmacsShell.c with 100% similarity]
src/ui/X11/EmacsShell.h [moved from src/EmacsShell.h with 100% similarity]
src/ui/X11/EmacsShellP.h [moved from src/EmacsShellP.h with 100% similarity]
src/ui/X11/ExternalClient-Xlib.c [moved from src/ExternalClient-Xlib.c with 100% similarity]
src/ui/X11/ExternalClient.c [moved from src/ExternalClient.c with 100% similarity]
src/ui/X11/ExternalClient.h [moved from src/ExternalClient.h with 100% similarity]
src/ui/X11/ExternalClientP.h [moved from src/ExternalClientP.h with 100% similarity]
src/ui/X11/ExternalShell.c [moved from src/ExternalShell.c with 100% similarity]
src/ui/X11/ExternalShell.h [moved from src/ExternalShell.h with 100% similarity]
src/ui/X11/ExternalShellP.h [moved from src/ExternalShellP.h with 100% similarity]
src/ui/X11/Makefile.am
src/ui/X11/xintrinsic.h [moved from src/xintrinsic.h with 100% similarity]
src/ui/X11/xintrinsicp.h [moved from src/xintrinsicp.h with 100% similarity]
src/ui/lwlib/lwlib-Xlw.c