root/branches/jons-gtk-gui/jons-gtk-gui/Makefile.in

Revision 794, 11.9 kB (checked in by graham, 9 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62CC = @CC@
63CFLAGS = @CFLAGS@
64CPPFLAGS = @CPPFLAGS@
65CXX = @CXX@
66LD = @LD@
67LDFLAGS = @LDFLAGS@
68LIBTOOL = @LIBTOOL@
69LN_S = @LN_S@
70MAINT = @MAINT@
71MAKEINFO = @MAKEINFO@
72NM = @NM@
73PACKAGE = @PACKAGE@
74RANLIB = @RANLIB@
75VERSION = @VERSION@
76
77SUBDIRS = src
78
79EXTRA_DIST = licq-gtk-gui
80
81Applicationsdir = /home/jon/NewCD
82Applications_DATA = licq-gtk-gui
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
85CONFIG_HEADER = config.h
86CONFIG_CLEAN_FILES =
87DATA =  $(Applications_DATA)
88
89DIST_COMMON =  README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
90INSTALL Makefile.am Makefile.in NEWS aclocal.m4 config.guess \
91config.h.in config.sub configure configure.in install-sh ltconfig \
92ltmain.sh missing mkinstalldirs
93
94
95DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
96
97TAR = tar
98GZIP_ENV = --best
99all: all-redirect
100.SUFFIXES:
101$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
102    cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
103
104Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
105    cd $(top_builddir) \
106      && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
107
108$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
109    cd $(srcdir) && $(ACLOCAL)
110
111config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
112    $(SHELL) ./config.status --recheck
113$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
114    cd $(srcdir) && $(AUTOCONF)
115
116config.h: stamp-h
117    @if test ! -f $@; then \
118        rm -f stamp-h; \
119        $(MAKE) stamp-h; \
120    else :; fi
121stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
122    cd $(top_builddir) \
123      && CONFIG_FILES= CONFIG_HEADERS=config.h \
124         $(SHELL) ./config.status
125    @echo timestamp > stamp-h 2> /dev/null
126$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
127    @if test ! -f $@; then \
128        rm -f $(srcdir)/stamp-h.in; \
129        $(MAKE) $(srcdir)/stamp-h.in; \
130    else :; fi
131$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
132    cd $(top_srcdir) && $(AUTOHEADER)
133    @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
134
135mostlyclean-hdr:
136
137clean-hdr:
138
139distclean-hdr:
140    -rm -f config.h
141
142maintainer-clean-hdr:
143
144install-ApplicationsDATA: $(Applications_DATA)
145    @$(NORMAL_INSTALL)
146    $(mkinstalldirs) $(DESTDIR)$(Applicationsdir)
147    @list='$(Applications_DATA)'; for p in $$list; do \
148      if test -f $(srcdir)/$$p; then \
149        echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Applicationsdir)/$$p"; \
150        $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Applicationsdir)/$$p; \
151      else if test -f $$p; then \
152        echo " $(INSTALL_DATA) $$p $(DESTDIR)$(Applicationsdir)/$$p"; \
153        $(INSTALL_DATA) $$p $(DESTDIR)$(Applicationsdir)/$$p; \
154      fi; fi; \
155    done
156
157uninstall-ApplicationsDATA:
158    @$(NORMAL_UNINSTALL)
159    list='$(Applications_DATA)'; for p in $$list; do \
160      rm -f $(DESTDIR)$(Applicationsdir)/$$p; \
161    done
162
163# This directory's subdirectories are mostly independent; you can cd
164# into them and run `make' without going through this Makefile.
165# To change the values of `make' variables: instead of editing Makefiles,
166# (1) if the variable is set in `config.status', edit `config.status'
167#     (which will cause the Makefiles to be regenerated when you run `make');
168# (2) otherwise, pass the desired values on the `make' command line.
169
170@SET_MAKE@
171
172all-recursive install-data-recursive install-exec-recursive \
173installdirs-recursive install-recursive uninstall-recursive  \
174check-recursive installcheck-recursive info-recursive dvi-recursive:
175    @set fnord $(MAKEFLAGS); amf=$$2; \
176    dot_seen=no; \
177    target=`echo $@ | sed s/-recursive//`; \
178    list='$(SUBDIRS)'; for subdir in $$list; do \
179      echo "Making $$target in $$subdir"; \
180      if test "$$subdir" = "."; then \
181        dot_seen=yes; \
182        local_target="$$target-am"; \
183      else \
184        local_target="$$target"; \
185      fi; \
186      (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
187       || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
188    done; \
189    if test "$$dot_seen" = "no"; then \
190      $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
191    fi; test -z "$$fail"
192
193mostlyclean-recursive clean-recursive distclean-recursive \
194maintainer-clean-recursive:
195    @set fnord $(MAKEFLAGS); amf=$$2; \
196    dot_seen=no; \
197    rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
198      rev="$$subdir $$rev"; \
199      test "$$subdir" = "." && dot_seen=yes; \
200    done; \
201    test "$$dot_seen" = "no" && rev=". $$rev"; \
202    target=`echo $@ | sed s/-recursive//`; \
203    for subdir in $$rev; do \
204      echo "Making $$target in $$subdir"; \
205      if test "$$subdir" = "."; then \
206        local_target="$$target-am"; \
207      else \
208        local_target="$$target"; \
209      fi; \
210      (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
211       || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
212    done && test -z "$$fail"
213tags-recursive:
214    list='$(SUBDIRS)'; for subdir in $$list; do \
215      test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
216    done
217
218tags: TAGS
219
220ID: $(HEADERS) $(SOURCES) $(LISP)
221    list='$(SOURCES) $(HEADERS)'; \
222    unique=`for i in $$list; do echo $$i; done | \
223      awk '    { files[$$0] = 1; } \
224           END { for (i in files) print i; }'`; \
225    here=`pwd` && cd $(srcdir) \
226      && mkid -f$$here/ID $$unique $(LISP)
227
228TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
229    tags=; \
230    here=`pwd`; \
231    list='$(SUBDIRS)'; for subdir in $$list; do \
232   if test "$$subdir" = .; then :; else \
233        test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
234   fi; \
235    done; \
236    list='$(SOURCES) $(HEADERS)'; \
237    unique=`for i in $$list; do echo $$i; done | \
238      awk '    { files[$$0] = 1; } \
239           END { for (i in files) print i; }'`; \
240    test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
241      || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
242
243mostlyclean-tags:
244
245clean-tags:
246
247distclean-tags:
248    -rm -f TAGS ID
249
250maintainer-clean-tags:
251
252distdir = $(PACKAGE)-$(VERSION)
253top_distdir = $(distdir)
254
255# This target untars the dist file and tries a VPATH configuration.  Then
256# it guarantees that the distribution is self-contained by making another
257# tarfile.
258distcheck: dist
259    -rm -rf $(distdir)
260    GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
261    mkdir $(distdir)/=build
262    mkdir $(distdir)/=inst
263    dc_install_base=`cd $(distdir)/=inst && pwd`; \
264    cd $(distdir)/=build \
265      && ../configure --srcdir=.. --prefix=$$dc_install_base \
266      && $(MAKE) $(AM_MAKEFLAGS) \
267      && $(MAKE) $(AM_MAKEFLAGS) dvi \
268      && $(MAKE) $(AM_MAKEFLAGS) check \
269      && $(MAKE) $(AM_MAKEFLAGS) install \
270      && $(MAKE) $(AM_MAKEFLAGS) installcheck \
271      && $(MAKE) $(AM_MAKEFLAGS) dist
272    -rm -rf $(distdir)
273    @banner="$(distdir).tar.gz is ready for distribution"; \
274    dashes=`echo "$$banner" | sed s/./=/g`; \
275    echo "$$dashes"; \
276    echo "$$banner"; \
277    echo "$$dashes"
278dist: distdir
279    -chmod -R a+r $(distdir)
280    GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
281    -rm -rf $(distdir)
282dist-all: distdir
283    -chmod -R a+r $(distdir)
284    GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
285    -rm -rf $(distdir)
286distdir: $(DISTFILES)
287    -rm -rf $(distdir)
288    mkdir $(distdir)
289    -chmod 777 $(distdir)
290    here=`cd $(top_builddir) && pwd`; \
291    top_distdir=`cd $(distdir) && pwd`; \
292    distdir=`cd $(distdir) && pwd`; \
293    cd $(top_srcdir) \
294      && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
295    @for file in $(DISTFILES); do \
296      d=$(srcdir); \
297      if test -d $$d/$$file; then \
298        cp -pr $$/$$file $(distdir)/$$file; \
299      else \
300        test -f $(distdir)/$$file \
301        || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
302        || cp -p $$d/$$file $(distdir)/$$file || :; \
303      fi; \
304    done
305    for subdir in $(SUBDIRS); do \
306      if test "$$subdir" = .; then :; else \
307        test -d $(distdir)/$$subdir \
308        || mkdir $(distdir)/$$subdir \
309        || exit 1; \
310        chmod 777 $(distdir)/$$subdir; \
311        (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
312          || exit 1; \
313      fi; \
314    done
315info-am:
316info: info-recursive
317dvi-am:
318dvi: dvi-recursive
319check-am: all-am
320check: check-recursive
321installcheck-am:
322installcheck: installcheck-recursive
323all-recursive-am: config.h
324    $(MAKE) $(AM_MAKEFLAGS) all-recursive
325
326install-exec-am:
327install-exec: install-exec-recursive
328
329install-data-am: install-ApplicationsDATA
330install-data: install-data-recursive
331
332install-am: all-am
333    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
334install: install-recursive
335uninstall-am: uninstall-ApplicationsDATA
336uninstall: uninstall-recursive
337all-am: Makefile $(DATA) config.h
338all-redirect: all-recursive-am
339install-strip:
340    $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
341installdirs: installdirs-recursive
342installdirs-am:
343    $(mkinstalldirs)  $(DESTDIR)$(Applicationsdir)
344
345
346mostlyclean-generic:
347
348clean-generic:
349
350distclean-generic:
351    -rm -f Makefile $(CONFIG_CLEAN_FILES)
352    -rm -f config.cache config.log stamp-h stamp-h[0-9]*
353
354maintainer-clean-generic:
355mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
356
357mostlyclean: mostlyclean-recursive
358
359clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
360
361clean: clean-recursive
362
363distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
364    -rm -f libtool
365
366distclean: distclean-recursive
367    -rm -f config.status
368
369maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
370        maintainer-clean-generic distclean-am
371    @echo "This command is intended for maintainers to use;"
372    @echo "it deletes files that may require special tools to rebuild."
373
374maintainer-clean: maintainer-clean-recursive
375    -rm -f config.status
376
377.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
378uninstall-ApplicationsDATA install-ApplicationsDATA \
379install-data-recursive uninstall-data-recursive install-exec-recursive \
380uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
381all-recursive check-recursive installcheck-recursive info-recursive \
382dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
383maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
384distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
385dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
386install-exec-am install-exec install-data-am install-data install-am \
387install uninstall-am uninstall all-redirect all-am all installdirs-am \
388installdirs mostlyclean-generic distclean-generic clean-generic \
389maintainer-clean-generic clean mostlyclean distclean maintainer-clean
390
391
392# Tell versions [3.59,3.63) of GNU make to not export all variables.
393# Otherwise a system limit (for SysV at least) may be exceeded.
394.NOEXPORT:
Note: See TracBrowser for help on using the browser.