/[dgee]/dgee/apache/Makefile.in
ViewVC logotype

Diff of /dgee/apache/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by csmith, Tue Apr 22 12:47:51 2003 UTC revision 1.5 by csmith, Sun Sep 21 11:06:38 2003 UTC
# Line 1  Line 1 
1  .SUFFIXES: .pc .c .o .h  # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2    
3  prefix = $(DESTDIR)@prefix@  # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4    # This Makefile.in is free software; the Free Software Foundation
5    # gives unlimited permission to copy and/or distribute it,
6    # with or without modifications, as long as this notice is preserved.
7    
8    # This program is distributed in the hope that it will be useful,
9    # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10    # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11    # PARTICULAR PURPOSE.
12    
13    #
14    # dotGNU Project
15    #
16    # Makefile for dgee apache module
17    #
18    # This software comes with ABSOLUTELY NO WARRANTY. This is free software,
19    # and you are welcome to modify and redistribute it under the GPL licence.
20    #
21    # $Id$
22    #
23    
24    
25    SHELL = @SHELL@
26    
27    srcdir = @srcdir@
28    top_srcdir = @top_srcdir@
29    VPATH = @srcdir@
30    prefix = @prefix@
31  exec_prefix = @exec_prefix@  exec_prefix = @exec_prefix@
 i_libdir =@libexecdir@/dgee/  
