Some vhdlpp git cleanup.

This patch adds vhdlpp/parse.output to .gitignore and moves all the
vhdlpp depend files to the local dep directory.
This commit is contained in:
Cary R 2011-01-25 16:31:23 -08:00 committed by Stephen Williams
parent e3324dd2ae
commit a6c02f8cb9
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -47,6 +47,7 @@ dep
/vhdlpp/lexor_keyword.cc
/vhdlpp/parse.cc
/vhdlpp/parse.h
/vhdlpp/parse.output
/vhdlpp/vhdlpp_config.h
/vhdlpp/vhdlpp

View File

@ -79,6 +79,7 @@ vhdlpp@EXEEXT@: $O
%.o: $(srcdir)/../libmisc/%.cc
$(CXX) $(CPPFLAGS) $(CXXFLAGS) @DEPENDENCY_FLAG@ -c $< -o $*.o
mv $*.d dep/$*.d
%.o: %.cc vhdlpp_config.h
$(CXX) $(CPPFLAGS) $(CXXFLAGS) @DEPENDENCY_FLAG@ -c $< -o $*.o