yavsc/src/Yavsc.Server/Makefile

24 lines
818 B
Makefile
Raw Normal View History

2019-01-01 16:28:47 +00:00
SOURCE_DIR=$(HOME)/workspace/yavsc
MAKEFILE_DIR=$(SOURCE_DIR)/scripts/build/make
include $(MAKEFILE_DIR)/versioning.mk
include $(MAKEFILE_DIR)/dnx.mk
2018-05-04 10:45:45 +02:00
2019-06-17 01:05:42 +01:00
default: all
2019-06-22 19:34:39 +01:00
$(BINTARGETPATH): ../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll \
../Yavsc.Abstract/bin/$(CONFIGURATION)/Yavsc.Abstract.dll prepare_code
2018-12-14 11:48:26 +00:00
../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll:
make -C ../OAuth.AspNet.AuthServer
../Yavsc.Abstract/bin/$(CONFIGURATION)/Yavsc.Abstract.dll:
make -C ../Yavsc.Abstract
2018-06-10 20:40:11 +02:00
2019-06-22 19:34:39 +01:00
%.Designer.cs: %.resx
2019-06-21 09:20:13 +01:00
strotygen -l -p -t -r "Yavsc.Server.Resources." $^
2019-06-16 18:04:02 +01:00
2019-06-22 19:34:39 +01:00
prepare_code: Resources/Yavsc.Models.IT.Fixing.Bug.Designer.cs \
Resources/Yavsc.Models.Relationship.HyperLink.Designer.cs \
Resources/Yavsc.Models.Streaming.LiveFlow.Designer.cs
2019-06-17 01:05:42 +01:00
all: $(BINTARGETPATH)