summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement a BASEDIR build environment variable to allow the NetWare build to ↵Bradley Nicholes2007-01-311-38/+38
| | | | | | | | relocate the install files Submitted by: Guenter Knauf <fuankg apache org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@502051 13f79535-47bb-0310-9956-ffa450edef68
* Add util_mutex.c and .h to the netware buildBradley Nicholes2006-10-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@468049 13f79535-47bb-0310-9956-ffa450edef68
* Remove GENURI.nlm from the prebuild targetBradley Nicholes2006-04-301-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@398264 13f79535-47bb-0310-9956-ffa450edef68
* Update the NetWare makefiles to build the authz codeBradley Nicholes2006-01-111-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@368105 13f79535-47bb-0310-9956-ffa450edef68
* Small description change to indicate which socket library the NLM in built forBradley Nicholes2005-11-221-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@348053 13f79535-47bb-0310-9956-ffa450edef68
* Add eor_bucket.c to the NetWare buildBradley Nicholes2005-10-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@328658 13f79535-47bb-0310-9956-ffa450edef68
* Add the path to the mod_ssl include for the setenvif module.Bradley Nicholes2005-07-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@225293 13f79535-47bb-0310-9956-ffa450edef68
* Build mod_ssl for the NetWare platformBradley Nicholes2005-04-181-2/+6
| | | | | | | Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161813 13f79535-47bb-0310-9956-ffa450edef68
* Allow httpd on NetWare to build using either the standard socket libraries ↵Bradley Nicholes2005-04-141-2/+12
| | | | | | or the Winsock libraries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161368 13f79535-47bb-0310-9956-ffa450edef68
* Update the NetWare make install target to comply with the new .conf file layoutBradley Nicholes2005-04-101-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160726 13f79535-47bb-0310-9956-ffa450edef68
* Rethink the built-in vs shared modules for NetWare. Reposition mod_asis, ↵Bradley Nicholes2005-04-081-6/+0
| | | | | | mod_actions, mod_cgi, mod_imagemap, mod_userdir and mod_autoindex as shared rather than built-in. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160625 13f79535-47bb-0310-9956-ffa450edef68
* Make the changes in the NetWare build for the image_map module renameBradley Nicholes2005-04-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160560 13f79535-47bb-0310-9956-ffa450edef68
* * NWGNUmakefile: Update for PCRE changes.Joe Orton2005-02-141-1/+1
| | | | | | | Submitted by: NormW <normw bocnet.com.au> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153780 13f79535-47bb-0310-9956-ffa450edef68
* Add a target to build the prebuild utilities on NetWareBradley Nicholes2005-02-081-0/+10
| | | | | | Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@152957 13f79535-47bb-0310-9956-ffa450edef68
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-301-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106975 13f79535-47bb-0310-9956-ffa450edef68
* Initial pass at refactoring some files to eliminate our 150K C source behemoths.Justin Erenkrantz2004-11-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in: Change order of dependencies to bring in exports.o first so that we have every symbol 'used' before the linker starts processing. * build/rules.mk.in: Add a 'program-install' target which just copies httpd. * server/Makefile.in, modules/http/config2.m4: Add in new file targets. * NWGNUmakefile, libhttpd.dsp: Blind updates for Netware and Win32. (I tried.) * server/core.c: Move core_input_filter, net_time_filter, and core_output_filter and all supporting functions to... * server/core_filters.c (copied): ...here. * modules/http/http_protocol.c: Move functions from here to there...namely: * modules/http/byterange_filter.c (copied): Relocate ap_byterange_filter() and friends. * modules/http/chunk_filter.c (copied): Relocate chunk_filter(). * modules/http/http_etag.c (copied): Relocate ap_set_etag and ap_make_etag(). * modules/http/http_filters.c (copied): Relocate ap_http_filter(), ap_http_header_filter(), ap_discard_request_body(), ap_setup_client_block(), ap_should_client_block(), and ap_get_client_block(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106692 13f79535-47bb-0310-9956-ffa450edef68
* Copy the charset.conv file to the /conf directory during the make install phase Bradley Nicholes2004-11-201-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105991 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate the redundant compiler rulesBradley Nicholes2004-06-011-47/+3
| | | | | | | Submitted by: Guenter Knauf <fuankg@apache.org>, Brad Nicholes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103816 13f79535-47bb-0310-9956-ffa450edef68
* Remove the hardcoded /Y parameter when doing a xcopyBradley Nicholes2004-04-291-5/+5
| | | | | | | Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103550 13f79535-47bb-0310-9956-ffa450edef68
* Allow the NetWare makefiles to clean up some files that were missedBradley Nicholes2004-04-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103286 13f79535-47bb-0310-9956-ffa450edef68
* Allow make files to create a cc.opt compiler options file per NLM rather ↵Bradley Nicholes2004-03-071-24/+24
| | | | | | than a single file per directory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102876 13f79535-47bb-0310-9956-ffa450edef68
* Add eoc_bucket.c to the NetWare makefileBradley Nicholes2004-03-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102874 13f79535-47bb-0310-9956-ffa450edef68
* Stop trying to copy headers out of directories that don't existBradley Nicholes2003-11-211-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101843 13f79535-47bb-0310-9956-ffa450edef68
* Opps. Copy/Paste problemBradley Nicholes2003-05-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100024 13f79535-47bb-0310-9956-ffa450edef68
* Copy the .XDC data file during the installdev make process. This allows otherBradley Nicholes2003-05-231-0/+1
| | | | | | | | | modules to link same .XDC data file used by the httpd and APR builds. Submitted by: G�nter Knauf <gk@gknw.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100022 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the export list so that it is consistent between debug and non-debug ↵Bradley Nicholes2003-03-111-0/+1
| | | | | | builds git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98987 13f79535-47bb-0310-9956-ffa450edef68
* Add the version number to the screen nameBradley Nicholes2003-03-111-1/+1
| | | | | | | Submitted by: Guenter Knauf (gk@gknw.de) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98967 13f79535-47bb-0310-9956-ffa450edef68
* Change the screen name default to DEFAULT for all NLMs except the Apache2 NLMBradley Nicholes2003-01-301-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98548 13f79535-47bb-0310-9956-ffa450edef68
* Remove rfc1413.c from the buildBradley Nicholes2003-01-221-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98455 13f79535-47bb-0310-9956-ffa450edef68
* Adding the current version string to the link of each NLMBradley Nicholes2002-10-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97251 13f79535-47bb-0310-9956-ffa450edef68
* Clean up some left over garbage in the NetWare make files after moving theBradley Nicholes2002-09-201-1/+0
| | | | | | | provider API's into the core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96931 13f79535-47bb-0310-9956-ffa450edef68
* Take a stab in the dark at fixing up the Netware build due to theJustin Erenkrantz2002-09-201-1/+1
| | | | | | | | | addition of ap_{register|lookup}_provider. Completely and utterly untested, but seems close. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96925 13f79535-47bb-0310-9956-ffa450edef68
* Moving the auth_provider APIs into the core binary to avoid a chicken andBradley Nicholes2002-09-161-0/+2
| | | | | | | | | egg problem when loading the auth modules vs the providers. (Can't load the auth module until the provider has registered. Can't register the provider until the auth module is loaded and APIs are available.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96846 13f79535-47bb-0310-9956-ffa450edef68
* Removed access_module, auth_module and added authz_host_module inBradley Nicholes2002-09-131-2/+1
| | | | | | | order to comply with the new auth module architecture git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96792 13f79535-47bb-0310-9956-ffa450edef68
* Make the xcopy run smootherBradley Nicholes2002-09-061-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96698 13f79535-47bb-0310-9956-ffa450edef68
* Added mod_cgi and mod_netware to the NetWare make files.Bradley Nicholes2002-05-311-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95449 13f79535-47bb-0310-9956-ffa450edef68
* Updated the NetWare makefiles to include the rotatelogs NLM and to copyBradley Nicholes2002-05-291-2/+2
| | | | | | | all of the support NLMs to a bin directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95365 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up the distribution and install section of the NetWare make filesBradley Nicholes2002-04-291-2/+5
| | | | | | | Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94863 13f79535-47bb-0310-9956-ffa450edef68
* Changed the make file to pick up the renamed httpd.conf file template.Bradley Nicholes2002-04-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94472 13f79535-47bb-0310-9956-ffa450edef68
* Switched to xcopy commands in the make file so that we are sure all of theBradley Nicholes2002-03-271-18/+10
| | | | | | | document directories are copied during the install processing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94238 13f79535-47bb-0310-9956-ffa450edef68
* Added the AWK script to the build that generates the default HTTPD.conf fileBradley Nicholes2002-03-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93867 13f79535-47bb-0310-9956-ffa450edef68
* Switching from a project build file to GNU make filesBradley Nicholes2002-03-011-0/+400
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93665 13f79535-47bb-0310-9956-ffa450edef68