source: trunk/third/gtk-thinice-engine/Makefile.in @ 18878

Revision 18878, 14.5 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18877, which included commits to RCS files with non-trunk default branches.
RevLine 
[18877]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
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@
62AS = @AS@
63CC = @CC@
64DLLTOOL = @DLLTOOL@
65ECHO = @ECHO@
66EXEEXT = @EXEEXT@
67GTK_VERSION = @GTK_VERSION@
68LIBTOOL = @LIBTOOL@
69LN_S = @LN_S@
70MAINT = @MAINT@
71MAKEINFO = @MAKEINFO@
72OBJDUMP = @OBJDUMP@
73OBJEXT = @OBJEXT@
74PACKAGE = @PACKAGE@
75PKG_CONFIG = @PKG_CONFIG@
76RANLIB = @RANLIB@
77STRIP = @STRIP@
78THINICE_CFLAGS = @THINICE_CFLAGS@
79THINICE_LIBS = @THINICE_LIBS@
80VERSION = @VERSION@
81
82SUBDIRS = Theme
83
84INCLUDES = $(THINICE_CFLAGS)
85
86enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
87
88engine_LTLIBRARIES = libthinice.la
89
90libthinice_la_SOURCES =         thinice_main.c                  thinice_rc_style.c              thinice_rc_style.h              thinice_style.h                 thinice_theme_draw.c
91
92
93libthinice_la_LDFLAGS = -module -avoid-version
94
95libthinice_la_LIBADD = $(THINICE_LIBS)
96
97EXTRA_DIST = autogen.sh gtk-thinice-engine-2.pc.in
98
99pkgconfigdir = $(libdir)/pkgconfig
100pkgconfig_DATA = gtk-thinice-engine-2.pc
101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103CONFIG_CLEAN_FILES =  gtk-thinice-engine-2.pc
104LTLIBRARIES =  $(engine_LTLIBRARIES)
105
106
107DEFS = @DEFS@ -I. -I$(srcdir)
108CPPFLAGS = @CPPFLAGS@
109LDFLAGS = @LDFLAGS@
110LIBS = @LIBS@
111libthinice_la_DEPENDENCIES =
112libthinice_la_OBJECTS =  thinice_main.lo thinice_rc_style.lo \
113thinice_theme_draw.lo
114CFLAGS = @CFLAGS@
115COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
116LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
117CCLD = $(CC)
118LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
119DATA =  $(pkgconfig_DATA)
120
121DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
122Makefile.in NEWS TODO aclocal.m4 config.guess config.sub configure \
123configure.in gtk-thinice-engine-2.pc.in install-sh ltmain.sh missing \
124mkinstalldirs
125
126
127DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
128
129TAR = tar
130GZIP_ENV = --best
131SOURCES = $(libthinice_la_SOURCES)
132OBJECTS = $(libthinice_la_OBJECTS)
133
134all: all-redirect
135.SUFFIXES:
136.SUFFIXES: .S .c .lo .o .obj .s
137$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
138        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
139
140Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
141        cd $(top_builddir) \
142          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
143
144$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
145        cd $(srcdir) && $(ACLOCAL)
146
147config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
148        $(SHELL) ./config.status --recheck
149$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
150        cd $(srcdir) && $(AUTOCONF)
151gtk-thinice-engine-2.pc: $(top_builddir)/config.status gtk-thinice-engine-2.pc.in
152        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
153
154mostlyclean-engineLTLIBRARIES:
155
156clean-engineLTLIBRARIES:
157        -test -z "$(engine_LTLIBRARIES)" || rm -f $(engine_LTLIBRARIES)
158
159distclean-engineLTLIBRARIES:
160
161maintainer-clean-engineLTLIBRARIES:
162
163install-engineLTLIBRARIES: $(engine_LTLIBRARIES)
164        @$(NORMAL_INSTALL)
165        $(mkinstalldirs) $(DESTDIR)$(enginedir)
166        @list='$(engine_LTLIBRARIES)'; for p in $$list; do \
167          if test -f $$p; then \
168            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(enginedir)/$$p"; \
169            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(enginedir)/$$p; \
170          else :; fi; \
171        done
172
173uninstall-engineLTLIBRARIES:
174        @$(NORMAL_UNINSTALL)
175        list='$(engine_LTLIBRARIES)'; for p in $$list; do \
176          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(enginedir)/$$p; \
177        done
178
179.c.o:
180        $(COMPILE) -c $<
181
182# FIXME: We should only use cygpath when building on Windows,
183# and only if it is available.
184.c.obj:
185        $(COMPILE) -c `cygpath -w $<`
186
187.s.o:
188        $(COMPILE) -c $<
189
190.S.o:
191        $(COMPILE) -c $<
192
193mostlyclean-compile:
194        -rm -f *.o core *.core
195        -rm -f *.$(OBJEXT)
196
197clean-compile:
198
199distclean-compile:
200        -rm -f *.tab.c
201
202maintainer-clean-compile:
203
204.c.lo:
205        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
206
207.s.lo:
208        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
209
210.S.lo:
211        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
212
213mostlyclean-libtool:
214        -rm -f *.lo
215
216clean-libtool:
217        -rm -rf .libs _libs
218
219distclean-libtool:
220
221maintainer-clean-libtool:
222
223libthinice.la: $(libthinice_la_OBJECTS) $(libthinice_la_DEPENDENCIES)
224        $(LINK) -rpath $(enginedir) $(libthinice_la_LDFLAGS) $(libthinice_la_OBJECTS) $(libthinice_la_LIBADD) $(LIBS)
225
226install-pkgconfigDATA: $(pkgconfig_DATA)
227        @$(NORMAL_INSTALL)
228        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
229        @list='$(pkgconfig_DATA)'; for p in $$list; do \
230          if test -f $(srcdir)/$$p; then \
231            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
232            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
233          else if test -f $$p; then \
234            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
235            $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
236          fi; fi; \
237        done
238
239uninstall-pkgconfigDATA:
240        @$(NORMAL_UNINSTALL)
241        list='$(pkgconfig_DATA)'; for p in $$list; do \
242          rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
243        done
244
245# This directory's subdirectories are mostly independent; you can cd
246# into them and run `make' without going through this Makefile.
247# To change the values of `make' variables: instead of editing Makefiles,
248# (1) if the variable is set in `config.status', edit `config.status'
249#     (which will cause the Makefiles to be regenerated when you run `make');
250# (2) otherwise, pass the desired values on the `make' command line.
251
252@SET_MAKE@
253
254all-recursive install-data-recursive install-exec-recursive \
255installdirs-recursive install-recursive uninstall-recursive  \
256check-recursive installcheck-recursive info-recursive dvi-recursive:
257        @set fnord $(MAKEFLAGS); amf=$$2; \
258        dot_seen=no; \
259        target=`echo $@ | sed s/-recursive//`; \
260        list='$(SUBDIRS)'; for subdir in $$list; do \
261          echo "Making $$target in $$subdir"; \
262          if test "$$subdir" = "."; then \
263            dot_seen=yes; \
264            local_target="$$target-am"; \
265          else \
266            local_target="$$target"; \
267          fi; \
268          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
269           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
270        done; \
271        if test "$$dot_seen" = "no"; then \
272          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
273        fi; test -z "$$fail"
274
275mostlyclean-recursive clean-recursive distclean-recursive \
276maintainer-clean-recursive:
277        @set fnord $(MAKEFLAGS); amf=$$2; \
278        dot_seen=no; \
279        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
280          rev="$$subdir $$rev"; \
281          test "$$subdir" != "." || dot_seen=yes; \
282        done; \
283        test "$$dot_seen" = "no" && rev=". $$rev"; \
284        target=`echo $@ | sed s/-recursive//`; \
285        for subdir in $$rev; do \
286          echo "Making $$target in $$subdir"; \
287          if test "$$subdir" = "."; then \
288            local_target="$$target-am"; \
289          else \
290            local_target="$$target"; \
291          fi; \
292          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
293           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
294        done && test -z "$$fail"
295tags-recursive:
296        list='$(SUBDIRS)'; for subdir in $$list; do \
297          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
298        done
299
300tags: TAGS
301
302ID: $(HEADERS) $(SOURCES) $(LISP)
303        list='$(SOURCES) $(HEADERS)'; \
304        unique=`for i in $$list; do echo $$i; done | \
305          awk '    { files[$$0] = 1; } \
306               END { for (i in files) print i; }'`; \
307        here=`pwd` && cd $(srcdir) \
308          && mkid -f$$here/ID $$unique $(LISP)
309
310TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
311        tags=; \
312        here=`pwd`; \
313        list='$(SUBDIRS)'; for subdir in $$list; do \
314   if test "$$subdir" = .; then :; else \
315            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
316   fi; \
317        done; \
318        list='$(SOURCES) $(HEADERS)'; \
319        unique=`for i in $$list; do echo $$i; done | \
320          awk '    { files[$$0] = 1; } \
321               END { for (i in files) print i; }'`; \
322        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
323          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
324
325mostlyclean-tags:
326
327clean-tags:
328
329distclean-tags:
330        -rm -f TAGS ID
331
332maintainer-clean-tags:
333
334distdir = $(PACKAGE)-$(VERSION)
335top_distdir = $(distdir)
336
337# This target untars the dist file and tries a VPATH configuration.  Then
338# it guarantees that the distribution is self-contained by making another
339# tarfile.
340distcheck: dist
341        -rm -rf $(distdir)
342        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
343        mkdir $(distdir)/=build
344        mkdir $(distdir)/=inst
345        dc_install_base=`cd $(distdir)/=inst && pwd`; \
346        cd $(distdir)/=build \
347          && ../configure --srcdir=.. --prefix=$$dc_install_base \
348          && $(MAKE) $(AM_MAKEFLAGS) \
349          && $(MAKE) $(AM_MAKEFLAGS) dvi \
350          && $(MAKE) $(AM_MAKEFLAGS) check \
351          && $(MAKE) $(AM_MAKEFLAGS) install \
352          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
353          && $(MAKE) $(AM_MAKEFLAGS) dist
354        -rm -rf $(distdir)
355        @banner="$(distdir).tar.gz is ready for distribution"; \
356        dashes=`echo "$$banner" | sed s/./=/g`; \
357        echo "$$dashes"; \
358        echo "$$banner"; \
359        echo "$$dashes"
360dist: distdir
361        -chmod -R a+r $(distdir)
362        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
363        -rm -rf $(distdir)
364dist-all: distdir
365        -chmod -R a+r $(distdir)
366        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
367        -rm -rf $(distdir)
368distdir: $(DISTFILES)
369        -rm -rf $(distdir)
370        mkdir $(distdir)
371        -chmod 777 $(distdir)
372        @for file in $(DISTFILES); do \
373          d=$(srcdir); \
374          if test -d $$d/$$file; then \
375            cp -pr $$d/$$file $(distdir)/$$file; \
376          else \
377            test -f $(distdir)/$$file \
378            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
379            || cp -p $$d/$$file $(distdir)/$$file || :; \
380          fi; \
381        done
382        for subdir in $(SUBDIRS); do \
383          if test "$$subdir" = .; then :; else \
384            test -d $(distdir)/$$subdir \
385            || mkdir $(distdir)/$$subdir \
386            || exit 1; \
387            chmod 777 $(distdir)/$$subdir; \
388            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
389              || exit 1; \
390          fi; \
391        done
392thinice_main.lo thinice_main.o : thinice_main.c thinice_rc_style.h \
393        thinice_style.h
394thinice_rc_style.lo thinice_rc_style.o : thinice_rc_style.c \
395        thinice_rc_style.h thinice_style.h
396thinice_theme_draw.lo thinice_theme_draw.o : thinice_theme_draw.c \
397        thinice_style.h thinice_rc_style.h
398
399info-am:
400info: info-recursive
401dvi-am:
402dvi: dvi-recursive
403check-am: all-am
404check: check-recursive
405installcheck-am:
406installcheck: installcheck-recursive
407install-exec-am:
408install-exec: install-exec-recursive
409
410install-data-am: install-engineLTLIBRARIES install-pkgconfigDATA
411install-data: install-data-recursive
412
413install-am: all-am
414        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
415install: install-recursive
416uninstall-am: uninstall-engineLTLIBRARIES uninstall-pkgconfigDATA
417uninstall: uninstall-recursive
418all-am: Makefile $(LTLIBRARIES) $(DATA)
419all-redirect: all-recursive
420install-strip:
421        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
422installdirs: installdirs-recursive
423installdirs-am:
424        $(mkinstalldirs)  $(DESTDIR)$(enginedir) $(DESTDIR)$(pkgconfigdir)
425
426
427mostlyclean-generic:
428
429clean-generic:
430
431distclean-generic:
432        -rm -f Makefile $(CONFIG_CLEAN_FILES)
433        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
434
435maintainer-clean-generic:
436mostlyclean-am:  mostlyclean-engineLTLIBRARIES mostlyclean-compile \
437                mostlyclean-libtool mostlyclean-tags \
438                mostlyclean-generic
439
440mostlyclean: mostlyclean-recursive
441
442clean-am:  clean-engineLTLIBRARIES clean-compile clean-libtool \
443                clean-tags clean-generic mostlyclean-am
444
445clean: clean-recursive
446
447distclean-am:  distclean-engineLTLIBRARIES distclean-compile \
448                distclean-libtool distclean-tags distclean-generic \
449                clean-am
450        -rm -f libtool
451
452distclean: distclean-recursive
453        -rm -f config.status
454
455maintainer-clean-am:  maintainer-clean-engineLTLIBRARIES \
456                maintainer-clean-compile maintainer-clean-libtool \
457                maintainer-clean-tags maintainer-clean-generic \
458                distclean-am
459        @echo "This command is intended for maintainers to use;"
460        @echo "it deletes files that may require special tools to rebuild."
461
462maintainer-clean: maintainer-clean-recursive
463        -rm -f config.status
464
465.PHONY: mostlyclean-engineLTLIBRARIES distclean-engineLTLIBRARIES \
466clean-engineLTLIBRARIES maintainer-clean-engineLTLIBRARIES \
467uninstall-engineLTLIBRARIES install-engineLTLIBRARIES \
468mostlyclean-compile distclean-compile clean-compile \
469maintainer-clean-compile mostlyclean-libtool distclean-libtool \
470clean-libtool maintainer-clean-libtool uninstall-pkgconfigDATA \
471install-pkgconfigDATA install-data-recursive uninstall-data-recursive \
472install-exec-recursive uninstall-exec-recursive installdirs-recursive \
473uninstalldirs-recursive all-recursive check-recursive \
474installcheck-recursive info-recursive dvi-recursive \
475mostlyclean-recursive distclean-recursive clean-recursive \
476maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
477distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
478dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
479install-exec install-data-am install-data install-am install \
480uninstall-am uninstall all-redirect all-am all installdirs-am \
481installdirs mostlyclean-generic distclean-generic clean-generic \
482maintainer-clean-generic clean mostlyclean distclean maintainer-clean
483
484
485# Tell versions [3.59,3.63) of GNU make to not export all variables.
486# Otherwise a system limit (for SysV at least) may be exceeded.
487.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.