aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/makefile.common
diff options
context:
space:
mode:
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 )