blob: dc4d9fc6b653738d45a6677ca5ea14f47bb71315 [file] [log] [blame]
Harald Welte68079822017-12-12 16:30:53 +01001
2ECLIPSEGIT:=https://github.com/eclipse
3ECLIPSEGIT2:=git://git.eclipse.org/gitroot/titan
Harald Welte701b5742018-01-22 11:29:13 +01004OSMOGITHUB:=https://github.com/osmocom
Harald Welte68079822017-12-12 16:30:53 +01005
6ECLIPSEGIT_REPOS= titan.Libraries.TCCUsefulFunctions \
7 titan.ProtocolModules.ICMP \
8 titan.ProtocolModules.ICMPv6 \
9 titan.ProtocolModules.IP \
10 titan.ProtocolModules.L2TP \
11 titan.ProtocolModules.M3UA \
Harald Welte36296dc2018-04-16 17:37:31 +020012 titan.ProtocolModules.SMPP \
Harald Welte68079822017-12-12 16:30:53 +010013 titan.ProtocolModules.TCP \
14 titan.ProtocolModules.UDP \
15 titan.ProtocolModules.RTP \
16 titan.TestPorts.Common_Components.Socket-API \
17 titan.TestPorts.IPL4asp \
18 titan.TestPorts.LANL2asp \
19 titan.TestPorts.PCAPasp \
Harald Welte68079822017-12-12 16:30:53 +010020 titan.TestPorts.SIPmsg \
21 titan.TestPorts.TCPasp \
22 titan.TestPorts.TELNETasp \
Harald Weltea28dce12018-04-14 22:04:05 +020023 titan.TestPorts.UDPasp \
24 titan.TestPorts.UNIX_DOMAIN_SOCKETasp
Harald Welte68079822017-12-12 16:30:53 +010025
26ECLIPSEGIT2_REPOS= titan.ProtocolModules.GRE \
27 titan.ProtocolModules.M2PA \
Harald Welte834d67e2018-05-26 13:58:03 +020028 titan.ProtocolModules.ROSE \
Harald Welte68079822017-12-12 16:30:53 +010029 titan.ProtocolModules.SCTP \
30 titan.ProtocolModules.SUA \
31 titan.ProtocolModules.SDP \
32 titan.TestPorts.GPIO \
33 titan.ProtocolModules.BSSAPP_v7.3.0 \
34 titan.ProtocolModules.BSSGP_v13.0.0 \
35 titan.ProtocolModules.BSSMAP_v11.2.0 \
36 titan.ProtocolModules.GTP_v13.5.0 \
37 titan.ProtocolModules.GTPv2_v13.7.0 \
38 titan.ProtocolModules.ISUP_Q.762 \
39 titan.ProtocolModules.LLC_v7.1.0 \
40 titan.ProtocolModules.MobileL3_v13.4.0 \
41 titan.ProtocolModules.NS_v7.3.0 \
Harald Welteb1add592018-03-27 20:43:40 +020042 titan.ProtocolModules.SNDCP_v7.0.0 \
43 titan.ProtocolEmulations.SCCP
Harald Welte68079822017-12-12 16:30:53 +010044
Harald Welte6fc784e2018-02-25 23:31:37 +010045OSMOGITHUB_REPOS= titan.TestPorts.SCTPasp \
Harald Weltec87abfc2018-03-18 10:58:00 +010046 titan.TestPorts.MTP3asp \
Harald Welteb1add592018-03-27 20:43:40 +020047 titan.ProtocolEmulations.M3UA
Harald Welte701b5742018-01-22 11:29:13 +010048
49ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS)
Harald Welte68079822017-12-12 16:30:53 +010050
Stefan Sperling61c11e92018-03-20 18:25:26 +010051# Tag names from 'git-describe --tags'; if not available, a commit hash may be used instead.
52# In order to keep local changes in the repository of a dependency, set its commit to the
53# name of a local branch here (e.g. 'master').
Stefan Sperling61c11e92018-03-20 18:25:26 +010054titan.Libraries.TCCUsefulFunctions_commit= R.30.A
Harald Welteb1add592018-03-27 20:43:40 +020055titan.ProtocolEmulations.M3UA_commit= R.2.A-1-g53dead2
56titan.ProtocolEmulations.SCCP_commit= R.7.A-2-g724c83f
Stefan Sperling61c11e92018-03-20 18:25:26 +010057titan.ProtocolModules.BSSAPP_v7.3.0_commit= R.2.A
58titan.ProtocolModules.BSSGP_v13.0.0_commit= R.2.A
59titan.ProtocolModules.BSSMAP_v11.2.0_commit= R.2.A
60titan.ProtocolModules.GRE_commit= R.2.A
61titan.ProtocolModules.GTP_v13.5.0_commit= R.2.A
62titan.ProtocolModules.GTPv2_v13.7.0_commit= R.2.A
63titan.ProtocolModules.ICMP_commit= R.2.A
64titan.ProtocolModules.ICMPv6_commit= R.2.A
65titan.ProtocolModules.IP_commit= R.10.B-1-g99d0ec9
66titan.ProtocolModules.ISUP_Q.762_commit= R.8.A
67titan.ProtocolModules.L2TP_commit= R.2.A
68titan.ProtocolModules.LLC_v7.1.0_commit= R.2.A
69titan.ProtocolModules.M2PA_commit= R.2.A
70titan.ProtocolModules.M3UA_commit= R.2.A
71titan.ProtocolModules.MobileL3_v13.4.0_commit= R.2.A
72titan.ProtocolModules.NS_v7.3.0_commit= R.2.A
73titan.ProtocolModules.RTP_commit= R.5.A
Harald Welte834d67e2018-05-26 13:58:03 +020074titan.ProtocolModules.ROSE_commit= R.1.C
Stefan Sperling61c11e92018-03-20 18:25:26 +010075titan.ProtocolModules.SCTP_commit= R.2.A
76titan.ProtocolModules.SDP_commit= R.14.A
Harald Welte36296dc2018-04-16 17:37:31 +020077titan.ProtocolModules.SMPP_commit= R.2.A-2-gb7aee69
Stefan Sperling61c11e92018-03-20 18:25:26 +010078titan.ProtocolModules.SNDCP_v7.0.0_commit= R.2.A
79titan.ProtocolModules.SUA_commit= R.5.A
80titan.ProtocolModules.TCP_commit= R.3.A
81titan.ProtocolModules.UDP_commit= R.4.A
82titan.TestPorts.Common_Components.Socket-API_commit= R.6.A
83titan.TestPorts.GPIO_commit= R.3.A
84titan.TestPorts.IPL4asp_commit= R.29.A
85titan.TestPorts.LANL2asp_commit= R.8.B
86titan.TestPorts.MTP3asp_commit= 1cecdad6f3641a5f19b3833703bff6e5005eff11
87titan.TestPorts.PCAPasp_commit= R.7.A
88titan.TestPorts.SCTPasp_commit= R.11.A-2-g2faa9cf
89titan.TestPorts.SIPmsg_commit= R.15.A-1-ge4f9dd0
90titan.TestPorts.TCPasp_commit= R.9.A
91titan.TestPorts.TELNETasp_commit= R.9.A
92titan.TestPorts.UDPasp_commit= R.8.A
Harald Welte0a068c32018-04-06 13:52:35 +020093titan.TestPorts.UNIX_DOMAIN_SOCKETasp_commit= R.2.A-4-gbacd73d
Harald Welte68079822017-12-12 16:30:53 +010094
Stefan Sperling61c11e92018-03-20 18:25:26 +010095all: $(foreach dir,$(ALL_REPOS),$(dir)/update)
Harald Welte68079822017-12-12 16:30:53 +010096clean: $(foreach dir,$(ALL_REPOS),$(dir)/clean)
Stefan Sperlinga2b54492018-03-22 10:22:25 +010097distclean: $(foreach dir,$(ALL_REPOS),$(dir)/distclean)
Harald Welte68079822017-12-12 16:30:53 +010098
99define GIT_template
Stefan Sperling61c11e92018-03-20 18:25:26 +0100100$(1)_ORIGIN!= if [ -d $(1) ]; then cd $(1) && git remote get-url origin; fi
101$(1)_HEAD!= if [ -d $(1) ]; then cd $(1) && git describe --tags 2>/dev/null || git rev-parse HEAD; fi
Stefan Sperlinga2b54492018-03-22 10:22:25 +0100102$(1)_MODIFIED!= if [ -d $(1) ]; then cd $(1) && git diff --quiet --exit-code || echo -n "1"; fi
Stefan Sperling61c11e92018-03-20 18:25:26 +0100103
Harald Welte68079822017-12-12 16:30:53 +0100104$(1):
105 git clone $(2)/$(1)
106
Stefan Sperling61c11e92018-03-20 18:25:26 +0100107.PHONY: $(1)/update
Harald Welte68079822017-12-12 16:30:53 +0100108$(1)/update: $(1)
Stefan Sperlinga2b54492018-03-22 10:22:25 +0100109ifeq ($$($(1)_MODIFIED),1)
110 @echo "WARNING: $(1) skipped because it contains uncommitted modifications!"
111else
Stefan Sperling61c11e92018-03-20 18:25:26 +0100112ifneq ($$($(1)_ORIGIN),$(2)/$(1))
113 cd $(1) && git remote set-url origin $(2)/$(1) && git fetch
114endif
115ifneq ($$($(1)_HEAD),$($(1)_commit))
Harald Welte035f7f82018-03-27 20:49:27 +0200116 cd $(1) && git fetch && git checkout -q -f "$($(1)_commit)"
Stefan Sperling61c11e92018-03-20 18:25:26 +0100117endif
Stefan Sperlinga2b54492018-03-22 10:22:25 +0100118endif
Harald Welte68079822017-12-12 16:30:53 +0100119
120.PHONY: $(1)/clean
Harald Welte4c294b62018-02-15 18:27:10 +0100121$(1)/clean: $(1)
Stefan Sperlinga2b54492018-03-22 10:22:25 +0100122ifeq ($$($(1)_MODIFIED),1)
123 @echo "WARNING: $(1) skipped because it contains uncommitted modifications!"
124else
Harald Welte035f7f82018-03-27 20:49:27 +0200125 cd $(1) && git fetch && git checkout -q -f "$($(1)_commit)" && git reset --hard
Stefan Sperlinga2b54492018-03-22 10:22:25 +0100126endif
Harald Welte4c294b62018-02-15 18:27:10 +0100127
128.PHONY: $(1)/distclean
129$(1)/distclean:
Stefan Sperlinga2b54492018-03-22 10:22:25 +0100130ifeq ($$($(1)_MODIFIED),1)
131 @echo "WARNING: $(1) skipped because it contains uncommitted modifications!"
132else
Harald Welte68079822017-12-12 16:30:53 +0100133 @rm -rf $(1)
Stefan Sperlinga2b54492018-03-22 10:22:25 +0100134endif
Harald Welte68079822017-12-12 16:30:53 +0100135endef
136
137$(foreach dir,$(ECLIPSEGIT_REPOS), \
138 $(eval $(call GIT_template,$(dir),$(ECLIPSEGIT))))
139
140$(foreach dir,$(ECLIPSEGIT2_REPOS), \
141 $(eval $(call GIT_template,$(dir),$(ECLIPSEGIT2))))
Harald Welte701b5742018-01-22 11:29:13 +0100142
143$(foreach dir,$(OSMOGITHUB_REPOS), \
144 $(eval $(call GIT_template,$(dir),$(OSMOGITHUB))))