-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathgen.go
17 lines (15 loc) · 1.07 KB
/
gen.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-FileCopyrightText: 2018 - 2022 UnionTech Software Technology Co., Ltd.
//
// SPDX-License-Identifier: GPL-3.0-or-later
package daemon
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/dde-session-daemon
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/dde-system-daemon
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/grub2
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/search
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/backlight_helper
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/langselector
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/soundeffect
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/dde-lockservice
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/dde-authority
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/default-terminal
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/dde-greeter-setter