projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6232903
)
rename binary: libthreads -> model
author
Brian Norris
<banorris@uci.edu>
Mon, 16 Apr 2012 06:20:44 +0000
(23:20 -0700)
committer
Brian Norris
<banorris@uci.edu>
Mon, 16 Apr 2012 06:20:44 +0000
(23:20 -0700)
.gitignore
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 66dc45e004545d033b7b426868134f6035fe0457..b7cfd9dc7ea3eac9b970f63c541a777954bdf43d 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-3,5
+3,5
@@
.*.swp
# files in this directory
-/
libthreads
+/
model
/tags
diff --git
a/Makefile
b/Makefile
index bdd83482c4c8b699e3a7c6b83cdfc5f349f046d6..de622ecb2b1e3eed7687165b2fa43b1ec88e1a2b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,5
+1,5
@@
CC=g++
-BIN=
libthreads
+BIN=
model
SOURCE=libthreads.cc schedule.cc libatomic.cc userprog.c model.cc malloc.c threads.cc
HEADERS=libthreads.h schedule.h common.h libatomic.h model.h threads_internal.h
FLAGS=-Wall -ldl -g