-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.conf
More file actions
37 lines (29 loc) · 881 Bytes
/
project.conf
File metadata and controls
37 lines (29 loc) · 881 Bytes
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
30
31
32
33
34
35
36
37
vendor=Desktop
package=libDesktop
version=0.4.2
config=ent,h,sh
subdirs=data,doc,include,src,tests,tools
targets=tests
dist=Makefile,COPYING,README.md,config.ent,config.h,config.sh
mode=gtk3-debug
#modes
[mode::gtk2-debug]
title=Debug (Gtk+ 2)
[mode::gtk2-release]
title=Release (Gtk+ 2)
[mode::gtk3-debug]
title=Debug (Gtk+ 3)
[mode::gtk3-release]
title=Release (Gtk+ 3)
#targets
[tests]
type=command
command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/clint.log" "$(OBJDIR)tests/fixme.log" "$(OBJDIR)tests/htmllint.log" "$(OBJDIR)tests/pclint.log" "$(OBJDIR)tests/tests.log" "$(OBJDIR)tests/xmllint.log"; else $(MAKE) clint.log fixme.log htmllint.log pclint.log tests.log xmllint.log; fi)
depends=all
enabled=0
phony=1
#dist
[COPYING]
install=$(PREFIX)/share/doc/$(PACKAGE)
[README.md]
install=$(PREFIX)/share/doc/$(PACKAGE)