sam
776c2c2fcc
Clean up build system and update copyright information.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@274 55e467fa-43c5-0310-a8a2-de718669efc6
2009-12-19 12:28:26 +00:00
sam
dcdb7f3f16
* Remove tabs from source code. Another excuse to test the buildbot.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@273 55e467fa-43c5-0310-a8a2-de718669efc6
2006-09-18 16:59:55 +00:00
sam
4fe7ccd660
* lib/xwidgets/: more pointer/int cast fixes.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@271 55e467fa-43c5-0310-a8a2-de718669efc6
2006-09-17 11:06:03 +00:00
sam
da3485795e
* Got rid of P_() and ELLIPSIS macros.
...
* Adapted all prototypes to no longer use P_().
git-svn-id: svn://svn.zoy.org/elk/trunk@252 55e467fa-43c5-0310-a8a2-de718669efc6
2004-08-09 20:05:25 +00:00
sam
11d6d6d102
* Do not fail if -lXmu is not present; -lXt should be enough.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@222 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-30 02:00:20 +00:00
sam
8eb3b6d06b
* Renamed xt*.c to *.c, because it is their original name in Elk 3.0.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@215 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-28 10:00:26 +00:00
sam
33a9e2da21
* Split the common part of the xaw and motif plugins into a separate
...
libelk-xt shared library.
git-svn-id: svn://svn.zoy.org/elk/trunk@214 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-28 09:57:09 +00:00
sam
2b27088412
* Merged the *-xt.la and *-widgets.la module pairs into one *.la to avoid
...
undefined symbols.
git-svn-id: svn://svn.zoy.org/elk/trunk@205 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-26 17:54:52 +00:00
sam
73bac056b6
* Call Elk with case-sensitive symbols when building code.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@198 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-26 15:03:20 +00:00
sam
69724a8ba7
* Added -no-undefined to all plugins' LDFLAGS.
...
* Disabled most of the unix plugin code under Windows.
* Replaced remaining index/rindex calls with strchr/strrchr.
* Updated the Win32 build.
git-svn-id: svn://svn.zoy.org/elk/trunk@164 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-19 08:54:08 +00:00
sam
809443fb06
* Do not open .so files, but look for the libtool .la library instead and
...
get the shared object's filename from it.
git-svn-id: svn://svn.zoy.org/elk/trunk@161 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-17 12:01:49 +00:00
sam
4cb155e3f6
* Fixed all signed/unsigned and undeclared function warnings.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@158 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-15 12:53:36 +00:00
sam
6f05008c8e
* **/Makefile.am: Use CLEANFILES instead of a new clean rule to remove
...
temporary files generated at build time.
git-svn-id: svn://svn.zoy.org/elk/trunk@153 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-15 08:52:09 +00:00
sam
335719f3a1
* Replaced bcopy/bzero/bcmp with memcpu/memeset/memcmp.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@137 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-09 23:13:50 +00:00
sam
d96c52c6ad
* Fixed the build of the xaw plugin.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@123 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-07 14:41:10 +00:00
sam
57766216c8
* Added autoconf checks for -lgdbm, X11, Xaw and Motif.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@100 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-06 11:15:57 +00:00
sam
43ae443a4b
* Removed ALIASES-related stuff. We're in the XXIst century, dudes.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@95 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 15:42:28 +00:00
sam
82a9a039c9
* Muahaha! No more friggin K&R stuff!
...
git-svn-id: svn://svn.zoy.org/elk/trunk@93 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 15:30:04 +00:00
sam
13144820f9
* Renamed xaw-common.so to xaw-xt.so and motif-common.so to motif-xt.so.
...
* Added init.c to xaw-xt.so and motif-xt.so for proper initialisation.
git-svn-id: svn://svn.zoy.org/elk/trunk@85 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 12:44:54 +00:00
sam
70f8be7a33
* Provide foo.so, not foo.o.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@84 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 11:26:55 +00:00
sam
306455fc25
* Cosmetic fixes.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@83 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 11:26:39 +00:00
sam
3c2162048b
* Forgot a small xm/motif fix.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@80 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 09:28:57 +00:00
sam
61885f04c6
* Re-renamed xm to motif (SVN rules).
...
git-svn-id: svn://svn.zoy.org/elk/trunk@79 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 09:23:22 +00:00
sam
3874cda315
* Changed motif back to xm.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@78 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-03 22:59:20 +00:00
sam
a8dc438a27
* Rebuild everything properly.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@77 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-03 22:56:02 +00:00
sam
28da7c3327
* Moved some directories.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@76 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-03 22:00:01 +00:00