32    
33  MOD_DGEE = mod_dgee.so  bindir = @bindir@
34    sbindir = @sbindir@
35  INC     =  libexecdir = @libexecdir@
36  APXS = @APXSBASE@/apxs  datadir = @datadir@
37    sysconfdir = @sysconfdir@
38    sharedstatedir = @sharedstatedir@
39    localstatedir = @localstatedir@
40    libdir = @libdir@
41    infodir = @infodir@
42    mandir = @mandir@
43    includedir = @includedir@
44    oldincludedir = /usr/include
45    
46    DESTDIR =
47    
48    pkgdatadir = $(datadir)/@PACKAGE@
49    pkglibdir = $(libdir)/@PACKAGE@
50    pkgincludedir = $(includedir)/@PACKAGE@
51    
52    top_builddir = ..
53    
54    ACLOCAL = @ACLOCAL@
55    AUTOCONF = @AUTOCONF@
56    AUTOMAKE = @AUTOMAKE@
57    AUTOHEADER = @AUTOHEADER@
58    
59    INSTALL = @INSTALL@
60    INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
61    INSTALL_DATA = @INSTALL_DATA@
62    INSTALL_SCRIPT = @INSTALL_SCRIPT@
63    transform = @program_transform_name@
64    
65    NORMAL_INSTALL = :
66    PRE_INSTALL = :
67    POST_INSTALL = :
68    NORMAL_UNINSTALL = :
69    PRE_UNINSTALL = :
70    POST_UNINSTALL = :
71    build_alias = @build_alias@
72    build_triplet = @build@
73    host_alias = @host_alias@
74    host_triplet = @host@
75    target_alias = @target_alias@
76    target_triplet = @target@
77    APXS = @APXS@
78    APXS2 = @APXS2@
79    APXS2BASE = @APXS2BASE@
80    APXSBASE = @APXSBASE@
81    AR = @AR@
82    ARFLAGS = @ARFLAGS@
83    BUILD_DIR = @BUILD_DIR@
84    CC = @CC@
85    CFLAGS = @CFLAGS@
86    DEVELMODULES = @DEVELMODULES@
87    DGVERSION = @DGVERSION@
88    DOTGNUVERSION = @DOTGNUVERSION@
89    GLIBBASE = @GLIBBASE@
90    GROUP = @GROUP@
91    GWBASE = @GWBASE@
92    LMBASE = @LMBASE@
93    LOCAL_CFLAGS = @LOCAL_CFLAGS@
94    LOCAL_DEFS = @LOCAL_DEFS@
95    LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
96    MAINT = @MAINT@
97    MAKEINFO = @MAKEINFO@
98    MAKE_SHELL = @MAKE_SHELL@
99    NE_VER_MAJOR = @NE_VER_MAJOR@
100    NE_VER_MINOR = @NE_VER_MINOR@
101    PACKAGE = @PACKAGE@
102    PNETBASE = @PNETBASE@
103    PXLBASE = @PXLBASE@
104    PYTHONVM = @PYTHONVM@
105    RANLIB = @RANLIB@
106    REPOSDIR = @REPOSDIR@
107    SPOOLDIR = @SPOOLDIR@
108    USER = @USER@
109    VERSION = @VERSION@
110    VER_MAJOR = @VER_MAJOR@
111    VER_MINOR = @VER_MINOR@
112    host_cpu = @host_cpu@
113    host_os = @host_os@
114    sandbox = @sandbox@
115    
116  INC   = . @PXLBASE@/include @GWBASE@/include/goldwater ../dglib  INC = . $(PXLBASE)/include $(GWBASE)/include/goldwater @top_srcdir@/dglib
117  ALLINC = $(addprefix -I,$(INC))  ALLINC = $(addprefix -I,$(INC))
118    LFLAG = -L$(PXLBASE)/lib -L$(GWBASE)/lib -lgwtx -lpxtra -lpxtra $(LOCAL_LDFLAGS)
119    
120    APACHE_DIR := $(shell $(APXS) -q LIBEXECDIR)
121    MOD_DGEE = mod_dgee.so
122    MOD_DGEE_CONF = mod_dgee.conf
123    MOD_DGEE_DIR = $(DESTDIR)$(APACHE_DIR)
124    edit = sed \
125            -e 's,$${prefix},$(prefix),g'
126    
127    mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
128    CONFIG_HEADER = ../dglib/dgconf.h
129    CONFIG_CLEAN_FILES =  mod_dgee.conf
130    DIST_COMMON =  README Makefile.am Makefile.in mod_dgee.conf.in
131    
132    
133    DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
134    
135    TAR = gtar
136    GZIP_ENV = --best
137    all: all-redirect
138    .SUFFIXES:
139    $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
140            cd $(top_srcdir) && $(AUTOMAKE) --gnu apache/Makefile
141    
142    Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
143            cd $(top_builddir) \
144              && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
145    
146    mod_dgee.conf: $(top_builddir)/config.status mod_dgee.conf.in
147            cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
148    tags: TAGS
149    TAGS:
150    
151    
152    distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
153    
154    subdir = apache
155    
156    distdir: $(DISTFILES)
157            here=`cd $(top_builddir) && pwd`; \
158            top_distdir=`cd $(top_distdir) && pwd`; \
159            distdir=`cd $(distdir) && pwd`; \
160            cd $(top_srcdir) \
161              && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu apache/Makefile
162            @for file in $(DISTFILES); do \
163              d=$(srcdir); \
164              if test -d $$d/$$file; then \
165                cp -pr $$d/$$file $(distdir)/$$file; \
166              else \
167                test -f $(distdir)/$$file \
168                || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
169                || cp -p $$d/$$file $(distdir)/$$file || :; \
170              fi; \
171            done
172    info-am:
173    info: info-am
174    dvi-am:
175    dvi: dvi-am
176    check-am: all-am
177    check: check-am
178    installcheck-am:
179    installcheck: installcheck-am
180    install-exec-am:
181    install-exec: install-exec-am
182    
183    install-data-am:
184    install-data: install-data-am
185    
186    install-am: all-am
187            @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
188    install: install-am
189    uninstall-am:
190    uninstall: uninstall-am
191    all-am: Makefile
192    all-redirect: all-am
193    install-strip:
194            $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
195    installdirs:
196    
197    
198    mostlyclean-generic:
199    
200    clean-generic:
201    
202    distclean-generic:
203            -rm -f Makefile $(CONFIG_CLEAN_FILES)
204            -rm -f config.cache config.log stamp-h stamp-h[0-9]*
205    
206    maintainer-clean-generic:
207    mostlyclean-am:  mostlyclean-generic
208    
209    mostlyclean: mostlyclean-am
210    
211    clean-am:  clean-generic mostlyclean-am
212    
213    clean: clean-am
214    
215    distclean-am:  distclean-generic clean-am
216    
217    distclean: distclean-am
218    
219    maintainer-clean-am:  maintainer-clean-generic distclean-am
220            @echo "This command is intended for maintainers to use;"
221            @echo "it deletes files that may require special tools to rebuild."
222    
223    maintainer-clean: maintainer-clean-am
224    
225    .PHONY: tags distdir info-am info dvi-am dvi check check-am \
226    installcheck-am installcheck install-exec-am install-exec \
227    install-data-am install-data install-am install uninstall-am uninstall \
228    all-redirect all-am all installdirs mostlyclean-generic \
229    distclean-generic clean-generic maintainer-clean-generic clean \
230    mostlyclean distclean maintainer-clean
231    
232    
233  LFLAG   = -L@PXLBASE@/lib -L@GWBASE@/lib -lgwtx -lpxtra -lpxtra @LOCAL_LDFLAGS@  .PHONY: all fresh clean install install-mod install-mod-conf
234    
235  all: $(MOD_DGEE)  all: $(MOD_DGEE)
236    
237  fresh: clean all  fresh: clean all
238    
239  $(MOD_DGEE): mod_dgee.c  $(MOD_DGEE): mod_dgee.c replace
240          $(APXS) -DEAPI -DDGVERSION="'\""@DGVERSION@"\"'" $(ALLINC) -c mod_dgee.c $(LFLAG)          $(APXS) -DEAPI -DDOTGNUVERSION="'\""$(DOTGNUVERSION)"\"'" -DDGVERSION="'\""$(DGVERSION)"\"'" $(ALLINC) -c mod_dgee.c $(LFLAG)
241          @( if [ ! -e "$(MOD_DGEE)" ] ; \          @( if [ ! -e "$(MOD_DGEE)" ] ; \
242          then \          then \
243           echo Info: ERROR $(MOD_DGEE) not created... ;\           echo Info: ERROR $(MOD_DGEE) not created... ;\
# Line 30  $(MOD_DGEE): mod_dgee.c Line 249  $(MOD_DGEE): mod_dgee.c
249           echo Info: the install if this is the case. ;\           echo Info: the install if this is the case. ;\
250          fi )          fi )
251    
252    replace:
253            $(edit) mod_dgee.conf > mod_dgee.conf.tmp
254            mv mod_dgee.conf.tmp mod_dgee.conf
255    
256  clean:    clean:  
257            rm -f *.o
258          rm -f $(MOD_DGEE)          rm -f $(MOD_DGEE)
259    
260  distclean: clean  distclean: clean
261          rm -f Makefile          rm -f Makefile
262            rm -f $(MOD_DGEE_CONF)
263            rm -f *~
264            rm -f \#*
265    
266    install: install-mod
267    
268  install:  install-mod-conf:
         @echo "Installing DGEE Apache Module"  
         @../mkinstalldirs $(i_libdir)  
269          if [ -e $(MOD_DGEE) ] ; \          if [ -e $(MOD_DGEE) ] ; \
270          then \          then \
271            ../install-sh -c $(MOD_DGEE) $(i_libdir) ; \                  $(INSTALL) $(MOD_DGEE_CONF) $(DESTDIR)$(sysconfdir) ; \
         else \  
           ../install-sh -c precompiled/$(MOD_DGEE) $(i_libdir) ; \  
272          fi          fi
273            
274    install-mod: $(MOD_DGEE) install-mod-conf
275            $(APXS) -i -S LIBEXECDIR=$(MOD_DGEE_DIR) -a $<
276    
277  directories:  directories:
278    
279    # Tell versions [3.59,3.63) of GNU make to not export all variables.
280    # Otherwise a system limit (for SysV at least) may be exceeded.
281    .NOEXPORT:

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26