~ubuntu-branches/ubuntu/trusty/fluxbox/trusty-proposed

« back to all changes in this revision

Viewing changes to util/fbrun/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Paul Tagliamonte
  • Date: 2010-08-12 21:16:02 UTC
  • mfrom: (0.1.1) (1.1.10)
  • Revision ID: package-import@ubuntu.com-20100812211602-3tsmzl9in5nmwz7z
Tags: 1.1.1+git20100807.0cc08f9-1
* debian/ dir has been cleaned out, complete repackage
  of most files.
* pulled new archive from git.fluxbox.org HEAD, saved as
  tar.gz.
* Added in fluxbox.* files from the old dfsg tree.
* Added in system.fluxbox-menu file from the old dfsg tree
* Added the source/format file to bump package source
  version from 1.0 to 3.0 (quilt). 
* Changed rules file to match the old dfsg setup so that
  fluxbox behaves nicely.
* Removed entries from copyright that no longer apply.
* Added theme based on Denis Brand ( naran )'s old theme.
* Added a background I whipped up.
* Changed compile flags to point to debian theme by default
* Adding a patch to have fluxbox use x-terminal-emulator
  over xterm. Closes: #591694 (LP: #580485)
* Adding a patch to allow titlebar-window dragging.
* Changed the flags in rules to pull from a script. This script
  lets us un-hardcode what theme is default. Be sure there
  is a theme pack!
* Added comments to my patches.
* Removing debian/docs, empty file.
* Fixing fluxbox.desktop to remove all the warnings from
  desktop-file-validate
* Fixing libtool issue by running an update before
  configure in the rules script.
* Added a compile flag script to auto-detect what platform
  we are running on, and apply the correct theme. This
  should solve Ubuntnu issues later on.
* adding in a get-orig-source rule
* fixing the upstream version number to pinpoint
  the commit ( thanks, lfaraone ).
* adding a rule for get-orig-source. ( thanks again,
  lfaraone ).
* Updated rules to actually allow us to do a build from it
* Removed Denis from the uploaders ( as per an email
  conversation )
* Removing madduck from the uploaders ( thanks for asking,
  lfaraone. ). Thanks for your hard work, madduck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
41
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
44
CONFIG_HEADER = $(top_builddir)/config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
44
47
am__installdirs = "$(DESTDIR)$(bindir)"
45
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
46
48
PROGRAMS = $(bin_PROGRAMS)
47
49
am_fbrun_OBJECTS = FbRun.$(OBJEXT) main.$(OBJEXT)
48
50
fbrun_OBJECTS = $(am_fbrun_OBJECTS)
50
52
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
51
53
depcomp = $(SHELL) $(top_srcdir)/depcomp
52
54
am__depfiles_maybe = depfiles
 
55
am__mv = mv -f
53
56
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
54
57
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
55
58
CXXLD = $(CXX)
117
120
PACKAGE_NAME = @PACKAGE_NAME@
118
121
PACKAGE_STRING = @PACKAGE_STRING@
119
122
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
123
PACKAGE_URL = @PACKAGE_URL@
120
124
PACKAGE_VERSION = @PACKAGE_VERSION@
121
125
PATH_SEPARATOR = @PATH_SEPARATOR@
122
126
PKG_CONFIG = @PKG_CONFIG@
174
178
srcdir = @srcdir@
175
179
sysconfdir = @sysconfdir@
176
180
target_alias = @target_alias@
 
181
top_build_prefix = @top_build_prefix@
177
182
top_builddir = @top_builddir@
178
183
top_srcdir = @top_srcdir@
179
184
FLUXBOX_SRC_DIR = ../../src/
188
193
        @for dep in $?; do \
189
194
          case '$(am__configure_deps)' in \
190
195
            *$$dep*) \
191
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
192
 
                && exit 0; \
 
196
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
197
                && { if test -f $@; then exit 0; else break; fi; }; \
193
198
              exit 1;; \
194
199
          esac; \
195
200
        done; \
196
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  util/fbrun/Makefile'; \
197
 
        cd $(top_srcdir) && \
198
 
          $(AUTOMAKE) --gnu  util/fbrun/Makefile
 
201
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu util/fbrun/Makefile'; \
 
202
        $(am__cd) $(top_srcdir) && \
 
203
          $(AUTOMAKE) --gnu util/fbrun/Makefile
199
204
.PRECIOUS: Makefile
200
205
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
201
206
        @case '$?' in \
213
218
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214
219
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
215
220
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
221
$(am__aclocal_m4_deps):
216
222
install-binPROGRAMS: $(bin_PROGRAMS)
217
223
        @$(NORMAL_INSTALL)
218
224
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
219
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
220
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
221
 
          if test -f $$p \
222
 
          ; then \
223
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
224
 
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
225
 
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
226
 
          else :; fi; \
227
 
        done
 
225
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
226
        for p in $$list; do echo "$$p $$p"; done | \
 
227
        sed 's/$(EXEEXT)$$//' | \
 
228
        while read p p1; do if test -f $$p; \
 
229
          then echo "$$p"; echo "$$p"; else :; fi; \
 
