Makefile

changeset 407
9505224d2fd2
parent 287
99bcd7915a0d
child 742
7e67689241fd
equal deleted inserted replaced
406:36333e8a9411 407:9505224d2fd2
1 # 1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 # 3 #
4 # Copyright 2016 Olaf Wintermann. All rights reserved. 4 # Copyright 2018 Olaf Wintermann. All rights reserved.
5 # 5 #
6 # Redistribution and use in source and binary forms, with or without 6 # Redistribution and use in source and binary forms, with or without
7 # modification, are permitted provided that the following conditions are met: 7 # modification, are permitted provided that the following conditions are met:
8 # 8 #
9 # 1. Redistributions of source code must retain the above copyright 9 # 1. Redistributions of source code must retain the above copyright
32 # gcc 32 # gcc
33 # clang 33 # clang
34 # suncc 34 # suncc
35 # mingw 35 # mingw
36 # osx 36 # osx
37 # bsd
37 # 38 #
38 39
39 CONF=gcc 40 CONF=gcc
40 PREFIX=/usr 41 PREFIX=/usr
41 42

mercurial