File: introspection.body.mak

package info (click to toggle)
json-glib 1.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,716 kB
  • ctags: 2,313
  • sloc: ansic: 13,175; sh: 5,164; makefile: 628; xml: 316; python: 196; sed: 16
file content (26 lines) | stat: -rw-r--r-- 590 bytes parent folder | download
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
Json-1.0.gir: Json_1_0_gir_list 
	@-echo Generating $@...
	$(PYTHON) $(G_IR_SCANNER)	\
	--verbose -no-libtool	\
	--namespace=Json	\
	--nsversion=1.0	\
		\
	--library=json-glib-1.0	\
		\
	--add-include-path=$(G_IR_INCLUDEDIR)	\
	--include=GObject-2.0 --include=Gio-2.0	\
		\
	--cflags-begin	\
	-DJSON_COMPILATION=1 -I..\..	\
	--cflags-end	\
	--warn-all --pkg-export json-glib-1.0 --c-include json-glib/json-glib.h	\
	--filelist=Json_1_0_gir_list	\
	-o $@

Json-1.0.typelib: Json-1.0.gir
	@-echo Compiling $@...
	$(G_IR_COMPILER)	\
	--includedir=. --debug --verbose	\
	Json-1.0.gir	\
	-o $@