projects
/
apple
/
dyld.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
dyld-43.1.tar.gz
[apple/dyld.git]
/
unit-tests
/
include
/
common.makefile
This page requires JavaScript to run. Use
this page
instead.
0 / 12 ( 0%)
Commit
Line
Data
1
# stuff to include in every test Makefile
2
3
SHELL = /bin/sh
4
5
CC = gcc-4.0 ${ARCH}
6
CCFLAGS = -Wall -g -std=c99
7
8
CXX = g++-4.0 ${ARCH}
9
CXXFLAGS = -Wall -g
10
11
RM = rm
12
RMFLAGS = -rf