mirror of
https://github.com/matrix-construct/construct
synced 2025-03-17 06:50:23 +01:00
ircd: Improve deps list for precompiled header related.
This commit is contained in:
parent
0540d16084
commit
a10bc71fbf
1 changed files with 2 additions and 2 deletions
|
@ -62,13 +62,13 @@ matrix.pic.h.gch: ircd.h matrix.h m/*.h m/*/*.h
|
|||
cp matrix.h matrix.pic.h
|
||||
$(CXX) $(AM_CXXFLAGS) $(CXXFLAGS) -fPIC -o matrix.pic.h.gch $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) -DPIC matrix.pic.h
|
||||
|
||||
spirit.h.gch: ircd.h
|
||||
spirit.h.gch: ircd.h spirit.h spirit/*.h
|
||||
$(CXX) $(AM_CXXFLAGS) $(CXXFLAGS) -fPIC -o spirit.h.gch $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) -DPIC spirit.h
|
||||
|
||||
spirit.h.gch: \
|
||||
AM_CXXFLAGS += @BOOST_CPPFLAGS@ $(LOWMEM_FLAGS)
|
||||
|
||||
asio.h.gch: ircd.h
|
||||
asio.h.gch: ircd.h asio.h net/asio.h ctx/continuation.h
|
||||
$(CXX) $(AM_CXXFLAGS) $(CXXFLAGS) -fPIC -o asio.h.gch $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) -DPIC asio.h
|
||||
|
||||
asio.h.gch: \
|
||||
|
|
Loading…
Add table
Reference in a new issue