Peter Johnson
91b09aa668
Integrate gettext, libtool, and libltdl into CVS and more tightly into
...
configuration process.
svn path=/trunk/yasm/; revision=640
23 years ago
Peter Johnson
8cd76bac56
Update to gettext 0.11.1.
...
svn path=/trunk/yasm/; revision=589
23 years ago
Peter Johnson
c23b8437d7
Add re2c to the build tree. Build tools with recursive make instead of from
...
top-level Makefile (for various reasons, including object name conflicts).
svn path=/trunk/yasm/; revision=585
23 years ago
Peter Johnson
83abfe0c72
Build lemon ( http://www.hwaci.com/sw/lemon/ ).
...
svn path=/trunk/yasm/; revision=566
23 years ago
Peter Johnson
aa6f573370
Update DISTFILES to reflect src/lclint.sh -> splint.sh move.
...
svn path=/trunk/yasm/; revision=550
23 years ago
Peter Johnson
45cc607135
Update to match new Mkfiles files.
...
svn path=/trunk/yasm/; revision=540
23 years ago
Peter Johnson
01208b3739
Remove programmer documentation out of source tree and into the yasm-doc CVS
...
module. Since user documentation is going to be the only doc/ stuff, get rid
of user subdirectory. Eliminate top-level doc/Makefile.am as user doc
generation will be integrated into top-level Makefile.am (or maybe
doc/Makefile.inc).
svn path=/trunk/yasm/; revision=418
23 years ago
Peter Johnson
f5358bb32e
Change EXTRA_DIST to reflect movement of strsep.c and mergesort.c.
...
svn path=/trunk/yasm/; revision=411
23 years ago
Peter Johnson
bed4099e4f
Make sure bison gets -d flag (creates a separate header file).
...
svn path=/trunk/yasm/; revision=410
23 years ago
Peter Johnson
ccb5c4cc61
Link with @LIBOBJS@ (for replacement functions).
...
svn path=/trunk/yasm/; revision=404
23 years ago
Peter Johnson
2ca67cc237
Include intl from build directory, not source directory.
...
svn path=/trunk/yasm/; revision=401
23 years ago
Peter Johnson
2ea2166ae8
Add intl directory to INCLUDES.
...
svn path=/trunk/yasm/; revision=400
23 years ago
Peter Johnson
1d1214dcec
Don't include config/* files explicitly (they're included implicitly if
...
needed). Remove config.guess and config.sub, as automake -a doesn't seem to
update them.
svn path=/trunk/yasm/; revision=396
23 years ago
Peter Johnson
0caf84d85f
Massive build system change: single Makefile instead of recursive.
...
Note: still is automake-generated, but uses .inc files in the various
subdirectories instead of .am files.
TODO: Move arch-specific components of bytecode_test and memexpr_test to
arch/x86.
svn path=/trunk/yasm/; revision=394
23 years ago
Peter Johnson
3b496cdde7
Do intl more correctly. nointl/libintl.h is unnecessary; it can be detected
...
in util.h by the ENABLE_NLS define. Fix Mkfiles to reflect. Actually enable
if available in main().
svn path=/trunk/yasm/; revision=372
23 years ago
Peter Johnson
b76d2cd490
Add other Makefiles, supporting files to EXTRA_DIST.
...
svn path=/trunk/yasm/; revision=293
23 years ago
Peter Johnson
38391f7c8a
Add GNU Library General Public License (version 2) to CVS and distribution
...
because that's the license bitvect is under.
svn path=/trunk/yasm/; revision=237
23 years ago
Peter Johnson
9397744af8
Add unit test framework using Check ( http://check.sourceforge.net/ ).
...
Only test included right now is a tiny one for one bytecode function, but
will grow as time goes on.
TODO: check for non ANSI C things required by Check.
svn path=/trunk/yasm/; revision=190
23 years ago
Peter Johnson
79295b7e9d
Add rcs id.
...
svn path=/trunk/yasm/; revision=181
23 years ago
Peter Johnson
863ac29d02
Add doc to automake and configure.
...
Only build queue docs if dev is enabled (--enable-dev).
svn path=/trunk/yasm/; revision=176
23 years ago
Michael Urman
2f630084b3
Updates to pass make distcheck.
...
Added linux as a bogus sysqueue.
svn path=/trunk/yasm/; revision=154
24 years ago
Peter Johnson
45df22d110
Convert to using gettext instead of the ugly errwarn constant strings.
...
NOTE: gettextize now needs to be run before building.
svn path=/trunk/yasm/; revision=153
24 years ago
Peter Johnson
06cce4e4cd
Repo-copied include files to src to make automake/autoconf build structure
...
work properly. Changed Makefile.am, src/Makefile.am, and configure.in to
match directory changes.
svn path=/trunk/yasm/; revision=120
24 years ago
Peter Johnson
a4c2cb29ad
Reverse include and src directories to make sure config.h is built first.
...
svn path=/trunk/yasm/; revision=74
24 years ago
Michael Urman
3a6d83db51
Initial checkin of automake/autoconf files.
...
Proper split directory builds may fail on the lex/yacc generated files.
svn path=/trunk/yasm/; revision=56
24 years ago