~profzoom/ubuntu/quantal/wmaker/bug-1079925

« back to all changes in this revision

Viewing changes to WINGs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2004-11-10 14:05:30 UTC
  • Revision ID: james.westby@ubuntu.com-20041110140530-qpd66b5lm38x7apk
Tags: upstream-0.91.0
ImportĀ upstreamĀ versionĀ 0.91.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = ..
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
AR = @AR@
 
63
AS = @AS@
 
64
CC = @CC@
 
65
CPP_PATH = @CPP_PATH@
 
66
CXX = @CXX@
 
67
CXXCPP = @CXXCPP@
 
68
DLLIBS = @DLLIBS@
 
69
DLLTOOL = @DLLTOOL@
 
70
ECHO = @ECHO@
 
71
EGREP = @EGREP@
 
72
EXEEXT = @EXEEXT@
 
73
F77 = @F77@
 
74
GCJ = @GCJ@
 
75
GCJFLAGS = @GCJFLAGS@
 
76
GFXLIBS = @GFXLIBS@
 
77
HAVE_LIB = @HAVE_LIB@
 
78
HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 
79
ICONEXT = @ICONEXT@
 
80
INTLIBS = @INTLIBS@
 
81
LIB = @LIB@
 
82
LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
 
83
LIBTOOL = @LIBTOOL@
 
84
LITE = @LITE@
 
85
LN_S = @LN_S@
 
86
LTLIB = @LTLIB@
 
87
MAKEINFO = @MAKEINFO@
 
88
MOFILES = @MOFILES@
 
89
NETLIBS = @NETLIBS@
 
90
NLSDIR = @NLSDIR@
 
91
NOSTRICTALIASING = @NOSTRICTALIASING@
 
92
OBJDUMP = @OBJDUMP@
 
93
OBJEXT = @OBJEXT@
 
94
PACKAGE = @PACKAGE@
 
95
PKGCONFIG = @PKGCONFIG@
 
96
RANLIB = @RANLIB@
 
97
RC = @RC@
 
98
STRIP = @STRIP@
 
99
VERSION = @VERSION@
 
100
WINGSMOFILES = @WINGSMOFILES@
 
101
WPMOFILES = @WPMOFILES@
 
102
XCFLAGS = @XCFLAGS@
 
103
XFTCONFIG = @XFTCONFIG@
 
104
XFTFLAGS = @XFTFLAGS@
 
105
XFTLIBS = @XFTLIBS@
 
106
XGETTEXT = @XGETTEXT@
 
107
XLFLAGS = @XLFLAGS@
 
108
XLIBS = @XLIBS@
 
109
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
110
X_LIBRARY_PATH = @X_LIBRARY_PATH@
 
111
supported_locales = @supported_locales@
 
112
wprefsdir = @wprefsdir@
 
113
 
 
114
AUTOMAKE_OPTIONS = no-dependencies
 
115
 
 
116
SUBDIRS = WINGs . po Documentation Resources Examples Extras Tests
 
117
 
 
118
#libWINGs_la_LDFLAGS = -version-info 1:1:0
 
119
 
 
120
bin_SCRIPTS = get-wings-flags get-wutil-flags
 
121
 
 
122
lib_LIBRARIES = libWINGs.a libWUtil.a
 
123
 
 
124
LDADD = libWINGs.a $(top_builddir)/wrlib/libwraster.la @INTLIBS@
 
125
 
 
126
EXTRA_DIST = BUGS python/Makefile python/README python/WINGs.i  python/WINGs.py python/setup.py python/test.py
 
127
 
 
128
 
 
129
# wbutton.c 
 
130
libWINGs_a_SOURCES =    array.c         bagtree.c       configuration.c         connection.c    data.c  dragcommon.c    dragdestination.c       dragsource.c    error.c         findfile.c      handlers.c      hashtable.c     host.c  international.c         memory.c        misc.c  notification.c  proplist.c      selection.c     snprintf.c      string.c        tree.c  userdefaults.c  usleep.c        wapplication.c  wappresource.c  wballoon.c      wbox.c  wbrowser.c      wbutton.c       wcolor.c        wcolorpanel.c   wcolorwell.c    wconfig.h       wevent.c        wfilepanel.c    wframe.c        wfont.c         wfontpanel.c    widgets.c       winputmethod.c  wlabel.c        wlist.c         wmenuitem.c     wmisc.c         wpanel.c        wpixmap.c       wpopupbutton.c  wprogressindicator.c    wruler.c        wscroller.c     wscrollview.c   wslider.c       wsplitview.c    wtabview.c      wtext.c         wtextfield.c    wview.c         wwindow.c
 
