summaryrefslogtreecommitdiff
path: root/src/SConscript
AgeCommit message (Expand)AuthorFilesLines
2010-04-26Return File nodes from aptitude's top-level source directory, not filename st...Daniel Burrows1-2/+2
2010-04-26Return the list of all aptitude's sources from the top-level SConscript file,...Daniel Burrows1-3/+7
2010-04-25Use the new Install builder to write installation rules for aptitude's execut...Daniel Burrows1-0/+5
2010-04-25Explicitly distribute the build files in SCons*.Daniel Burrows1-0/+3
2010-04-25Start adding support for a 'dist' rule that builds a distributed archive.Daniel Burrows1-0/+4
2010-04-25Add a "programs" dummy target that builds just the programs in src/.Daniel Burrows1-0/+2
2010-04-24If the GTK+ frontend is being built, make sure to build its sources and link ...Daniel Burrows1-5/+22
2010-04-24Try to build and run unit tests, and only build aptitude by default.Daniel Burrows1-0/+1
2010-04-22Move the definition of pkg_hier_dump into the directory where it lives.Daniel Burrows1-5/+0
2010-04-22Fix the list of dependencies for pkg_hier_dump.Daniel Burrows1-2/+2
2010-04-22Write a generic routine to filter headers out of a list of sources.Daniel Burrows1-3/+3
2010-04-22Only include non-headers in the list of sources for aptitude.Daniel Burrows1-2/+4
2010-04-21Explicitly make pkg_hier_dump controlled by programs_env, not that it does an...Daniel Burrows1-5/+5
2010-04-21Sort the toplevel aptitude sources.Daniel Burrows1-13/+13
2010-04-21Add a missing suffix to view_changelog.h.Daniel Burrows1-1/+1
2010-04-21Add SConscript files for the rest of the source.Daniel Burrows1-4/+7
2010-04-20Experiment with SCons a bit.Daniel Burrows1-0/+106