remove globs.hh

master
Daniel Kolesa 2016-02-13 20:47:54 +00:00
parent b32d27f468
commit 7f91885886
4 changed files with 3 additions and 15 deletions

View File

@ -21,10 +21,6 @@ cubescript.o: $(CUBESCRIPT_PATH)/cubescript.cc
clean:
rm -f $(FILES) obuild
main.o: globs.hh
main.o: $(CUBESCRIPT_PATH)/cubescript.hh
globs.o: globs.hh
globs.o: $(CUBESCRIPT_PATH)/cubescript.hh
cubescript.o: $(CUBESCRIPT_PATH)/cubescript.hh

View File

@ -1,8 +0,0 @@
#ifndef OBUILD_GLOBS_HH
#define OBUILD_GLOBS_HH
#include <cubescript.hh>
void cs_register_globs(cscript::CsState &cs);
#endif

View File

@ -13,7 +13,7 @@
#include <cubescript.hh>
#include "globs.hh"
void cs_register_globs(cscript::CsState &cs);
using ostd::ConstCharRange;
using ostd::Vector;

View File

@ -26,8 +26,8 @@ action clean [
shell rm -f $FILES obuild_ob
]
depend main_ob.o globs.hh [@CS_PATH/cubescript.hh]
depend globs_ob.o globs.hh [@CS_PATH/cubescript.hh]
depend main_ob.o [@CS_PATH/cubescript.hh]
depend globs_ob.o [@CS_PATH/cubescript.hh]
depend cubescript_ob.o [@CS_PATH/cubescript.hh]
rule default obuild