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

Diff of /dgee/examples/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 10:44:56 2003 UTC
# Line 1  Line 1 
1    # 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  exec_prefix = @exec_prefix@/dgee  # This Makefile.in is free software; the Free Software Foundation
5  LLIB=-L../cslib/DotGNU.XmlRpc -L../cslib/DotGNU.Net  # gives unlimited permission to copy and/or distribute it,
6    # with or without modifications, as long as this notice is preserved.
7    
8  all: wstest.dll math.dll state.dll  # 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  directories:  # DotGNU Project
14    #
15    # Automake definitions
16    # $Id$
17    #
18    
19    
20    SHELL = @SHELL@
21    
22    srcdir = @srcdir@
23    top_srcdir = @top_srcdir@
24    VPATH = @srcdir@
25    prefix = @prefix@
26    exec_prefix = @exec_prefix@
27    
28    bindir = @bindir@
29    sbindir = @sbindir@
30    libexecdir = @libexecdir@
31    datadir = @datadir@
32    sysconfdir = @sysconfdir@
33    sharedstatedir = @sharedstatedir@
34    localstatedir = @localstatedir@
35    libdir = @libdir@
36    infodir = @infodir@
37    mandir = @mandir@
38    includedir = @includedir@
39    oldincludedir = /usr/include
40    
41    DESTDIR =
42    
43    pkgdatadir = $(datadir)/@PACKAGE@
44    pkglibdir = $(libdir)/@PACKAGE@
45    pkgincludedir = $(includedir)/@PACKAGE@
46    
47    top_builddir = ..
48    
49    ACLOCAL = @ACLOCAL@
50    AUTOCONF = @AUTOCONF@
51    AUTOMAKE = @AUTOMAKE@
52    AUTOHEADER = @AUTOHEADER@
53    
54    INSTALL = @INSTALL@
55    INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
56    INSTALL_DATA = @INSTALL_DATA@
57    INSTALL_SCRIPT = @INSTALL_SCRIPT@
58    transform = @program_transform_name@
59    
60    NORMAL_INSTALL = :
61    PRE_INSTALL = :
62    POST_INSTALL = :
63    NORMAL_UNINSTALL = :
64    PRE_UNINSTALL = :
65    POST_UNINSTALL = :
66    build_alias = @build_alias@
67    build_triplet = @build@
68    host_alias = @host_alias@
69    host_triplet = @host@
70    target_alias = @target_alias@
71    target_triplet = @target@
72    APXS = @APXS@
73    APXS2 = @APXS2@
74    APXS2BASE = @APXS2BASE@
75    APXSBASE = @APXSBASE@
76    AR = @AR@
77    ARFLAGS = @ARFLAGS@
78    BUILD_DIR = @BUILD_DIR@
79    CC = @CC@
80    CFLAGS = @CFLAGS@
81    DEVELMODULES = @DEVELMODULES@
82    DGVERSION = @DGVERSION@
83    DOTGNUVERSION = @DOTGNUVERSION@
84    GLIBBASE = @GLIBBASE@
85    GROUP = @GROUP@
86    GWBASE = @GWBASE@
87    LMBASE = @LMBASE@
88    LOCAL_CFLAGS = @LOCAL_CFLAGS@
89    LOCAL_DEFS = @LOCAL_DEFS@
90    LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
91    MAINT = @MAINT@
92    MAKEINFO = @MAKEINFO@
93    MAKE_SHELL = @MAKE_SHELL@
94    NE_VER_MAJOR = @NE_VER_MAJOR@
95    NE_VER_MINOR = @NE_VER_MINOR@
96    PACKAGE = @PACKAGE@
97    PNETBASE = @PNETBASE@
98    PXLBASE = @PXLBASE@
99    PYTHONVM = @PYTHONVM@
100    RANLIB = @RANLIB@
101    REPOSDIR = @REPOSDIR@
102    SPOOLDIR = @SPOOLDIR@
103    USER = @USER@
104    VERSION = @VERSION@
105    VER_MAJOR = @VER_MAJOR@
106    VER_MINOR = @VER_MINOR@
107    host_cpu = @host_cpu@
108    host_os = @host_os@
109    sandbox = @sandbox@
110    
111    CSDGMX = ../tools/csdgmx.exe
112    CSWS2CLIENT = ../tools/csws2client.exe
113    ILRUN = $(bindir)/ilrun
114    
115    CSCC = $(bindir)/cscc
116    CSCC_FLAGS = -Wall -g
117    
118    LPATH = -L../cslib/System/Web/Services -L../cslib/System/Web -L../cslib/DotGNU/XmlRpc
119    LIBS = $(LPATH) -lSystem.Web -lSystem.Web.Services -lDotGNU.XmlRpc
120    
121    DLL = wstest.dll math.dll state.dll
122    DGMX = wstest.dgmx math.dgmx state.dgmx
123    CLIENTS = wstestClient.cs mathClient.cs stateClient.cs
124    CLIENTS_DLL = wstestClient.dll mathClient.dll stateClient.dll
125    
126    INDEX_DIR = $(DESTDIR)$(REPOSDIR)/index
127    DATA_DIR = $(DESTDIR)$(REPOSDIR)/data
128    mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
129    CONFIG_HEADER = ../dglib/dgconf.h
130    CONFIG_CLEAN_FILES =
131    DIST_COMMON =  README Makefile.am Makefile.in
132    
133    
134    DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
135    
136    TAR = gtar
137    GZIP_ENV = --best
138    all: all-redirect
139    .SUFFIXES:
140    $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
141            cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile
142    
143    Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
144            cd $(top_builddir) \
145              && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
146    
147    tags: TAGS
148    TAGS:
149    
150    
151    distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
152    
153    subdir = examples
154    
155    distdir: $(DISTFILES)
156            here=`cd $(top_builddir) && pwd`; \
157            top_distdir=`cd $(top_distdir) && pwd`; \
158            distdir=`cd $(distdir) && pwd`; \
159            cd $(top_srcdir) \
160              && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu examples/Makefile
161            @for file in $(DISTFILES); do \
162              d=$(srcdir); \
163              if test -d $$d/$$file; then \
164                cp -pr $$d/$$file $(distdir)/$$file; \
165              else \
166                test -f $(distdir)/$$file \
167                || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
168                || cp -p $$d/$$file $(distdir)/$$file || :; \
169              fi; \
170            done
171    info-am:
172    info: info-am
173    dvi-am:
174    dvi: dvi-am
175    check-am: all-am
176    check: check-am
177    installcheck-am:
178    installcheck: installcheck-am
179    install-exec-am:
180    install-exec: install-exec-am
181    
182    install-data-am:
183    install-data: install-data-am
184    
185    install-am: all-am
186            @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
187    install: install-am
188    uninstall-am:
189    uninstall: uninstall-am
190    all-am: Makefile
191    all-redirect: all-am
192    install-strip:
193            $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
194    installdirs:
195    
 wstest.dll: wstest.cs  
         cscc $(LLIB) -lDotGNU.XmlRpc -lDotGNU.Net -shared -o wstest.dll wstest.cs  
