Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-24 | Don't check for USE_BUILDLINK3 anymore in these files. These are included | jlam | 1 | -4/+3 | |
by other package Makefiles, and with the deprecation of USE_BUILDLINK3 support in the infrastructure files, these had the potential to break existing packages. | |||||
2004-07-06 | Remove references to buildlink2. | wiz | 1 | -4/+2 | |
2004-05-08 | include apache's buildlink3.mk if using buildlink3. | grant | 1 | -2/+6 | |
2003-07-18 | gcc.buildlink2.mk is now handled automatically. | grant | 1 | -4/+1 | |
2003-05-31 | make sure modules are built with the correct version of gcc. | grant | 1 | -4/+9 | |
2003-02-17 | also pass CPPFLAGS to apxs. | grant | 1 | -3/+3 | |
2003-02-17 | pass LDFLAGS to apxs. | grant | 1 | -2/+2 | |
2003-02-17 | set the default source files to *.c, as this is common in our apache | grant | 1 | -2/+4 | |
modules. | |||||
2003-02-17 | USE_PERL5 is already defined in apache/buildlink2.mk. | grant | 1 | -3/+1 | |
2003-02-17 | add makefile fragment for Apache modules. | grant | 1 | -0/+47 | |
This provides a build and install target to simplify the writing of Apache module Makefiles. ok'd by wiz. |