ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change
on this file since 309be81 was
309be81,
checked in by Aaron Moss <a3moss@…>, 7 years ago
|
Started evaluation benchmarks for paper (CFA version doesn't compile yet)
|
-
Property mode set to
100644
|
File size:
473 bytes
|
Line | |
---|
1 | CFA=cfa |
---|
2 | |
---|
3 | # %.o : %.cf |
---|
4 | # $(CFA) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ |
---|
5 | |
---|
6 | cfa-stack.o: cfa-stack.c cfa-stack.h |
---|
7 | $(CFA) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ |
---|
8 | |
---|
9 | c-bench: c-bench.c bench.h c-stack.o |
---|
10 | $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $< c-stack.o |
---|
11 | |
---|
12 | cpp-bench: cpp-bench.cpp bench.h cpp-stack.h |
---|
13 | $(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $@ $< |
---|
14 | |
---|
15 | cfa-bench: cfa-bench.c bench.h cfa-stack.o |
---|
16 | $(CFA) $(CFLAGS) $(CPPFLAGS) -o $@ $< cfa-stack.o |
---|
17 | |
---|
18 | clean: |
---|
19 | -rm *.o |
---|
20 | -rm c-bench |
---|
21 | -rm cpp-bench |
---|
22 | -rm cfa-bench |
---|
Note: See
TracBrowser
for help on using the repository browser.