/[mac2eui64]/trunk/Makefile
ViewVC logotype

Diff of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 3 by trond, 2015-09-29T08:26:40Z Revision 4 by trond, 2015-09-29T08:31:02Z
# Line 1  Line 1 
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
# Line 25  BINPREFIX = $(PREFIX)/bin Line 25  BINPREFIX = $(PREFIX)/bin
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


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

svn@ximalas.info
ViewVC Help
Powered by ViewVC 1.3.0-beta1