230
        done | \
 
231
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
232
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
233
        sed 'N;N;N;s,\n, ,g' | \
 
234
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
235
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
236
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
237
            else { print "f", $$3 "/" $$4, $$1; } } \
 
238
          END { for (d in files) print "f", d, files[d] }' | \
 
239
        while read type dir files; do \
 
240
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
241
            test -z "$$files" || { \
 
242
              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
243
              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
244
            } \
 
245
        ; done
228
246
 
229
247
uninstall-binPROGRAMS:
230
248
        @$(NORMAL_UNINSTALL)
231
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
232
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
233
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
234
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
235
 
        done
 
249
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
250
        files=`for p in $$list; do echo "$$p"; done | \
 
251
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
252
              -e 's/$$/$(EXEEXT)/' `; \
 
253
        test -n "$$list" || exit 0; \
 
254
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
255
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
236
256
 
237
257
clean-binPROGRAMS:
238
258
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
251
271
 
252
272
.cc.o:
253
273
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
254
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
274
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
255
275
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
256
276
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
257
277
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
258
278
 
259
279
.cc.obj:
260
280
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
261
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
281
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
262
282
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
263
283
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264
284
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
268
288
        unique=`for i in $$list; do \
269
289
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
270
290
          done | \
271
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
291
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
272
292
              END { if (nonempty) { for (i in files) print i; }; }'`; \
273
293
        mkid -fID $$unique
274
294
tags: TAGS
275
295
 
276
296
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
277
297
                $(TAGS_FILES) $(LISP)
278
 
        tags=; \
 
298
        set x; \
279
299
        here=`pwd`; \
280
300
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
281
301
        unique=`for i in $$list; do \
283
303
          done | \
284
304
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
285
305
              END { if (nonempty) { for (i in files) print i; }; }'`; \
286
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
306
        shift; \
 
307
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
287
308
          test -n "$$unique" || unique=$$empty_fix; \
288
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
289
 
            $$tags $$unique; \
 
309
          if test $$# -gt 0; then \
 
310
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
311
              "$$@" $$unique; \
 
312
          else \
 
313
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
314
              $$unique; \
 
315
          fi; \
290
316
        fi
291
317
ctags: CTAGS
292
318
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
293
319
                $(TAGS_FILES) $(LISP)
294
 
        tags=; \
295
320
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
296
321
        unique=`for i in $$list; do \
297
322
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298
323
          done | \
299
324
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
300
325
              END { if (nonempty) { for (i in files) print i; }; }'`; \
301
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
326
        test -z "$(CTAGS_ARGS)$$unique" \
302
327
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
303
 
             $$tags $$unique
 
328
             $$unique
304
329
 
305
330
GTAGS:
306
331
        here=`$(am__cd) $(top_builddir) && pwd` \
307
 
          && cd $(top_srcdir) \
308
 
          && gtags -i $(GTAGS_ARGS) $$here
 
332
          && $(am__cd) $(top_srcdir) \
 
333
          && gtags -i $(GTAGS_ARGS) "$$here"
309
334
 
310
335
distclean-tags:
311
336
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
326
351
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
327
352
          if test -d $$d/$$file; then \
328
353
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
354
            if test -d "$(distdir)/$$file"; then \
 
355
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
356
            fi; \
329
357
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
330
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
358
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
359
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
331
360
            fi; \
332
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
361
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
333
362
          else \
334
 
            test -f $(distdir)/$$file \
335
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
363
            test -f "$(distdir)/$$file" \
 
364
            || cp -p $$d/$$file "$(distdir)/$$file" \
336
365
            || exit 1; \
337
366
          fi; \
338
367
        done
363
392
 
364
393
distclean-generic:
365
394
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
395
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
366
396
 
367
397
maintainer-clean-generic:
368
398
        @echo "This command is intended for maintainers to use"
383
413
 
384
414
html: html-am
385
415
 
 
416
html-am:
 
417
 
386
418
info: info-am
387
419
 
388
420
info-am:
391
423
 
392
424
install-dvi: install-dvi-am
393
425
 
 
426
install-dvi-am:
 
427
 
394
428
install-exec-am: install-binPROGRAMS
395
429
 
396
430
install-html: install-html-am
397
431
 
 
432
install-html-am:
 
433
 
398
434
install-info: install-info-am
399
435
 
 
436
install-info-am:
 
437
 
400
438
install-man:
401
439
 
402
440
install-pdf: install-pdf-am
403
441
 
 
442
install-pdf-am:
 
443
 
404
444
install-ps: install-ps-am
405
445
 
 
446
install-ps-am:
 
447
 
406
448
installcheck-am:
407
449
 
408
450
maintainer-clean: maintainer-clean-am
442
484
 
443
485
${FLUXBOX_SRC_DIR}FbTk/libFbTk.a:
444
486
        cd ${FLUXBOX_SRC_DIR}FbTk && make
 
487
 
445
488
# Tell versions [3.59,3.63) of GNU make to not export all variables.
446
489
# Otherwise a system limit (for SysV at least) may be exceeded.
447
490
.NOEXPORT: