gitignore for pa4
This commit is contained in:
parent
99b7b15d63
commit
a221808aec
4
.gitignore
vendored
4
.gitignore
vendored
@ -16,3 +16,7 @@ assignments/PA3/cool.tab.h
|
|||||||
assignments/PA3/cool-parse.cc
|
assignments/PA3/cool-parse.cc
|
||||||
*.d
|
*.d
|
||||||
grading/
|
grading/
|
||||||
|
assignments/PA4/cgen
|
||||||
|
assignments/PA4/parser
|
||||||
|
assignments/PA4/semant
|
||||||
|
assignments/PA4/lexer
|
||||||
@ -26,7 +26,7 @@ BFLAGS = -d -v -y -b cool --debug -p cool_yy
|
|||||||
ASTBFLAGS = -d -v -y -b ast --debug -p ast_yy
|
ASTBFLAGS = -d -v -y -b ast --debug -p ast_yy
|
||||||
|
|
||||||
CC=g++
|
CC=g++
|
||||||
CFLAGS=-g -Wall -Wno-unused -Wno-write-strings -Wno-deprecated ${CPPINCLUDE} -DDEBUG
|
CFLAGS=-g -Wall -Wno-unused -Wno-write-strings -Wno-deprecated ${CPPINCLUDE} -DDEBUG -std=c++11
|
||||||
FLEX=flex ${FFLAGS}
|
FLEX=flex ${FFLAGS}
|
||||||
BISON= bison ${BFLAGS}
|
BISON= bison ${BFLAGS}
|
||||||
DEPEND = ${CC} -MM ${CPPINCLUDE}
|
DEPEND = ${CC} -MM ${CPPINCLUDE}
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
ast-lex.o ast-lex.d : ast-lex.cc ../../include/PA4/ast-parse.h \
|
|
||||||
../../include/PA4/copyright.h ../../include/PA4/cool-io.h \
|
|
||||||
../../include/PA4/tree.h ../../include/PA4/stringtab.h \
|
|
||||||
../../include/PA4/list.h ../../include/PA4/stringtab.h \
|
|
||||||
../../include/PA4/utilities.h
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
ast-parse.o ast-parse.d : ast-parse.cc ../../include/PA4/cool-io.h \
|
|
||||||
../../include/PA4/copyright.h cool-tree.h ../../include/PA4/tree.h \
|
|
||||||
../../include/PA4/stringtab.h ../../include/PA4/list.h \
|
|
||||||
../../include/PA4/cool-io.h cool-tree.handcode.h \
|
|
||||||
../../include/PA4/cool.h ../../include/PA4/stringtab.h \
|
|
||||||
../../include/PA4/utilities.h
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
cool-tree.o cool-tree.d : cool-tree.cc ../../include/PA4/tree.h \
|
|
||||||
../../include/PA4/copyright.h ../../include/PA4/stringtab.h \
|
|
||||||
../../include/PA4/list.h ../../include/PA4/cool-io.h \
|
|
||||||
cool-tree.handcode.h ../../include/PA4/cool.h \
|
|
||||||
../../include/PA4/stringtab.h cool-tree.h
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
dumptype.o dumptype.d : dumptype.cc ../../include/PA4/copyright.h \
|
|
||||||
../../include/PA4/cool.h ../../include/PA4/copyright.h \
|
|
||||||
../../include/PA4/cool-io.h ../../include/PA4/tree.h \
|
|
||||||
../../include/PA4/stringtab.h ../../include/PA4/list.h cool-tree.h \
|
|
||||||
cool-tree.handcode.h ../../include/PA4/stringtab.h \
|
|
||||||
../../include/PA4/utilities.h
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
handle_flags.o handle_flags.d : handle_flags.cc ../../include/PA4/copyright.h \
|
|
||||||
../../include/PA4/cool-io.h ../../include/PA4/copyright.h \
|
|
||||||
../../include/PA4/cgen_gc.h
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
semant-phase.o semant-phase.d : semant-phase.cc cool-tree.h ../../include/PA4/tree.h \
|
|
||||||
../../include/PA4/copyright.h ../../include/PA4/stringtab.h \
|
|
||||||
../../include/PA4/list.h ../../include/PA4/cool-io.h \
|
|
||||||
cool-tree.handcode.h ../../include/PA4/cool.h \
|
|
||||||
../../include/PA4/stringtab.h
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
semant.o semant.d : semant.cc semant.h cool-tree.h ../../include/PA4/tree.h \
|
|
||||||
../../include/PA4/copyright.h ../../include/PA4/stringtab.h \
|
|
||||||
../../include/PA4/list.h ../../include/PA4/cool-io.h \
|
|
||||||
cool-tree.handcode.h ../../include/PA4/cool.h \
|
|
||||||
../../include/PA4/stringtab.h ../../include/PA4/symtab.h \
|
|
||||||
../../include/PA4/list.h ../../include/PA4/utilities.h
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
stringtab.o stringtab.d : stringtab.cc ../../include/PA4/copyright.h \
|
|
||||||
../../include/PA4/stringtab_functions.h ../../include/PA4/copyright.h \
|
|
||||||
../../include/PA4/cool-io.h ../../include/PA4/stringtab.h \
|
|
||||||
../../include/PA4/list.h ../../include/PA4/stringtab.h
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
symtab_example.o symtab_example.d : symtab_example.cc ../../include/PA4/symtab.h \
|
|
||||||
../../include/PA4/copyright.h ../../include/PA4/list.h \
|
|
||||||
../../include/PA4/cool-io.h
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
tree.o tree.d : tree.cc ../../include/PA4/copyright.h ../../include/PA4/tree.h \
|
|
||||||
../../include/PA4/copyright.h ../../include/PA4/stringtab.h \
|
|
||||||
../../include/PA4/list.h ../../include/PA4/cool-io.h
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
utilities.o utilities.d : utilities.cc ../../include/PA4/copyright.h \
|
|
||||||
../../include/PA4/cool-io.h ../../include/PA4/copyright.h \
|
|
||||||
../../include/PA4/cool-parse.h ../../include/PA4/cool-io.h \
|
|
||||||
../../include/PA4/tree.h ../../include/PA4/stringtab.h \
|
|
||||||
../../include/PA4/list.h ../../include/PA4/stringtab.h \
|
|
||||||
../../include/PA4/utilities.h
|
|
||||||
Loading…
Reference in New Issue
Block a user