* Clear up warnings and update documentation.
[alpine.git] / web / src / Makefile.am
blob5e822d91db336ad629729de0aa4f9a70a153ec3c
1 # ========================================================================
2 # Copyright 2006-2008 University of Washington
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 #     http://www.apache.org/licenses/LICENSE-2.0
10 # ========================================================================
13 all:
14         cd @abs_top_srcdir@/web/src/cgi.tcl-1.10 && ./configure --prefix=@abs_top_srcdir@/web/lib
16 install:
17         cd @abs_top_srcdir@/web/src/alpined.d && make install
18         cd @abs_top_srcdir@/web/src/cgi.tcl-1.10 && make install SCRIPTDIR=@abs_top_srcdir@/web/lib
19         cd @abs_top_srcdir@/web/lib && tclsh ./pkgcreate
20         if test -x pubcookie/wp_uidmapper ; then $(LN) -f pubcookie/wp_uidmapper @abs_top_srcdir@/web/bin ; fi
21         if test -x pubcookie/wp_tclsh ; then $(LN) -f pubcookie/wp_tclsh @abs_top_srcdir@/web/bin ; fi
22         if test -x pubcookie/wp_gssapi_proxy ; then $(LN) -f pubcookie/wp_gssapi_proxy @abs_top_srcdir@/web/bin ; fi