131
 
 
132
 
 
133
libWUtil_a_SOURCES =    array.c         bagtree.c       connection.c    data.c  error.c         findfile.c      handlers.c      hashtable.c     host.c  international.c         memory.c        misc.c  notification.c  proplist.c      snprintf.c      string.c        tree.c  userdefaults.c  usleep.c        wapplication.c  wconfig.h       wutil.c
 
134
 
 
135
 
 
136
AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\"
 
137
 
 
138
AM_CFLAGS = @NOSTRICTALIASING@
 
139
 
 
140
INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src        -DRESOURCE_PATH=\"$(datadir)/WINGs\" @XFTFLAGS@ @HEADER_SEARCH_PATH@ -DDEBUG
 
141
 
 
142
 
 
143
DISTCLEANFILES = WINGs.pc
 
144
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
145
CONFIG_HEADER = ../src/config.h
 
146
CONFIG_CLEAN_FILES = 
 
147
LIBRARIES =  $(lib_LIBRARIES)
 
148
 
 
149
 
 
150
DEFS = @DEFS@ -I. -I$(srcdir) -I../src
 
151
CPPFLAGS = @CPPFLAGS@
 
152
LDFLAGS = @LDFLAGS@
 
153
LIBS = @LIBS@
 
154
X_CFLAGS = @X_CFLAGS@
 
155
X_LIBS = @X_LIBS@
 
156
X_PRE_LIBS = @X_PRE_LIBS@
 
157
libWINGs_a_LIBADD = 
 
158
libWINGs_a_OBJECTS =  array.$(OBJEXT) bagtree.$(OBJEXT) \
 
159
configuration.$(OBJEXT) connection.$(OBJEXT) data.$(OBJEXT) \
 
160
dragcommon.$(OBJEXT) dragdestination.$(OBJEXT) dragsource.$(OBJEXT) \
 
161
error.$(OBJEXT) findfile.$(OBJEXT) handlers.$(OBJEXT) \
 
162
hashtable.$(OBJEXT) host.$(OBJEXT) international.$(OBJEXT) \
 
163
memory.$(OBJEXT) misc.$(OBJEXT) notification.$(OBJEXT) \
 
164
proplist.$(OBJEXT) selection.$(OBJEXT) snprintf.$(OBJEXT) \
 
165
string.$(OBJEXT) tree.$(OBJEXT) userdefaults.$(OBJEXT) usleep.$(OBJEXT) \
 
166
wapplication.$(OBJEXT) wappresource.$(OBJEXT) wballoon.$(OBJEXT) \
 
167
wbox.$(OBJEXT) wbrowser.$(OBJEXT) wbutton.$(OBJEXT) wcolor.$(OBJEXT) \
 
168
wcolorpanel.$(OBJEXT) wcolorwell.$(OBJEXT) wevent.$(OBJEXT) \
 
169
wfilepanel.$(OBJEXT) wframe.$(OBJEXT) wfont.$(OBJEXT) \
 
170
wfontpanel.$(OBJEXT) widgets.$(OBJEXT) winputmethod.$(OBJEXT) \
 
171
wlabel.$(OBJEXT) wlist.$(OBJEXT) wmenuitem.$(OBJEXT) wmisc.$(OBJEXT) \
 
172
wpanel.$(OBJEXT) wpixmap.$(OBJEXT) wpopupbutton.$(OBJEXT) \
 
173
wprogressindicator.$(OBJEXT) wruler.$(OBJEXT) wscroller.$(OBJEXT) \
 
174
wscrollview.$(OBJEXT) wslider.$(OBJEXT) wsplitview.$(OBJEXT) \
 
175
wtabview.$(OBJEXT) wtext.$(OBJEXT) wtextfield.$(OBJEXT) wview.$(OBJEXT) \
 
176
wwindow.$(OBJEXT)
 
177
libWUtil_a_LIBADD = 
 
178
libWUtil_a_OBJECTS =  array.$(OBJEXT) bagtree.$(OBJEXT) \
 
179
connection.$(OBJEXT) data.$(OBJEXT) error.$(OBJEXT) findfile.$(OBJEXT) \
 
180
handlers.$(OBJEXT) hashtable.$(OBJEXT) host.$(OBJEXT) \
 
181
international.$(OBJEXT) memory.$(OBJEXT) misc.$(OBJEXT) \
 
