summaryrefslogtreecommitdiff
path: root/Makefile.org
Commit message (Expand)AuthorAgeFilesLines
* Corrected misplacement of one of the greps...levitte2003-10-011-1/+1
* Avoid 'file names' with spaceslevitte2003-10-011-0/+2
* Correct incorrect mode bits change.levitte2003-09-301-1/+1
* Make sure openssl.pc is readable by everyone.levitte2003-07-041-0/+1
* Handle des_modes.pod properly.levitte2003-06-111-2/+2
* Have ASFLAGS be defined the same way as CFLAGSlevitte2003-05-291-2/+2
* Define a STORE type. For documentation, read the entry in CHANGES,levitte2003-05-011-1/+2
* Make it possible to affect the extension of man pages.levitte2003-04-211-6/+7
* Missed a few dollars.levitte2003-03-251-4/+4
* Make sure that all the library paths are modified in prepend mode, notlevitte2003-03-201-5/+11
* Remove duplication and have clean depend on libcleanlevitte2003-02-221-4/+4
* Handle krb5 libraries separately and make sure only libssl.so dependslevitte2003-02-141-1/+5
* Add full support for -rpath/-R, both in shared libraries andlevitte2003-02-131-0/+1
* DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.levitte2003-01-131-4/+2
* Double the dollars that are intended for the command line.levitte2003-01-101-1/+1
* Add documentation on how to handle the shared libaries.levitte2003-01-101-0/+6
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andappro2003-01-031-1/+9
* Since we're including Kerberos 5 headers in our exported header files (whenlevitte2002-12-291-1/+1
* Cygwin needs the library locatin for .DLLs to be set in PATH. Unfortunately,levitte2002-12-241-2/+2
* We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,levitte2002-12-191-1/+0
* Because the contents of openssl.pc may have to change when a configurationlevitte2002-12-191-1/+1
* It was pointed out to me that .pc files are normally stored inlevitte2002-12-191-1/+1
* It was pointed out to me that .pc files are normally stored inlevitte2002-12-191-1/+1
* Make sure manual pages are properly linked to on systems that have caselevitte2002-12-151-8/+17
* Update the make system for installations:levitte2002-12-151-6/+11
* Apparently, bash is more forgiving than sh. To be backwardlevitte2002-12-061-2/+2
* Corrected DJGPP patchlevitte2002-12-051-4/+4
* Correct a few typos that I introduced after applying DJGPP patches.levitte2002-12-041-2/+1
* DJGPP patches.levitte2002-12-041-1/+4
* Make it so all names mentioned in the NAME section of each manpage becomes alevitte2002-11-291-4/+12
* Changes to make shared library building and use work better with Cygwinlevitte2002-11-151-2/+4
* Make sure permissions are friendly when building release tar file.jaenicke2002-11-111-0/+3
* Generate openssl.pc so pkg-config can return proper data.levitte2002-11-061-1/+17
* We need to propogate SHARED_LIBS to sub-directories for "install" targetsgeoff2002-10-181-1/+1
* A much better idea, of course, is not to do a submake at all...levitte2002-10-151-1/+0
* Makefile.shared needs to know how it can reach itself.levitte2002-10-151-0/+1
* Step 12 of move of engines: Time to make the changes to supportlevitte2002-10-111-4/+7
* Move the shared library construction stuff to Makefile.shared, alevitte2002-10-111-274/+22
* Keep the sub_all symbol so all the algorithm Makefiles won't break.levitte2002-10-091-0/+1
* Change the main Makefile to have "mini-build" targets.levitte2002-10-091-6/+18
* Installed libraries should not be overwritten, especially shared ones.levitte2002-10-041-9/+13
* Typo, I assigned the variable ld instead of my_ld...levitte2002-08-181-1/+1
* So, I discovered that if you have your $PATH set so a ld different fromlevitte2002-08-171-3/+1
* change how pod2man is handled: explicitly invoke '$PERL' only whenbodo2002-08-141-3/+3
* When we want to give a -f argument to $(MAKE), we'd better make sure thelevitte2002-08-091-1/+2
* Add ECDH support.bodo2002-08-091-1/+1
* Fix "make install_docs" (and thus "make install").geoff2002-08-041-2/+2
* We don't need to find out which pod2man to use more than oncelevitte2002-08-011-4/+5
* Add aix64-cc, and make sure that ar gets proper flags for 64-bit librarieslevitte2002-08-011-1/+2
* Make sure to use $(MAKE) everywhere instead of make.levitte2002-07-311-1/+1