mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:17:34 +00:00
Build: more IPCCompiler-generated dependencies
This commit is contained in:
parent
d79de38bd2
commit
c6c7e40bd1
2 changed files with 5 additions and 5 deletions
|
@ -89,9 +89,9 @@ CSS/PropertyID.cpp: CSS/Properties.json $(GENERATE_CSS_PROPERTYID_CPP)
|
||||||
@echo "GENERATE $@"
|
@echo "GENERATE $@"
|
||||||
$(QUIET) flock CSS $(GENERATE_CSS_PROPERTYID_CPP) $< > $@
|
$(QUIET) flock CSS $(GENERATE_CSS_PROPERTYID_CPP) $< > $@
|
||||||
|
|
||||||
ResourceLoader.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h
|
ResourceLoader.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h ../../Servers/ProtocolServer/ProtocolServerEndpoint.h
|
||||||
../../Servers/ProtocolServer/ProtocolClientEndpoint.h:
|
../../Servers/ProtocolServer/ProtocolClientEndpoint.h ../../Servers/ProtocolServer/ProtocolServerEndpoint.h:
|
||||||
@flock ../../Servers/ProtocolServer $(MAKE) -C $(dir $(@))
|
@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
|
||||||
|
|
||||||
EXTRA_CLEAN = CSS/DefaultStyleSheetSource.cpp CSS/PropertyID.h CSS/PropertyID.cpp
|
EXTRA_CLEAN = CSS/DefaultStyleSheetSource.cpp CSS/PropertyID.h CSS/PropertyID.cpp
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@ OBJS = \
|
||||||
|
|
||||||
LIBRARY = libprotocol.a
|
LIBRARY = libprotocol.a
|
||||||
|
|
||||||
Download.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h
|
Download.cpp Client.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h ../../Servers/ProtocolServer/ProtocolServerEndpoint.h
|
||||||
../../Servers/ProtocolServer/ProtocolClientEndpoint.h:
|
../../Servers/ProtocolServer/ProtocolClientEndpoint.h ../../Servers/ProtocolServer/ProtocolServerEndpoint.h:
|
||||||
@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
|
@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
|
||||||
|
|
||||||
include ../../Makefile.common
|
include ../../Makefile.common
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue