2015-04-16 11:50:07 -05:00
|
|
|
TEMPLATE = subdirs
|
2022-11-17 00:42:13 -06:00
|
|
|
SUBDIRS = client server ostfile ostfilegui ostproto ostprotogui rpc extra
|
2015-04-16 11:50:07 -05:00
|
|
|
|
2015-12-18 10:52:28 -06:00
|
|
|
client.target = client
|
|
|
|
client.file = client/ostinato.pro
|
2022-11-17 00:42:13 -06:00
|
|
|
client.depends = ostfile ostfilegui ostproto ostprotogui rpc extra
|
2015-12-18 10:52:28 -06:00
|
|
|
|
|
|
|
server.target = server
|
|
|
|
server.file = server/drone.pro
|
|
|
|
server.depends = ostproto rpc
|
|
|
|
|
2022-11-14 05:53:20 -06:00
|
|
|
ostfile.file = common/ostfile.pro
|
|
|
|
ostfile.depends = ostproto
|
|
|
|
|
2022-11-17 00:42:13 -06:00
|
|
|
ostfilegui.file = common/ostfilegui.pro
|
|
|
|
ostfilegui.depends = ostfile
|
|
|
|
|
2015-12-18 10:52:28 -06:00
|
|
|
ostproto.file = common/ostproto.pro
|
|
|
|
|
|
|
|
ostprotogui.file = common/ostprotogui.pro
|
|
|
|
ostprotogui.depends = extra
|
|
|
|
|
|
|
|
rpc.file = rpc/pbrpc.pro
|