Web Page - http://www.cs.tau.ac.il/~efif/courses/Software1_Spring_03
bison -d x.y
' will make both x.tab.c
and x.tab.h
%.tab.c %.tab.h: %.y bison -d $< |
%.o : %.c $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ |
x: y.o z.o |
rbtree: Red_black_tree.o rbtree.o Red_black_tree.o: Red_black_tree.h rbtree.o: Red_black_tree.h clean: rm -rf Red_black_tree.o rbtree.o rbtree |