Browse Source

dropped inline header requirements from makefile

master
Pete McNeil 4 years ago
parent
commit
b8e3265ffa
1 changed files with 4 additions and 6 deletions
  1. 4
    6
      makefile

+ 4
- 6
makefile View File

main.o: SNFServer/main.cpp \ main.o: SNFServer/main.cpp \
CodeDweller/timing.hpp \ CodeDweller/timing.hpp \
CodeDweller/networking.hpp \ CodeDweller/networking.hpp \
CodeDweller/networking.inline.hpp \
CodeDweller/threading.hpp \ CodeDweller/threading.hpp \
SNFMulti/snf_xci.hpp SNFMulti/snf_xci.hpp
$(CXX) $(CXXFLAGS) -c SNFServer/main.cpp $(CXX) $(CXXFLAGS) -c SNFServer/main.cpp
mangler.o: CodeDweller/mangler.cpp CodeDweller/mangler.hpp mangler.o: CodeDweller/mangler.cpp CodeDweller/mangler.hpp
$(CXX) $(CXXFLAGS) -c CodeDweller/mangler.cpp $(CXX) $(CXXFLAGS) -c CodeDweller/mangler.cpp


networking.o: CodeDweller/networking.cpp CodeDweller/networking.hpp CodeDweller/networking.inline.hpp
networking.o: CodeDweller/networking.cpp CodeDweller/networking.hpp
$(CXX) $(CXXFLAGS) -c CodeDweller/networking.cpp $(CXX) $(CXXFLAGS) -c CodeDweller/networking.cpp


timing.o: CodeDweller/timing.cpp CodeDweller/timing.hpp timing.o: CodeDweller/timing.cpp CodeDweller/timing.hpp
CodeDweller/threading.hpp CodeDweller/threading.hpp
$(CXX) $(CXXFLAGS) -c SNFMulti/SNFMulti.cpp $(CXX) $(CXXFLAGS) -c SNFMulti/SNFMulti.cpp


GBUdb.o: SNFMulti/GBUdb.cpp SNFMulti/GBUdb.hpp SNFMulti/GBUdb.inline.hpp
GBUdb.o: SNFMulti/GBUdb.cpp SNFMulti/GBUdb.hpp
$(CXX) $(CXXFLAGS) -c SNFMulti/GBUdb.cpp $(CXX) $(CXXFLAGS) -c SNFMulti/GBUdb.cpp


FilterChain.o: SNFMulti/FilterChain.cpp SNFMulti/FilterChain.hpp FilterChain.o: SNFMulti/FilterChain.cpp SNFMulti/FilterChain.hpp
snf_engine.o: SNFMulti/snf_engine.cpp SNFMulti/snf_engine.hpp snf_engine.o: SNFMulti/snf_engine.cpp SNFMulti/snf_engine.hpp
$(CXX) $(CXXFLAGS) -c SNFMulti/snf_engine.cpp $(CXX) $(CXXFLAGS) -c SNFMulti/snf_engine.cpp


snfCFGmgr.o: SNFMulti/snfCFGmgr.cpp SNFMulti/snfCFGmgr.hpp SNFMulti/snfCFGmgr.inline.hpp SNFMulti/snf_HeaderFinder.hpp
snfCFGmgr.o: SNFMulti/snfCFGmgr.cpp SNFMulti/snfCFGmgr.hpp SNFMulti/snf_HeaderFinder.hpp
$(CXX) $(CXXFLAGS) -c SNFMulti/snfCFGmgr.cpp $(CXX) $(CXXFLAGS) -c SNFMulti/snfCFGmgr.cpp


snf_HeaderFinder.o: SNFMulti/snf_HeaderFinder.cpp \ snf_HeaderFinder.o: SNFMulti/snf_HeaderFinder.cpp \
SNFMulti/snf_HeaderFinder.hpp \ SNFMulti/snf_HeaderFinder.hpp \
SNFMulti/snf_HeaderFinder.inline.hpp \
SNFMulti/snfLOGmgr.hpp \ SNFMulti/snfLOGmgr.hpp \
SNFMulti/snfCFGmgr.hpp SNFMulti/snfCFGmgr.hpp
$(CXX) $(CXXFLAGS) -c SNFMulti/snf_HeaderFinder.cpp $(CXX) $(CXXFLAGS) -c SNFMulti/snf_HeaderFinder.cpp
snfGBUdbmgr.o: SNFMulti/snfGBUdbmgr.cpp SNFMulti/snfGBUdbmgr.hpp snfGBUdbmgr.o: SNFMulti/snfGBUdbmgr.cpp SNFMulti/snfGBUdbmgr.hpp
$(CXX) $(CXXFLAGS) -c SNFMulti/snfGBUdbmgr.cpp $(CXX) $(CXXFLAGS) -c SNFMulti/snfGBUdbmgr.cpp


snfLOGmgr.o: SNFMulti/snfLOGmgr.cpp SNFMulti/snfLOGmgr.hpp SNFMulti/snfLOGmgr.inline.hpp SNFMulti/snf_match.h
snfLOGmgr.o: SNFMulti/snfLOGmgr.cpp SNFMulti/snfLOGmgr.hpp SNFMulti/snf_match.h
$(CXX) $(CXXFLAGS) -c SNFMulti/snfLOGmgr.cpp $(CXX) $(CXXFLAGS) -c SNFMulti/snfLOGmgr.cpp


snfNETmgr.o: SNFMulti/snfNETmgr.cpp \ snfNETmgr.o: SNFMulti/snfNETmgr.cpp \

Loading…
Cancel
Save