|
|
|
@@ -97,16 +97,12 @@ TAGS ?= |
|
|
|
TAGS_SPLIT := $(subst $(COMMA), ,$(TAGS)) |
|
|
|
TAGS_EVIDENCE := $(MAKE_EVIDENCE_DIR)/tags |
|
|
|
|
|
|
|
ifeq ($(filter $(TAGS_SPLIT),bindata),bindata) |
|
|
|
WEBPACK_CONFIGS = webpack_pro.config.js |
|
|
|
endif |
|
|
|
|
|
|
|
GO_DIRS := cmd integrations models modules routers build services vendor |
|
|
|
GO_SOURCES := $(wildcard *.go) |
|
|
|
GO_SOURCES += $(shell find $(GO_DIRS) -type f -name "*.go" -not -path modules/options/bindata.go -not -path modules/public/bindata.go -not -path modules/templates/bindata.go) |
|
|
|
|
|
|
|
ifeq ($(filter $(TAGS_SPLIT),bindata),bindata) |
|
|
|
GO_SOURCES += $(BINDATA_DEST) |
|
|
|
GO_SOURCES += $(BINDATA_DEST) |
|
|
|
endif |
|
|
|
|
|
|
|
GO_SOURCES_OWN := $(filter-out vendor/% %/bindata.go, $(GO_SOURCES)) |
|
|
|
|