source: trunk/third/gtk-engines/redmond95/Makefile.in @ 18625

Revision 18625, 11.9 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18624, which included commits to RCS files with non-trunk default branches.
RevLine 
[18624]1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
[18285]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_CFLAGS = @GTK_CFLAGS@
68GTK_LIBS = @GTK_LIBS@
69GTK_VERSION = @GTK_VERSION@
70LIBTOOL = @LIBTOOL@
71LN_S = @LN_S@
72MAINT = @MAINT@
73MAKEINFO = @MAKEINFO@
74OBJDUMP = @OBJDUMP@
75OBJEXT = @OBJEXT@
76PACKAGE = @PACKAGE@
77PKG_CONFIG = @PKG_CONFIG@
78RANLIB = @RANLIB@
79STRIP = @STRIP@
80VERSION = @VERSION@
81
82SUBDIRS = Theme
83INCLUDES = $(GTK_CFLAGS)
84
85enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
86
87# replace the "redmond95" prefix with whatever you're using
88engine_LTLIBRARIES = libredmond95.la
89
90libredmond95_la_SOURCES = \
91        redmond_rc_style.c      \
92        redmond_rc_style.h      \
93        redmond_style.c         \
94        redmond_style.h         \
95        redmond_theme_main.c
96
97
98libredmond95_la_LDFLAGS = -module -avoid-version
99libredmond95_la_LIBADD = # $(GTK_LIBS)
100mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101CONFIG_CLEAN_FILES =
102LTLIBRARIES =  $(engine_LTLIBRARIES)
103
104
105DEFS = @DEFS@ -I. -I$(srcdir)
106CPPFLAGS = @CPPFLAGS@
107LDFLAGS = @LDFLAGS@
108LIBS = @LIBS@
109libredmond95_la_DEPENDENCIES =
110libredmond95_la_OBJECTS =  redmond_rc_style.lo redmond_style.lo \
111redmond_theme_main.lo
112CFLAGS = @CFLAGS@
113COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115CCLD = $(CC)
116LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
117DIST_COMMON =  AUTHORS ChangeLog Makefile.am Makefile.in
118
119
120DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
122TAR = gtar
123GZIP_ENV = --best
124SOURCES = $(libredmond95_la_SOURCES)
125OBJECTS = $(libredmond95_la_OBJECTS)
126
127all: all-redirect
128.SUFFIXES:
129.SUFFIXES: .S .c .lo .o .obj .s
130$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
131        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps redmond95/Makefile
132
133Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
134        cd $(top_builddir) \
135          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
136
137
138mostlyclean-engineLTLIBRARIES:
139
140clean-engineLTLIBRARIES:
141        -test -z "$(engine_LTLIBRARIES)" || rm -f $(engine_LTLIBRARIES)
142
143distclean-engineLTLIBRARIES:
144
145maintainer-clean-engineLTLIBRARIES:
146
147install-engineLTLIBRARIES: $(engine_LTLIBRARIES)
148        @$(NORMAL_INSTALL)
149        $(mkinstalldirs) $(DESTDIR)$(enginedir)
150        @list='$(engine_LTLIBRARIES)'; for p in $$list; do \
151          if test -f $$p; then \
152            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(enginedir)/$$p"; \
153            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(enginedir)/$$p; \
154          else :; fi; \
155        done
156
157uninstall-engineLTLIBRARIES:
158        @$(NORMAL_UNINSTALL)
159        list='$(engine_LTLIBRARIES)'; for p in $$list; do \
160          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(enginedir)/$$p; \
161        done
162
163.c.o:
164        $(COMPILE) -c $<
165
166# FIXME: We should only use cygpath when building on Windows,
167# and only if it is available.
168.c.obj:
169        $(COMPILE) -c `cygpath -w $<`
170
171.s.o:
172        $(COMPILE) -c $<
173
174.S.o:
175        $(COMPILE) -c $<
176
177mostlyclean-compile:
178        -rm -f *.o core *.core
179        -rm -f *.$(OBJEXT)
180
181clean-compile:
182
183distclean-compile:
184        -rm -f *.tab.c
185
186maintainer-clean-compile:
187
188.c.lo:
189        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
190
191.s.lo:
192        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
193
194.S.lo:
195        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
196
197mostlyclean-libtool:
198        -rm -f *.lo
199
200clean-libtool:
201        -rm -rf .libs _libs
202
203distclean-libtool:
204
205maintainer-clean-libtool:
206
207libredmond95.la: $(libredmond95_la_OBJECTS) $(libredmond95_la_DEPENDENCIES)
208        $(LINK) -rpath $(enginedir) $(libredmond95_la_LDFLAGS) $(libredmond95_la_OBJECTS) $(libredmond95_la_LIBADD) $(LIBS)
209
210# This directory's subdirectories are mostly independent; you can cd
211# into them and run `make' without going through this Makefile.
212# To change the values of `make' variables: instead of editing Makefiles,
213# (1) if the variable is set in `config.status', edit `config.status'
214#     (which will cause the Makefiles to be regenerated when you run `make');
215# (2) otherwise, pass the desired values on the `make' command line.
216
217@SET_MAKE@
218
219all-recursive install-data-recursive install-exec-recursive \
220installdirs-recursive install-recursive uninstall-recursive  \
221check-recursive installcheck-recursive info-recursive dvi-recursive:
222        @set fnord $(MAKEFLAGS); amf=$$2; \
223        dot_seen=no; \
224        target=`echo $@ | sed s/-recursive//`; \
225        list='$(SUBDIRS)'; for subdir in $$list; do \
226          echo "Making $$target in $$subdir"; \
227          if test "$$subdir" = "."; then \
228            dot_seen=yes; \
229            local_target="$$target-am"; \
230          else \
231            local_target="$$target"; \
232          fi; \
233          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
234           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
235        done; \
236        if test "$$dot_seen" = "no"; then \
237          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
238        fi; test -z "$$fail"
239
240mostlyclean-recursive clean-recursive distclean-recursive \
241maintainer-clean-recursive:
242        @set fnord $(MAKEFLAGS); amf=$$2; \
243        dot_seen=no; \
244        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
245          rev="$$subdir $$rev"; \
246          test "$$subdir" != "." || dot_seen=yes; \
247        done; \
248        test "$$dot_seen" = "no" && rev=". $$rev"; \
249        target=`echo $@ | sed s/-recursive//`; \
250        for subdir in $$rev; do \
251          echo "Making $$target in $$subdir"; \
252          if test "$$subdir" = "."; then \
253            local_target="$$target-am"; \
254          else \
255            local_target="$$target"; \
256          fi; \
257          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
258           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
259        done && test -z "$$fail"
260tags-recursive:
261        list='$(SUBDIRS)'; for subdir in $$list; do \
262          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
263        done
264
265tags: TAGS
266
267ID: $(HEADERS) $(SOURCES) $(LISP)
268        list='$(SOURCES) $(HEADERS)'; \
269        unique=`for i in $$list; do echo $$i; done | \
270          awk '    { files[$$0] = 1; } \
271               END { for (i in files) print i; }'`; \
272        here=`pwd` && cd $(srcdir) \
273          && mkid -f$$here/ID $$unique $(LISP)
274
275TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
276        tags=; \
277        here=`pwd`; \
278        list='$(SUBDIRS)'; for subdir in $$list; do \
279   if test "$$subdir" = .; then :; else \
280            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
281   fi; \
282        done; \
283        list='$(SOURCES) $(HEADERS)'; \
284        unique=`for i in $$list; do echo $$i; done | \
285          awk '    { files[$$0] = 1; } \
286               END { for (i in files) print i; }'`; \
287        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
288          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
289
290mostlyclean-tags:
291
292clean-tags:
293
294distclean-tags:
295        -rm -f TAGS ID
296
297maintainer-clean-tags:
298
299distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
300
301subdir = redmond95
302
303distdir: $(DISTFILES)
304        @for file in $(DISTFILES); do \
305          d=$(srcdir); \
306          if test -d $$d/$$file; then \
307            cp -pr $$d/$$file $(distdir)/$$file; \
308          else \
309            test -f $(distdir)/$$file \
310            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
311            || cp -p $$d/$$file $(distdir)/$$file || :; \
312          fi; \
313        done
314        for subdir in $(SUBDIRS); do \
315          if test "$$subdir" = .; then :; else \
316            test -d $(distdir)/$$subdir \
317            || mkdir $(distdir)/$$subdir \
318            || exit 1; \
319            chmod 777 $(distdir)/$$subdir; \
320            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
321              || exit 1; \
322          fi; \
323        done
324redmond_rc_style.lo redmond_rc_style.o : redmond_rc_style.c \
325        redmond_style.h redmond_rc_style.h
326redmond_style.lo redmond_style.o : redmond_style.c redmond_style.h
[18624]327redmond_theme_main.lo redmond_theme_main.o : redmond_theme_main.c \
328        redmond_style.h redmond_rc_style.h
[18285]329
330info-am:
331info: info-recursive
332dvi-am:
333dvi: dvi-recursive
334check-am: all-am
335check: check-recursive
336installcheck-am:
337installcheck: installcheck-recursive
338install-exec-am:
339install-exec: install-exec-recursive
340
341install-data-am: install-engineLTLIBRARIES
342install-data: install-data-recursive
343
344install-am: all-am
345        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
346install: install-recursive
347uninstall-am: uninstall-engineLTLIBRARIES
348uninstall: uninstall-recursive
349all-am: Makefile $(LTLIBRARIES)
350all-redirect: all-recursive
351install-strip:
352        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
353installdirs: installdirs-recursive
354installdirs-am:
355        $(mkinstalldirs)  $(DESTDIR)$(enginedir)
356
357
358mostlyclean-generic:
359
360clean-generic:
361
362distclean-generic:
363        -rm -f Makefile $(CONFIG_CLEAN_FILES)
364        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
365
366maintainer-clean-generic:
367mostlyclean-am:  mostlyclean-engineLTLIBRARIES mostlyclean-compile \
368                mostlyclean-libtool mostlyclean-tags \
369                mostlyclean-generic
370
371mostlyclean: mostlyclean-recursive
372
373clean-am:  clean-engineLTLIBRARIES clean-compile clean-libtool \
374                clean-tags clean-generic mostlyclean-am
375
376clean: clean-recursive
377
378distclean-am:  distclean-engineLTLIBRARIES distclean-compile \
379                distclean-libtool distclean-tags distclean-generic \
380                clean-am
381        -rm -f libtool
382
383distclean: distclean-recursive
384
385maintainer-clean-am:  maintainer-clean-engineLTLIBRARIES \
386                maintainer-clean-compile maintainer-clean-libtool \
387                maintainer-clean-tags maintainer-clean-generic \
388                distclean-am
389        @echo "This command is intended for maintainers to use;"
390        @echo "it deletes files that may require special tools to rebuild."
391
392maintainer-clean: maintainer-clean-recursive
393
394.PHONY: mostlyclean-engineLTLIBRARIES distclean-engineLTLIBRARIES \
395clean-engineLTLIBRARIES maintainer-clean-engineLTLIBRARIES \
396uninstall-engineLTLIBRARIES install-engineLTLIBRARIES \
397mostlyclean-compile distclean-compile clean-compile \
398maintainer-clean-compile mostlyclean-libtool distclean-libtool \
399clean-libtool maintainer-clean-libtool install-data-recursive \
400uninstall-data-recursive install-exec-recursive \
401uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
402all-recursive check-recursive installcheck-recursive info-recursive \
403dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
404maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
405distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
406dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
407install-exec install-data-am install-data install-am install \
408uninstall-am uninstall all-redirect all-am all installdirs-am \
409installdirs mostlyclean-generic distclean-generic clean-generic \
410maintainer-clean-generic clean mostlyclean distclean maintainer-clean
411
412
413# Tell versions [3.59,3.63) of GNU make to not export all variables.
414# Otherwise a system limit (for SysV at least) may be exceeded.
415.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.