182
notification.$(OBJEXT) proplist.$(OBJEXT) snprintf.$(OBJEXT) \
 
183
string.$(OBJEXT) tree.$(OBJEXT) userdefaults.$(OBJEXT) usleep.$(OBJEXT) \
 
184
wapplication.$(OBJEXT) wutil.$(OBJEXT)
 
185
SCRIPTS =  $(bin_SCRIPTS)
 
186
 
 
187
CFLAGS = @CFLAGS@
 
188
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
189
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
190
CCLD = $(CC)
 
191
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
192
DIST_COMMON =  README ChangeLog Makefile.am Makefile.in NEWS TODO
 
193
 
 
194
 
 
195
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
196
 
 
197
TAR = tar
 
198
GZIP_ENV = --best
 
199
SOURCES = $(libWINGs_a_SOURCES) $(libWUtil_a_SOURCES)
 
200
OBJECTS = $(libWINGs_a_OBJECTS) $(libWUtil_a_OBJECTS)
 
201
 
 
202
all: all-redirect
 
203
.SUFFIXES:
 
204
.SUFFIXES: .S .c .lo .o .obj .s
 
205
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
206
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WINGs/Makefile
 
207
 
 
208
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
209
        cd $(top_builddir) \
 
210
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
211
 
 
212
 
 
213
mostlyclean-libLIBRARIES:
 
214
 
 
215
clean-libLIBRARIES:
 
216
        -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
 
217
 
 
218
distclean-libLIBRARIES:
 
219
 
 
220
maintainer-clean-libLIBRARIES:
 
221
 
 
222
install-libLIBRARIES: $(lib_LIBRARIES)
 
223
        @$(NORMAL_INSTALL)
 
224
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
225
        @list='$(lib_LIBRARIES)'; for p in $$list; do \
 
226
          if test -f $$p; then \
 
227
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
 
228
            $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
 
229
          else :; fi; \
 
230
        done
 
231
        @$(POST_INSTALL)
 
232
        @list='$(lib_LIBRARIES)'; for p in $$list; do \
 
233
          if test -f $$p; then \
 
234
            echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
 
235
            $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
 
236
          else :; fi; \
 
237
        done
 
238
 
 
239
uninstall-libLIBRARIES:
 
240
        @$(NORMAL_UNINSTALL)
 
241
        list='$(lib_LIBRARIES)'; for p in $$list; do \
 
242
          rm -f $(DESTDIR)$(libdir)/$$p; \
 
243
        done
 
244
 
 
245
.c.o:
 
246
        $(COMPILE) -c $<
 
247
 
 
248
# FIXME: We should only use cygpath when building on Windows,
 
249
# and only if it is available.
 
250
.c.obj:
 
251
        $(COMPILE) -c `cygpath -w $<`
 
252
 
 
253
.s.o:
 
254
        $(COMPILE) -c $<
 
255
 
 
256
.S.o:
 
257
        $(COMPILE) -c $<
 
258
 
 
259
mostlyclean-compile:
 
260
        -rm -f *.o core *.core
 
261
        -rm -f *.$(OBJEXT)
 
262
 
 
263
clean-compile:
 
264
 
 
265
distclean-compile:
 
266
        -rm -f *.tab.c
 
267
 
 
268
maintainer-clean-compile:
 
269
 
 
270
.c.lo:
 
271
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
272
 
 
273
.s.lo:
 
274
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
275
 
 
276
.S.lo:
 
277
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
278
 
 
279
mostlyclean-libtool:
 
280
        -rm -f *.lo
 
281
 
 
282
clean-libtool:
 
283
        -rm -rf .libs _libs
 
284
 
 
285
distclean-libtool:
 
286
 
 
287
maintainer-clean-libtool:
 
288
 
 
289
libWINGs.a: $(libWINGs_a_OBJECTS) $(libWINGs_a_DEPENDENCIES)
 
290
        -rm -f libWINGs.a
 
291
        $(AR) cru libWINGs.a $(libWINGs_a_OBJECTS) $(libWINGs_a_LIBADD)
 
292
        $(RANLIB) libWINGs.a
 
293
 
 
294
libWUtil.a: $(libWUtil_a_OBJECTS) $(libWUtil_a_DEPENDENCIES)
 
295
        -rm -f libWUtil.a
 
296
        $(AR) cru libWUtil.a $(libWUtil_a_OBJECTS) $(libWUtil_a_LIBADD)
 
297
        $(RANLIB) libWUtil.a
 
