amd64.mk - scc - simple c99 compiler
(HTM) git clone git://git.simple-cc.org/scc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
amd64.mk (481B)
---
1 amd64:
2 +@$(MAKE) -f main.mk CONF=amd64-linux libc libcrt
3 +@$(MAKE) -f main.mk CONF=amd64-openbsd libc libcrt
4 +@$(MAKE) -f main.mk CONF=amd64-netbsd libc libcrt
5 +@$(MAKE) -f main.mk CONF=amd64-dragonfly libc libcrt
6 +@$(MAKE) -f main.mk CONF=amd64-darwin libc libcrt
7 +@$(MAKE) -f main.mk CONF=amd64-freebsd libc libcrt
8
9 install-amd64: amd64
10 $(SCRIPTDIR)/install -p $(SCRIPTDIR)/proto.amd64 $(ROOT)
11
12 uninstall-amd64:
13 $(SCRIPTDIR)/uninstall -p $(SCRIPTDIR)/proto.amd64 $(ROOT)