aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/makefile.common
blob: fc0b55cb87f65f92942607dc519546355dbf6db8 (plain)
1
2
3
4
5
6
7
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 )