aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/makefile.common
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-14 02:11:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-14 02:11:54 +0000
commit284501835e5ca0476afff1d2196e74a442cbb1f0 (patch)
tree6c388692967e21958d2e19d22b453916e33afcb1 /externals/build/src/makefile.common
parent355b14d2927dc6a42ed26dcda6fdfd5fb14c7da3 (diff)
added comport/bird objects and help; wrote in TODO
svn path=/trunk/; revision=2764
Diffstat (limited to 'externals/build/src/makefile.common')
-rw-r--r--externals/build/src/makefile.common8
1 files changed, 8 insertions, 0 deletions
diff --git a/externals/build/src/makefile.common b/externals/build/src/makefile.common
new file mode 100644
index 00000000..fc0b55cb
--- /dev/null
+++ b/externals/build/src/makefile.common
@@ -0,0 +1,8 @@
+
+# use UNIX symbolic links to create aliases for objects with
+# more than one name
+
+alias-links:
+ grep addcreator `find ../../ -name '*.c'` | sed -re 's|.*/(.*\.c):.*class_addcreator\(.*gensym\("(.*)"\).*|\1 \2|'
+
+#then use ($foreach )