summaryrefslogtreecommitdiffstats
path: root/Makefile.org
AgeCommit message (Expand)Author
2003-11-29Damnit, I'm sick of having to do something special every time a moduleRichard Levitte
2003-10-31Engines are usually binary, and should therefore be in INSTALLTOPRichard Levitte
2003-10-31Let exit codes propagate from within for loops.Richard Levitte
2003-10-01Corrected misplacement of one of the greps...Richard Levitte
2003-10-01Avoid 'file names' with spacesRichard Levitte
2003-09-30Correct incorrect mode bits change.Richard Levitte
2003-07-04Make sure openssl.pc is readable by everyone.Richard Levitte
2003-06-11Handle des_modes.pod properly.Richard Levitte
2003-05-29Have ASFLAGS be defined the same way as CFLAGSRichard Levitte
2003-05-01Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte
2003-04-21Make it possible to affect the extension of man pages.Richard Levitte
2003-03-25Missed a few dollars.Richard Levitte
2003-03-20Make sure that all the library paths are modified in prepend mode, notRichard Levitte
2003-02-22Remove duplication and have clean depend on libcleanRichard Levitte
2003-02-14Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte
2003-02-13Add full support for -rpath/-R, both in shared libraries andRichard Levitte
2003-01-13DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte
2003-01-10Double the dollars that are intended for the command line.Richard Levitte
2003-01-10Add documentation on how to handle the shared libaries.Richard Levitte
2003-01-03Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov
2002-12-29Since we're including Kerberos 5 headers in our exported header files (whenRichard Levitte
2002-12-24Cygwin needs the library locatin for .DLLs to be set in PATH. Unfortunately,Richard Levitte
2002-12-19We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,Richard Levitte
2002-12-19Because the contents of openssl.pc may have to change when a configurationRichard Levitte
2002-12-19It was pointed out to me that .pc files are normally stored inRichard Levitte
2002-12-19It was pointed out to me that .pc files are normally stored inRichard Levitte
2002-12-15Make sure manual pages are properly linked to on systems that have caseRichard Levitte
2002-12-15Update the make system for installations:Richard Levitte
2002-12-06Apparently, bash is more forgiving than sh. To be backwardRichard Levitte
2002-12-05Corrected DJGPP patchRichard Levitte
2002-12-04Correct a few typos that I introduced after applying DJGPP patches.Richard Levitte
2002-12-04DJGPP patches.Richard Levitte
2002-11-29Make it so all names mentioned in the NAME section of each manpage becomes aRichard Levitte
2002-11-15Changes to make shared library building and use work better with CygwinRichard Levitte
2002-11-11Make sure permissions are friendly when building release tar file.Lutz Jänicke
2002-11-06Generate openssl.pc so pkg-config can return proper data.Richard Levitte
2002-10-18We need to propogate SHARED_LIBS to sub-directories for "install" targetsGeoff Thorpe
2002-10-15A much better idea, of course, is not to do a submake at all...Richard Levitte
2002-10-15Makefile.shared needs to know how it can reach itself.Richard Levitte
2002-10-11Step 12 of move of engines: Time to make the changes to supportRichard Levitte
2002-10-11Move the shared library construction stuff to Makefile.shared, aRichard Levitte
2002-10-09Keep the sub_all symbol so all the algorithm Makefiles won't break.Richard Levitte
2002-10-09Change the main Makefile to have "mini-build" targets.Richard Levitte
2002-10-04Installed libraries should not be overwritten, especially shared ones.Richard Levitte
2002-08-18Typo, I assigned the variable ld instead of my_ld...Richard Levitte
2002-08-17So, I discovered that if you have your $PATH set so a ld different fromRichard Levitte
2002-08-14change how pod2man is handled: explicitly invoke '$PERL' only whenBodo Möller
2002-08-09When we want to give a -f argument to $(MAKE), we'd better make sure theRichard Levitte
2002-08-09Add ECDH support.Bodo Möller
2002-08-04Fix "make install_docs" (and thus "make install").Geoff Thorpe