Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:makefile

9       -- Added makefile.unix which is BSD compatible, you have to manually tweak it since well I don't use it normally
131 -- added LDFLAGS to the makefile to allow cross porting linking options
137 -- Added LTC_NO_FAST to the makefile.icc to compensate for the fact ICC v9 can't handle it (Pelican MAC fails for instance)
182 -- Made makefile accept a NODOCS flag to disable the requirement of tetex to install LTC for you no tetex people... all 3 of ya :-)
206 -- the main makefile allows you to rename the make command [e.g. MAKE=gmake gmake install] so you can build LTC on platforms where the default make command sucks [e.g. BSD]
325 -- Andy Bontoft fixed a bug in my demos/tests/makefile.msvc ... seems "dsa_test.c" isn't an object
372 -- Added demos to MSVC makefile
373 -- Removed -funroll-all-loops from GCC makefile and replaced with -funroll-loops which is a bit more sane (P4 ain't got much cache for the IDATA)
380 -- Removed "makefile.cygwin_dll" as it's not really used by anyone and not worth the effort (hell I hardly maintain the MSVC makefiles ...)
447 "test" makefile and minor issues in Yarrow and Sober [just cosmetics really]
456 -- Added "makefile.shared" which builds and installs shared/static object copies
463 mycrypt_custom.h and added -DSMALL_CODE to the default makefile
562 -- Added a "pretty" target to the GCC makefile. Requires PERL. It is NEAT!
566 -- Updated makefile.icc so the "install" target would work ;-)
607 -- added ICC makefile along with "profiled" targets for both GNU and ICC compilers
716 -- Added hashsum demo to MSVC makefile.
723 -- Jochen Katz submitted a patch to the makefile to prevent "make" from making the .a library
763 -- Fixed up the makefile to use -fomit-frame-pointer more liberally
809 -- Added MSVC makefile [back, actually its written from scratch to work with NMAKE]
819 v0.81 -- Merged in new makefile from Clay Culver and Mike Frysinger
828 The makefile doesn't include any build options anymore
852 system around. Note that you should use the makefile it writes to at least build the library initially.
863 makefile.out" according to the users needs.
866 -- updated the makefile to use BSD friendly archiving invokations
943 -- Fixed a few minor oversights in the MSVC makefile
954 -- the MSVC makefile will now build for a SPACE optimized library rather than TIME optimized.
963 -- Fixed up the makefile to make releases where the version # is in the file name and directory it will unzip
995 -- updated the makefile to make "rsa_sys.c" a dependency of rsa.o [helps develop the code...]
1000 -- removed the GBA makefile and code from demos/test.c [not a particularly useful demo...]
1009 -- Added PS2 makefile contributed by Sky Schulz [see a pattern forming?]
1010 -- Added ability to have no FILE I/O functions at all (see makefile), Sky Schulz....
1012 -- Fixed up makefile to include new headers in the HEADERS variable
1019 -- updated makefile to make subdirectory properly (Sku Schulz)
1081 v0.64 -- wrote makefile for the GBA device [and hacked the demos/test.c file to support it conditionally]
1108 -- Cleaned up a little in the makefile
1209 -- made the "default" makefile target have depends on mycrypt.h and mycrypt_cfg.h
1216 -- Updated the GCC makefile not to use -O3 or -funroll-loops
1358 -- changed the MSVC makefile to build with a warning level of three, no warnings!
1534 -- I have added a makefile for LCC-Win32. It should be