8 строки
133 B
Makefile
8 строки
133 B
Makefile
|
ifndef QCONFIG
|
||
|
QCONFIG=qconfig.mk
|
||
|
endif
|
||
|
include $(QCONFIG)
|
||
|
|
||
|
include $(MKFILES_ROOT)/autotools.mk
|
||
|
include $(MKFILES_ROOT)/qtargets.mk
|