196    
197  math.dll: math.cs  mostlyclean-generic:
         cscc $(LLIB) -lDotGNU.XmlRpc -lDotGNU.Net -shared -o math.dll math.cs  
198    
199  state.dll: state.cs  clean-generic:
200          cscc $(LLIB) -lDotGNU.XmlRpc -lDotGNU.Net -shared -o state.dll state.cs  
201    distclean-generic:
202            -rm -f Makefile $(CONFIG_CLEAN_FILES)
203            -rm -f config.cache config.log stamp-h stamp-h[0-9]*
204    
205    maintainer-clean-generic:
206    mostlyclean-am:  mostlyclean-generic
207    
208    mostlyclean: mostlyclean-am
209    
210    clean-am:  clean-generic mostlyclean-am
211    
212    clean: clean-am
213    
214    distclean-am:  distclean-generic clean-am
215    
216    distclean: distclean-am
217    
218    maintainer-clean-am:  maintainer-clean-generic distclean-am
219            @echo "This command is intended for maintainers to use;"
220            @echo "it deletes files that may require special tools to rebuild."
221    
222    maintainer-clean: maintainer-clean-am
223    
224    .PHONY: tags distdir info-am info dvi-am dvi check check-am \
225    installcheck-am installcheck install-exec-am install-exec \
226    install-data-am install-data install-am install uninstall-am uninstall \
227    all-redirect all-am all installdirs mostlyclean-generic \
228    distclean-generic clean-generic maintainer-clean-generic clean \
229    mostlyclean distclean maintainer-clean
230    
231    
232    .PHONY: all dll dgmx clients-dll install install-dgmx install-dll clean distclean
233    
234    %.dgmx: %.dll
235            $(ILRUN) $(LPATH) $(CSDGMX) $<
236    
237    %.dll: %.cs
238            $(CSCC) $(CSCC_FLAGS) -shared -o $@ $< $(LIBS)
239    
240    %Client.cs: %.dll
241            $(ILRUN) $(LPATH) $(CSWS2CLIENT) $<
242    
243    %Client.dll: %Client.cs
244            $(CSCC) $(CSCC_FLAGS) -shared -o $@ $<  $(LIBS)
245    
246    all: dll dgmx clients-dll
247    
248    dll: $(DLL)
249    
250    dgmx: $(DGMX)
251    
252    clients-dll: $(CLIENTS_DLL)
253    
254    clients: $(CLIENTS)
255    
256    directories:
257            $(mkinstalldirs) $(INDEX_DIR)
258            $(mkinstalldirs) $(DATA_DIR)
259    
260  install:  install:
261    
262    install-test: install-dgmx install-dll
263    
264    install-dgmx: directories dgmx
265            $(INSTALL) $(DGMX) $(INDEX_DIR)
266    
267    install-dll: directories dll
268            $(INSTALL) $(DLL) $(DATA_DIR)
269    
270  clean:  clean:
271          rm -rf *.dll *.obj *.dgmx          rm -rf *.obj
272            rm -f $(DGMX)
273            rm -f $(DLL)
274            rm -f $(CLIENTS)
275            rm -f $(CLIENTS_DLL)
276    
277  distclean: clean  distclean: clean
278          rm -f Makefile          rm -f Makefile
279    
280    # Tell versions [3.59,3.63) of GNU make to not export all variables.
281    # Otherwise a system limit (for SysV at least) may be exceeded.
282    .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