some compile cleanup

This commit is contained in:
Greg Sherwood 2015-01-04 10:55:04 -06:00
parent 36348a2375
commit 232cef8ffa
3 changed files with 3 additions and 9595 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
*.so
/capn-test
/capnpc-c
*~

View file

@ -2,7 +2,7 @@
LDFLAGS=-O2 -Wall -Werror -fPIC
CFLAGS=-O2 -Wall -Werror -fPIC -I. -Wno-unused-function
GTEST_CFLAGS=-I../gtest/include
GTEST_CFLAGS=-I../gtest/include -I../gtest
all: capn.so capnpc-c test
@ -22,7 +22,7 @@ test: capn-test
./capn-test
%-test.o: %-test.cpp *.h *.c *.inc
$(CXX) -g -Wall -Werror -I. $(GTEST_CFLAGS) -o $@ -c $<
$(CXX) -g -Wall -I. $(GTEST_CFLAGS) -o $@ -c $<
capn-test: capn-test.o capn-stream-test.o compiler/test.capnp.o compiler/schema-test.o compiler/schema.capnp.o gtest-all-test.o
$(CXX) -g -Wall -Werror -I. -o $@ $^

File diff suppressed because it is too large Load diff