~ubuntu-branches/ubuntu/oneiric/libapache-mod-jk/oneiric

« back to all changes in this revision

Viewing changes to jk/native/common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2006-08-05 16:30:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060805163053-myf66gm6j1a21ps6
Tags: 1:1.2.18-1ubuntu1
Merge from Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#### XXXX DO we need this Makefile ????
2
 
srcdir = @srcdir@
3
 
top_srcdir = @top_srcdir@
4
 
VPATH = @srcdir@
5
 
prefix = @prefix@
6
 
exec_prefix = @exec_prefix@
7
 
APXSLDFLAGS=@APXSLDFLAGS@
8
 
APXSCFLAGS=@APXSCFLAGS@
9
 
APXSCPPFLAGS=@APXSCPPFLAGS@
10
 
 
11
 
top_builddir = ..
12
 
 
13
 
LIBTOOL = @LIBTOOL@
14
 
CC = @CC@
15
 
 
16
 
OEXT=.lo
17
 
include list.mk
18
 
 
19
 
JAVA_INCL=-I @JAVA_HOME@/include -I @JAVA_HOME@/include/@OS@
20
 
CFLAGS=@apache_include@ @CFLAGS@ ${APXSCFLAGS} ${APXSCPPFLAGS} ${JAVA_INCL}
21
 
 
22
 
include @top_srcdir@/scripts/build/rules.mk
23
 
 
24
 
JK=./
25
 
 
26
 
all: ${APACHE_OBJECTS}
27
 
 
28
 
install:
29
 
 
30
 
clean:
31
 
        rm -f *.o *.slo *.lo