| 1 |
# |
# |
| 2 |
# Makefile for mac2eui64. |
# Makefile for mac2eui64. |
| 3 |
# |
# |
| 4 |
# Copyright (C) 2003 Trond Endrestøl <trond@ramstind.gtf.ol.no> |
# Copyright (C) 2003 Trond Endrestøl <Trond.Endrestol@ximalas.info> |
| 5 |
# |
# |
| 6 |
# This program is free software; you can redistribute it and/or modify |
# This program is free software; you can redistribute it and/or modify |
| 7 |
# it under the terms of the GNU General Public License as published by |
# it under the terms of the GNU General Public License as published by |
| 25 |
# |
# |
| 26 |
PREFIX = /usr/local |
PREFIX = /usr/local |
| 27 |
BINPREFIX = $(PREFIX)/bin |
BINPREFIX = $(PREFIX)/bin |
| 28 |
CC = gcc |
CC = clang36 |
| 29 |
LD = gcc |
LD = clang36 |
| 30 |
CFLAGS = -g0 -O3 |
CFLAGS = -std=c11 -Weverything -g0 -O3 |
| 31 |
LDFLAGS = -s |
LDFLAGS = -s |
| 32 |
INSTALL = install |
INSTALL = install |
| 33 |
INSTALLFLAGS = -C -d -g 0 -m 555 -o 0 -p |
INSTALLFLAGS = -C -d -g 0 -m 555 -o 0 -p |