/src/wrappers/gobject/library/externals/Makefile
Makefile | 11 lines | 8 code | 3 blank | 0 comment | 0 complexity | e6e1357a4dcaa54f0e40f61cdc4c61be MD5 | raw file
1XML=gobject.gcc-xml 2HEADER=/usr/include/glib-2.0/glib-object.h 3HEADERS=/usr/include/glib-2.0/gobject/* 4 5wrappers: $(XML) 6 wrappers-generator --local $(XML) $(HEADERS) 7 8gobject.gcc-xml:$(HEADER) 9 pkg-config --exists gobject-2.0 10 gccxml `pkg-config --cflags-only-I gobject-2.0` $(HEADER) -fxml=$(XML) 11