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

Diff of /dgee/gw_config/Makefile.in

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

revision 1.1.1.1.4.3 by ajmitch, Sun Jun 29 07:11:42 2003 UTC revision 1.1.1.1.4.4 by npg, Mon Aug 18 04:58:23 2003 UTC
# Line 1  Line 1 
1    # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2    
3    # 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    SHELL = @SHELL@
15    
16    srcdir = @srcdir@
17    top_srcdir = @top_srcdir@
18    VPATH = @srcdir@
19    
20    bindir = @bindir@
21    sbindir = @sbindir@
22    libexecdir = @libexecdir@
23    datadir = @datadir@
24    sysconfdir = @sysconfdir@
25    sharedstatedir = @sharedstatedir@
26    localstatedir = @localstatedir@
27    libdir = @libdir@
28    infodir = @infodir@
29    mandir = @mandir@
30    includedir = @includedir@
31    oldincludedir = /usr/include
32    
33    DESTDIR =
34    
35    pkgdatadir = $(datadir)/@PACKAGE@
36    pkglibdir = $(libdir)/@PACKAGE@
37    pkgincludedir = $(includedir)/@PACKAGE@
38    
39    top_builddir = ..
40    
41    ACLOCAL = @ACLOCAL@
42    AUTOCONF = @AUTOCONF@
43    AUTOMAKE = @AUTOMAKE@
44    AUTOHEADER = @AUTOHEADER@
45    
46    INSTALL = @INSTALL@
47    INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
48    INSTALL_DATA = @INSTALL_DATA@
49    INSTALL_SCRIPT = @INSTALL_SCRIPT@
50    transform = @program_transform_name@
51    
52    NORMAL_INSTALL = :
53    PRE_INSTALL = :
54    POST_INSTALL = :
55    NORMAL_UNINSTALL = :
56    PRE_UNINSTALL = :
57    POST_UNINSTALL = :
58    build_alias = @build_alias@
59    build_triplet = @build@
60    host_alias = @host_alias@
61    host_triplet = @host@
62    target_alias = @target_alias@
63    target_triplet = @target@
64    APXS = @APXS@
65    APXS2BASE = @APXS2BASE@
66    APXSBASE = @APXSBASE@
67    AR = @AR@
68    ARFLAGS = @ARFLAGS@
69    BUILD_DIR = @BUILD_DIR@
70    CC = @CC@
71    CFLAGS = @CFLAGS@
72    DEVELMODULES = @DEVELMODULES@
73    DGVERSION = @DGVERSION@
74    DOTGNUVERSION = @DOTGNUVERSION@
75    GLIBBASE = @GLIBBASE@
76    GROUP = @GROUP@
77    GWBASE = @GWBASE@
78    HAVE_LIB = @HAVE_LIB@
79    LIB = @LIB@
80    LMBASE = @LMBASE@
81    LOCAL_CFLAGS = @LOCAL_CFLAGS@
82    LOCAL_DEFS = @LOCAL_DEFS@
83    LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
84    LTLIB = @LTLIB@
85    MAINT = @MAINT@
86    MAKEINFO = @MAKEINFO@
87    MAKE_SHELL = @MAKE_SHELL@
88    NE_VER_MAJOR = @NE_VER_MAJOR@
89    NE_VER_MINOR = @NE_VER_MINOR@
90    PACKAGE = @PACKAGE@
91    PNETBASE = @PNETBASE@
92    PXLBASE = @PXLBASE@
93    PYTHONVM = @PYTHONVM@
94    RANLIB = @RANLIB@
95    REPOSDIR = @REPOSDIR@
96    SPOOLDIR = @SPOOLDIR@
97    USER = @USER@
98    VERSION = @VERSION@
99    VER_MAJOR = @VER_MAJOR@
100    VER_MINOR = @VER_MINOR@
101    host_cpu = @host_cpu@
102    host_os = @host_os@
103    
104  prefix = $(DESTDIR)@prefix@  prefix = $(DESTDIR)@prefix@
105  exec_prefix = @exec_prefix@  exec_prefix = @exec_prefix@
# Line 6  spooldir = $(DESTDIR)@localstatedir@/spo Line 108  spooldir = $(DESTDIR)@localstatedir@/spo
108  logdir = $(DESTDIR)@localstatedir@/log/dgee  logdir = $(DESTDIR)@localstatedir@/log/dgee
109  #logdir = @LOGDIR@  #logdir = @LOGDIR@
110  sandbox = @sandbox@  sandbox = @sandbox@
111    GWMKCFG = @GWBASE@/bin/gwmkcfg
112    
113  CONF=${etcdir}  CONF = ${etcdir}
114    
115  # These get chowned to the running user  # These get chowned to the running user
116  #  #
117  IDIRS = ${spooldir} ${logdir}  IDIRS = ${spooldir} ${logdir}
118    mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
119    CONFIG_HEADER = ../dglib/dgconf.h
120    CONFIG_CLEAN_FILES =  markup.sh
121    DIST_COMMON =  Makefile.am Makefile.in markup.sh.in
122    
123    
124    DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
125    
126    TAR = tar
127    GZIP_ENV = --best
128    all: all-redirect
129    .SUFFIXES:
130    $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
131            cd $(top_srcdir) && $(AUTOMAKE) --gnu gw_config/Makefile
132    
133    Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
134            cd $(top_builddir) \
135              && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
136    
137    markup.sh: $(top_builddir)/config.status markup.sh.in
138            cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
139    tags: TAGS
140    TAGS:
141    
142    
143    distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
144    
145    subdir = gw_config
146    
147    distdir: $(DISTFILES)
148            here=`cd $(top_builddir) && pwd`; \
149            top_distdir=`cd $(top_distdir) && pwd`; \
150            distdir=`cd $(distdir) && pwd`; \
151            cd $(top_srcdir) \
152              && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu gw_config/Makefile
153            @for file in $(DISTFILES); do \
154              d=$(srcdir); \
155              if test -d $$d/$$file; then \
156                cp -pr $$d/$$file $(distdir)/$$file; \
157              else \
158                test -f $(distdir)/$$file \
159                || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
160                || cp -p $$d/$$file $(distdir)/$$file || :; \
161              fi; \
162            done
163    info-am:
164    info: info-am
165    dvi-am:
166    dvi: dvi-am
167    check-am: all-am
168    check: check-am
169    installcheck-am:
170    installcheck: installcheck-am
171    install-exec-am:
172    install-exec: install-exec-am
173    
174    install-data-am:
175    install-data: install-data-am
176    
177    install-am: all-am
178            @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
179    install: install-am
180    uninstall-am:
181    uninstall: uninstall-am
182    all-am: Makefile
183    all-redirect: all-am
184    install-strip:
185            $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
186    installdirs:
187    
188    
189    mostlyclean-generic:
190    
191    clean-generic:
192    
193    distclean-generic:
194            -rm -f Makefile $(CONFIG_CLEAN_FILES)
195            -rm -f config.cache config.log stamp-h stamp-h[0-9]*
196    
197    maintainer-clean-generic:
198    mostlyclean-am:  mostlyclean-generic
199    
200    mostlyclean: mostlyclean-am
201    
202    clean-am:  clean-generic mostlyclean-am
203    
204    clean: clean-am
205    
206    distclean-am:  distclean-generic clean-am
207    
208    distclean: distclean-am
209    
210    maintainer-clean-am:  maintainer-clean-generic distclean-am
211            @echo "This command is intended for maintainers to use;"
212            @echo "it deletes files that may require special tools to rebuild."
213    
214    maintainer-clean: maintainer-clean-am
215    
216    .PHONY: tags distdir info-am info dvi-am dvi check check-am \
217    installcheck-am installcheck install-exec-am install-exec \
218    install-data-am install-data install-am install uninstall-am uninstall \
219    all-redirect all-am all installdirs mostlyclean-generic \
220    distclean-generic clean-generic maintainer-clean-generic clean \
221    mostlyclean distclean maintainer-clean
222    
223    
224  all: dgeeconf.bin  all: dgeeconf.bin
225    
# Line 23  dgeeconf.xml: markup.sh dgeeconf.xml.in Line 231  dgeeconf.xml: markup.sh dgeeconf.xml.in
231  dgeeconf.bin: dgeeconf.xml  dgeeconf.bin: dgeeconf.xml
232          ( export GWCONFIG=dgeeconf.bin; \          ( export GWCONFIG=dgeeconf.bin; \
233                  rm -f $${GWCONFIG}; \                  rm -f $${GWCONFIG}; \
234                  gwmkcfg dgeeconf.xml; )                  $(GWMKCFG) dgeeconf.xml; )
235            
236  install:  install:
237          @( for d in ${IDIRS}; do \          @( for d in ${IDIRS}; do \
238            ../mkinstalldirs $${d}; \            $(mkinstalldirs) $${d}; \
239            chown -f @USER@:@GROUP@ $${d}; \            chown -f @USER@:@GROUP@ $${d}; \
240            if [ '$(sandbox)' != '' ];  \            if [ '$(sandbox)' != '' ];  \
241            then \            then \
242              ../mkinstalldirs ${sandbox}$${d}; \              $(mkinstalldirs) ${sandbox}$${d}; \
243              chown @USER@:@GROUP@ ${sandbox}$${d}; \              chown @USER@:@GROUP@ ${sandbox}$${d}; \
244            fi ; \            fi ; \
245          done; )          done; )
246          @../mkinstalldirs ${CONF}          $(mkinstalldirs) ${CONF}
247          @cp -f dgeeconf.bin ${CONF}          $(INSTALL) dgeeconf.bin ${CONF}
248          @cp -f dgeeconf.xml ${CONF}          $(INSTALL) dgeeconf.xml ${CONF}
249          @( if [ '$(sandbox)' != '' ];  \          @( if [ '$(sandbox)' != '' ];  \
250             then \             then \
251               ../mkinstalldirs ${sandbox}${CONF} ; \               $(mkinstalldirs) ${sandbox}${CONF} ; \
252               ../install-sandbox dgeeconf.bin ${CONF} ${sandbox} ; \               @top_srcdir@/install-sandbox dgeeconf.bin ${CONF} ${sandbox} ; \
253               ../install-sandbox dgeeconf.xml ${CONF} ${sandbox} ; \               @top_srcdir@/install-sandbox dgeeconf.xml ${CONF} ${sandbox} ; \
254          fi ; \          fi ; \
255        )        )
                   
256    
257  clean:  clean:
258          @rm -f dgeeconf.bin dgeeconf.xml          @rm -f dgeeconf.bin dgeeconf.xml
259    
260  distclean: clean  distclean: clean
261            rm -f *~
262            rm -f \#*
263          rm -f Makefile dgeeconf.xml markup.sh          rm -f Makefile dgeeconf.xml markup.sh
264    
265    # Tell versions [3.59,3.63) of GNU make to not export all variables.
266    # Otherwise a system limit (for SysV at least) may be exceeded.
267    .NOEXPORT:

Legend:
Removed from v.1.1.1.1.4.3  
changed lines
  Added in v.1.1.1.1.4.4

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