summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-10-30Run "make alldeps"H. Peter Anvin1-6/+6
2007-10-18Suppress datarootdir warnings from configureCharles Crayne1-0/+1
2007-10-02make alldepsH. Peter Anvin1-4/+4
2007-10-02Run "make alldeps".H. Peter Anvin1-3/+4
2007-09-28Add substitutes for snprintf() and vsnprintf()H. Peter Anvin1-5/+9
2007-09-25Makefile.in: make "make install" create directoriesH. Peter Anvin1-12/+19
2007-09-24Support __float*__ for floating-point numbers in expressionsH. Peter Anvin1-14/+20
2007-09-22Update nasm.spec.in and make it handle rc releasesH. Peter Anvin1-3/+5
2007-09-19Make nasm_malloc() et al available from inside ndisasmH. Peter Anvin1-12/+15
2007-09-17Sort dependency listsH. Peter Anvin1-59/+58
2007-09-17Cleaner way to handle MSVC's _snprintf() underscore damageH. Peter Anvin1-53/+58
2007-09-16make alldeps: change Mkfiles/Makefile.* to Mkfiles/*.makH. Peter Anvin1-1/+1
2007-09-16Run "make alldeps"H. Peter Anvin1-1/+1
2007-09-14Use the new hash table function library to store labelsH. Peter Anvin1-2/+7
2007-09-12Remove $Id$ tags (useless with git)H. Peter Anvin1-1/+0
2007-09-12Use enumerations where practical to ease debuggingH. Peter Anvin1-19/+21
2007-09-12Run "make alldeps"; add dependencies missing from the previous checkinH. Peter Anvin1-1/+1
2007-09-12Use a perfect hash to look up preprocessor directivesH. Peter Anvin1-9/+18
2007-09-05Fix "make tar"; useful for RPM testingH. Peter Anvin1-1/+1
2007-09-05Remove obsolete Serial: construct; we shouldn't need it anyway.H. Peter Anvin1-1/+0
2007-08-30phash.ph: use a bipartite graph to reduce the storage requirementsH. Peter Anvin1-1/+1
2007-08-30Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin1-8/+12
2007-08-30Makefile rule for tokhash.cH. Peter Anvin1-1/+6
2007-08-29Create a Perl library directory, and add the Graph module to itH. Peter Anvin1-1/+1
2007-06-21Detect missing <inttypes.h> and include ersatz version if missingH. Peter Anvin1-0/+1
2007-05-30Update dependencies.H. Peter Anvin1-2/+2
2007-05-29Run "make alldeps"H. Peter Anvin1-38/+40
2007-04-28Initial support for ELF64Chuck Crayne1-2/+5
2007-04-15Remove @GCCFLAGS@H. Peter Anvin1-1/+1
2005-10-20Allow CFLAGS to be overridden from make.Eric Christopher1-6/+9
2005-09-22Add basic support for Mach-O file format.Eric Christopher1-1/+1
2005-01-14Update dependenciesH. Peter Anvin1-41/+41
2004-12-17Added "splint" as a target to simplify running splint on all sources.Ed Beroset1-0/+3
2003-09-12Don't delete config.h.in when doing "make spotless"H. Peter Anvin1-1/+2
2003-09-01Enable the use of a config.h file and autoheader. At this point we don'tH. Peter Anvin1-0/+1
2003-08-29Making the spec file part of dist is something for the Makefile, notH. Peter Anvin1-1/+1
2003-07-09Generate stabs format debugging info for ELFH. Peter Anvin1-1/+1
2002-09-13Fix ordering rule in "make spotless"H. Peter Anvin1-1/+1
2002-09-13Clean doc directory when making "make dist"H. Peter Anvin1-0/+1
2002-09-12Clean up unnecessary dependencies.H. Peter Anvin1-31/+31
2002-06-06This is the "megapatch":H. Peter Anvin1-37/+92
2002-05-26Add a way to link with specific system libraries (e.g. efence).H. Peter Anvin1-2/+3
2002-05-21Spec file now depends on version.pl tooH. Peter Anvin1-1/+1
2002-05-21Correct the generation of the spec file with a serial number.H. Peter Anvin1-1/+3
2002-05-21Accept X.YYplZ as a valid version number (equivalent to X.YY.0.Z) andH. Peter Anvin1-1/+3
2002-05-19Remove autom4te.cache when cleaning up config.*H. Peter Anvin1-47/+51
2002-05-19Cleaner way to handle the PERLREQ removalH. Peter Anvin1-3/+3
2002-05-19Fix so that the configure.in works with autoconf 2.5x; make sureH. Peter Anvin1-2/+2
2002-05-17Undo a change that wasn't meant for public consumption (yet.)H. Peter Anvin1-1/+1