Makefile now also uses parser.hpp instead of parser.cpp.h
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8276 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
453dcb8fb1
commit
d7105e5d8b
@ -9,6 +9,7 @@ all: rc librdef.so
|
||||
|
||||
parser.cpp: parser.y
|
||||
bison -d -o$@ $^
|
||||
mv parser.cpp.h parser.hpp
|
||||
|
||||
lexer.cpp: lexer.l parser.cpp
|
||||
flex -o$@ lexer.l
|
||||
@ -22,7 +23,7 @@ rc: rc.cpp librdef.so
|
||||
mimeset -f $@
|
||||
|
||||
clean:
|
||||
rm -f *.o rc librdef.so lexer.cpp parser.cpp parser.cpp.h
|
||||
rm -f *.o rc librdef.so lexer.cpp parser.cpp parser.hpp
|
||||
|
||||
install:
|
||||
cp rc ~/config/bin
|
||||
|
Loading…
Reference in New Issue
Block a user