Let gcc do dependency generation.

pull/13171/head
Joshua Haberman 16 years ago
parent 692b203ae2
commit 6fdf83f59f
  1. 12
      Makefile

@ -9,12 +9,6 @@ all: $(OBJ) test_table tests
clean:
rm -f $(OBJ) tests
upb_parse.o: upb_parse.c upb_parse.h
upb_table.o: upb_table.c upb_table.h
upb_msg.o: upb_msg.c upb_msg.h
upb_inlinedefs.o: upb_inlinedefs.c upb_msg.h
descriptor.o: descriptor.c descriptor.h
test_table: test_table.cc upb_table.o
tests: tests.c upb_parse.c upb_parse.h
$(CC) $(CPPFLAGS) $(CFLAGS) -o tests tests.c
-include deps
deps: *.c *.h
gcc -MM *.c > deps

Loading…
Cancel
Save