blob: c6c935f8275559facae7b4608e21f70d6f7b7857 [file] [log] [blame]
Dongjin Kim5a4224b2023-11-21 22:19:12 +00001#!/usr/bin/make -f
2
3#export DH_VERBOSE=1
4
5#override_dh_auto_configure:
6# ./version_config.sh
7
8override_dh_auto_build:
9 make audio_client.cpp
10 make libaudio_client.so
Dongjin Kim7090a622025-02-14 06:05:33 +000011 make audio_server
Dongjin Kim5a4224b2023-11-21 22:19:12 +000012
13override_dh_auto_install:
14 true
15
16override_dh_auto_clean:
17 dh_clean || true
18
19override_dh_auto_test:
20 true
21
22%:
23 dh $@