diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-10-31 09:18:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-10-31 09:18:24 +0000 |
| commit | 86bef745b9e974f664752c6cc56f7e6ec5642efc (patch) | |
| tree | b202d11357429110682ee2030a9e56f60011deb1 /src/Makefile.am | |
| parent | 75f84f9557b36f6d57a30d5c57aa1cfa2cd5dd6f (diff) | |
big fat commit..
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f0a7ca7d..70c7013a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,3 +18,38 @@ distclean-local: rm -f *\~ *.orig *.rej .\#* # local dependencies +basedisplay.o: basedisplay.cc basedisplay.hh timer.hh util.hh \ + gccache.hh color.hh +blackbox.o: blackbox.cc blackbox.hh basedisplay.hh timer.hh util.hh \ + configuration.hh xatom.hh gccache.hh color.hh image.hh screen.hh \ + texture.hh workspace.hh window.hh +color.o: color.cc color.hh basedisplay.hh timer.hh util.hh +configuration.o: configuration.cc configuration.hh util.hh +font.o: font.cc font.hh screen.hh color.hh texture.hh util.hh image.hh \ + timer.hh basedisplay.hh workspace.hh xatom.hh blackbox.hh \ + configuration.hh gccache.hh +gccache.o: gccache.cc gccache.hh basedisplay.hh timer.hh util.hh \ + color.hh +image.o: image.cc blackbox.hh basedisplay.hh timer.hh util.hh \ + configuration.hh xatom.hh gccache.hh color.hh image.hh texture.hh +imagecontrol.o: imagecontrol.cc blackbox.hh basedisplay.hh timer.hh \ + util.hh configuration.hh xatom.hh color.hh image.hh texture.hh +main.o: main.cc ../version.h blackbox.hh basedisplay.hh timer.hh \ + util.hh configuration.hh xatom.hh +screen.o: screen.cc blackbox.hh basedisplay.hh timer.hh util.hh \ + configuration.hh xatom.hh font.hh screen.hh color.hh texture.hh \ + image.hh workspace.hh gccache.hh window.hh +texture.o: texture.cc texture.hh color.hh util.hh basedisplay.hh \ + timer.hh image.hh screen.hh workspace.hh xatom.hh blackbox.hh \ + configuration.hh +timer.o: timer.cc basedisplay.hh timer.hh util.hh +util.o: util.cc util.hh +window.o: window.cc blackbox.hh basedisplay.hh timer.hh util.hh \ + configuration.hh xatom.hh font.hh screen.hh color.hh texture.hh \ + image.hh workspace.hh gccache.hh window.hh +workspace.o: workspace.cc blackbox.hh basedisplay.hh timer.hh util.hh \ + configuration.hh xatom.hh font.hh screen.hh color.hh texture.hh \ + image.hh workspace.hh window.hh +xatom.o: xatom.cc ../config.h xatom.hh screen.hh color.hh texture.hh \ + util.hh image.hh timer.hh basedisplay.hh workspace.hh blackbox.hh \ + configuration.hh |
