X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CAN-binder%2Fbuild.mk;h=7c2c7fe7c58d9bb54ab090dd4ad6b9359fcbcaf0;hb=5f1783f76c11af207f732adb2d11dd125c78814c;hp=24244cf5ea2bc8efc8abe197515acfb824b25fc2;hpb=1e87365b113eb79bc12dbea4e9291050492b5a29;p=apps%2Fagl-service-can-low-level.git diff --git a/CAN-binder/build.mk b/CAN-binder/build.mk index 24244cf5..7c2c7fe7 100755 --- a/CAN-binder/build.mk +++ b/CAN-binder/build.mk @@ -15,7 +15,7 @@ # limitations under the License. BUILD_DIR := build -PACKAGING_DIR := conf.d/default/wgt +PACKAGING_DIR := conf.d/app-templates/wgt VPATH = etc:$(PACKAGING_DIR):$(PACKAGING_DIR)/etc:$(BUILD_DIR) @@ -29,7 +29,7 @@ clean: mrproper: @rm -rf ${BUILD_DIR} package packaging -build: conf.d/default/cmake config.xml.in icon-default.png ${BUILD_DIR}/Makefile +build: conf.d/app-templates/cmake config.xml.in icon-default.png ${BUILD_DIR}/Makefile @cmake --build ${BUILD_DIR} --target all package: build | $(PKG_FILELIST) @@ -47,9 +47,9 @@ ${BUILD_DIR}/Makefile: @[ -f ${BUILD_DIR}/Makefile ] || (cd ${BUILD_DIR} && cmake ${CMAKE_OPTS} ..) submodule: - @[ -d conf.d/default/cmake ] || git submodule init - @[ -d conf.d/default/cmake ] || git submodule update + @[ -d conf.d/app-templates/cmake ] || git submodule init + @[ -d conf.d/app-templates/cmake ] || git submodule update -conf.d/default/cmake: submodule +conf.d/app-templates/cmake: submodule config.xml.in: submodule icon-default.png: submodule