Differences From Artifact [fbeb9ab7dc]:
- File Makefile — part of check-in [6fc4c3e74b] at 2015-10-27 03:54:59 on branch selfcontained — Added s:button (user: matt, size: 2301) [annotate] [blame] [check-ins using] [more...]
To Artifact [15a9eb83b7]:
- File Makefile — part of check-in [3b621651c1] at 2016-05-14 19:42:47 on branch trunk — Added comment on fPIC and added clean target (user: matt, size: 2325) [annotate] [blame] [check-ins using]
︙ | |||
69 70 71 72 73 74 75 76 77 78 79 80 81 82 | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | + + | csc -c $< # Cookie is a special case for now. Make a loadable so for test # Complile it in by include (see dependencies above). cookie.so : cookie.scm csc -s cookie.scm clean : rm -f *.o *.so # $(CFILES): build/%.c: ../scm/%.scm ../scm/macros.scm # chicken $< -output-file $@ # # # $(OFILES): src/%.o: src/%.c # gcc -c $< `chicken-config -cflags` -o $@ |
︙ |