~ubuntu-branches/ubuntu/warty/fluxbox/warty

« back to all changes in this revision

Viewing changes to util/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matt Hope
  • Date: 2002-04-12 22:08:52 UTC
  • Revision ID: james.westby@ubuntu.com-20020412220852-0gbqxr57mgu63qdh
Tags: upstream-0.1.7
ImportĀ upstreamĀ versionĀ 0.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# util/Makefile.am for Blackbox 0.61.x  - an X11 Window manager
 
2
 
 
3
CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \
 
4
@ORDEREDPSEUDO@ @KDE@ @GNOME@
 
5
 
 
6
bin_SCRIPTS = bsetbg
 
7
bin_PROGRAMS =          bsetroot
 
8
bsetroot_SOURCES =      bsetroot.cc bsetroot.hh
 
9
bsetroot_LDADD =        ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o
 
10
MAINTAINERCLEANFILES =  Makefile.in
 
11
EXTRA_DIST=bsetbg
 
12
 
 
13
distclean-local:
 
14
        rm -f *\~
 
15
 
 
16
bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \
 
17
 ../src/LinkedList.hh ../src/Timer.hh ../src/Image.hh