298
 
 
299
install-binSCRIPTS: $(bin_SCRIPTS)
 
300
        @$(NORMAL_INSTALL)
 
301
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
302
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
303
          if test -f $$p; then \
 
304
            echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
 
305
            $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
306
          else if test -f $(srcdir)/$$p; then \
 
307
            echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
 
308
            $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
309
          else :; fi; fi; \
 
310
        done
 
311
 
 
312
uninstall-binSCRIPTS:
 
313
        @$(NORMAL_UNINSTALL)
 
314
        list='$(bin_SCRIPTS)'; for p in $$list; do \
 
315
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
316
        done
 
317
 
 
318
# This directory's subdirectories are mostly independent; you can cd
 
319
# into them and run `make' without going through this Makefile.
 
320
# To change the values of `make' variables: instead of editing Makefiles,
 
321
# (1) if the variable is set in `config.status', edit `config.status'
 
322
#     (which will cause the Makefiles to be regenerated when you run `make');
 
323
# (2) otherwise, pass the desired values on the `make' command line.
 
324
 
 
325
@SET_MAKE@
 
326
 
 
327
all-recursive install-data-recursive install-exec-recursive \
 
328
installdirs-recursive install-recursive uninstall-recursive  \
 
329
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
330
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
331
        dot_seen=no; \
 
332
        target=`echo $@ | sed s/-recursive//`; \
 
333
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
334
          echo "Making $$target in $$subdir"; \
 
335
          if test "$$subdir" = "."; then \
 
336
            dot_seen=yes; \
 
337
            local_target="$$target-am"; \
 
338
          else \
 
339
            local_target="$$target"; \
 
340
          fi; \
 
341
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
342
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
343
        done; \
 
344
        if test "$$dot_seen" = "no"; then \
 
345
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
346
        fi; test -z "$$fail"
 
347
 
 
348
mostlyclean-recursive clean-recursive distclean-recursive \
 
349
maintainer-clean-recursive:
 
350
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
351
        dot_seen=no; \
 
352
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
353
          rev="$$subdir $$rev"; \
 
354
          test "$$subdir" != "." || dot_seen=yes; \
 
355
        done; \
 
356
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
357
        target=`echo $@ | sed s/-recursive//`; \
 
358
        for subdir in $$rev; do \
 
359
          echo "Making $$target in $$subdir"; \
 
360
          if test "$$subdir" = "."; then \
 
361
            local_target="$$target-am"; \
 
362
          else \
 
363
            local_target="$$target"; \
 
364
          fi; \
 
365
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
366
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
367
        done && test -z "$$fail"
 
368
tags-recursive:
 
369
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
370
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
371
        done
 
372
 
 
373
tags: TAGS
 
374
 
 
375
ID: $(HEADERS) $(SOURCES) $(LISP)
 
376
        list='$(SOURCES) $(HEADERS)'; \
 
377
        unique=`for i in $$list; do echo $$i; done | \
 
378
          awk '    { files[$$0] = 1; } \
 
379
               END { for (i in files) print i; }'`; \
 
380
        here=`pwd` && cd $(srcdir) \
 
381
          && mkid -f$$here/ID $$unique $(LISP)
 
382
 
 
383
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
384
        tags=; \
 
385
        here=`pwd`; \
 
386
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
387
   if test "$$subdir" = .; then :; else \
 
388
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
389
   fi; \
 
390
        done; \
 
391
        list='$(SOURCES) $(HEADERS)'; \
 
392
        unique=`for i in $$list; do echo $$i; done | \
 
393
          awk '    { files[$$0] = 1; } \
 
394
               END { for (i in files) print i; }'`; \
 
395
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
396
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
 
397
 
 
398
mostlyclean-tags:
 
399
 
 
400
clean-tags:
 
401
 
 
402
distclean-tags:
 
403
        -rm -f TAGS ID
 
404
 
 
405
maintainer-clean-tags:
 
406
 
 
407
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
408
 
 
409
subdir = WINGs
 
410
 
 
411
distdir: $(DISTFILES)
 
412
        $(mkinstalldirs) $(distdir)/python
 
413
        @for file in $(DISTFILES); do \
 
414
          d=$(srcdir); \
 
415
          if test -d $$d/$$file; then \
 
416
            cp -pr $$d/$$file $(distdir)/$$file; \
 
417
          else \
 
418
            test -f $(distdir)/$$file \
 
419
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
420
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
421
          fi; \
 
422
        done
 
