]> git.tdb.fi Git - builder.git/blobdiff - source/executable.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / executable.cpp
diff --git a/source/executable.cpp b/source/executable.cpp
deleted file mode 100644 (file)
index 44d4612..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
-#include "component.h"
-#include "executable.h"
-#include "sourcepackage.h"
-
-Executable::Executable(Builder &b, const Component &c, const std::list<ObjectFile *> &objs):
-       FileTarget(b, &c.get_package(), generate_target_path(c)),
-       Binary(b, c, objs)
-{ }