~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to srclib/apr/test/aprtest.win

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Note:
 
2
#
 
3
# You may need to modify the configuration of Build - Options - Directories
 
4
# for the Executable path to include the perl interpreter within DevStudio.
 
5
# E.g. add c:\program files\perl\bin to the list of directories
 
6
 
 
7
!IF "$(TARGET)" == ""
 
8
TARGET=ALL
 
9
!ENDIF 
 
10
 
 
11
$(TARGET): Makefile
 
12
        $(MAKE) /nologo /f Makefile $(TARGET)
 
13
 
 
14
Makefile: Makefile.in MakeWin32Make.awk
 
15
        awk -f MakeWin32Make.awk <Makefile.in >Makefile
 
16
 
 
17
clean:
 
18
        del Makefile *.obj *.exe *.idb *.pdb