423
        for subdir in $(SUBDIRS); do \
 
424
          if test "$$subdir" = .; then :; else \
 
425
            test -d $(distdir)/$$subdir \
 
426
            || mkdir $(distdir)/$$subdir \
 
427
            || exit 1; \
 
428
            chmod 777 $(distdir)/$$subdir; \
 
429
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
430
              || exit 1; \
 
431
          fi; \
 
432
        done
 
433
info-am:
 
434
info: info-recursive
 
435
dvi-am:
 
436
dvi: dvi-recursive
 
437
check-am: all-am
 
438
check: check-recursive
 
439
installcheck-am:
 
440
installcheck: installcheck-recursive
 
441
install-exec-am: install-libLIBRARIES install-binSCRIPTS \
 
442
                install-exec-local
 
443
install-exec: install-exec-recursive
 
444
 
 
445
install-data-am:
 
446
install-data: install-data-recursive
 
447
 
 
448
install-am: all-am
 
449
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
450
install: install-recursive
 
451
uninstall-am: uninstall-libLIBRARIES uninstall-binSCRIPTS
 
452
uninstall: uninstall-recursive
 
453
all-am: Makefile $(LIBRARIES) $(SCRIPTS)
 
454
all-redirect: all-recursive
 
455
install-strip:
 
456
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
457
installdirs: installdirs-recursive
 
458
installdirs-am:
 
459
        $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
 
460
 
 
461
 
 
462
mostlyclean-generic:
 
463
 
 
464
clean-generic:
 
465
 
 
466
distclean-generic:
 
467
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
468
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
469
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
470
 
 
471
maintainer-clean-generic:
 
472
mostlyclean-am:  mostlyclean-libLIBRARIES mostlyclean-compile \
 
473
                mostlyclean-libtool mostlyclean-tags \
 
474
                mostlyclean-generic
 
475
 
 
476
mostlyclean: mostlyclean-recursive
 
477
 
 
478
clean-am:  clean-libLIBRARIES clean-compile clean-libtool clean-tags \
 
479
                clean-generic mostlyclean-am
 
480
 
 
481
clean: clean-recursive
 
482
 
 
483
distclean-am:  distclean-libLIBRARIES distclean-compile \
 
484
                distclean-libtool distclean-tags distclean-generic \
 
485
                clean-am
 
486
        -rm -f libtool
 
487
 
 
488
distclean: distclean-recursive
 
489
 
 
490
maintainer-clean-am:  maintainer-clean-libLIBRARIES \
 
491
                maintainer-clean-compile maintainer-clean-libtool \
 
492
                maintainer-clean-tags maintainer-clean-generic \
 
493
                distclean-am
 
494
        @echo "This command is intended for maintainers to use;"
 
495
        @echo "it deletes files that may require special tools to rebuild."
 
496
 
 
497
maintainer-clean: maintainer-clean-recursive
 
498
 
 
499
.PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
 
500
clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
 
501
install-libLIBRARIES mostlyclean-compile distclean-compile \
 
502
clean-compile maintainer-clean-compile mostlyclean-libtool \
 
503
distclean-libtool clean-libtool maintainer-clean-libtool \
 
504
uninstall-binSCRIPTS install-binSCRIPTS install-data-recursive \
 
505
uninstall-data-recursive install-exec-recursive \
 
506
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
507
all-recursive check-recursive installcheck-recursive info-recursive \
 
508
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
509
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
510
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
511
dvi-am dvi check check-am installcheck-am installcheck \
 
512
install-exec-local install-exec-am install-exec install-data-am \
 
513
install-data install-am install uninstall-am uninstall all-redirect \
 
514
all-am all installdirs-am installdirs mostlyclean-generic \
 
515
distclean-generic clean-generic maintainer-clean-generic clean \
 
516
mostlyclean distclean maintainer-clean
 
517
 
 
518
 
 
519
wcolorpanel.o: wcolorpanel.c
 
520
        $(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<
 
521
 
 
522
install-exec-local:
 
523
        @$(NORMAL_INSTALL)
 
524
        $(mkinstalldirs) $(DESTDIR)$(libdir)/pkgconfig
 
525
        @list='WINGs.pc'; for p in $$list; do \
 
526
          if test -f $$p; then \
 
527
            echo "$(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/"; \
 
528
            $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/; \
 
529
          else :; fi; \
 
530
        done
 
531
 
 
532
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
533
# Otherwise a system limit (for SysV at least) may be exceeded.
 
534
.NOEXPORT: