-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
29 lines (21 loc) · 1.1 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
default: install
all: carnage.smx botcontrol.smx mvm_coaltown.pop drzed.smx DrZed.dll
carnage.smx: carnage.sp gen_effects_tables.py
python3 gen_effects_tables.py
~/tf2server/steamcmd_linux/tf2/tf/addons/sourcemod/scripting/spcomp carnage.sp
botcontrol.smx: botcontrol.sp
~/tf2server/steamcmd_linux/tf2/tf/addons/sourcemod/scripting/spcomp botcontrol.sp
drzed.smx: drzed.sp cs_weapons.inc underdome.inc gen_effects_tables.py
python3 gen_effects_tables.py
~/tf2server/steamcmd_linux/tf2/tf/addons/sourcemod/scripting/spcomp drzed.sp
DrZed.dll: DrZed.cs
monobuild.py DrZed.cs
mvm_coaltown.pop: gen_mvm_waves.py
python3 gen_mvm_waves.py
cs_weapons.inc: parse_csgo_cfg.py ~/tf2server/steamcmd_linux/csgo/csgo/scripts/items/items_game.txt
python3.11 $^ $@
install: all
cp carnage.smx botcontrol.smx ~/tf2server/steamcmd_linux/tf2/tf/addons/sourcemod/plugins
mkdir -p ~/tf2server/steamcmd_linux/csgo/game/csgo/addons/counterstrikesharp/plugins/DrZed
cp DrZed.dll ~/tf2server/steamcmd_linux/csgo/game/csgo/addons/counterstrikesharp/plugins/DrZed
cp *.pop ~/tf2server/steamcmd_linux/tf2/tf/custom/pop/scripts/population