|
|
|
@@ -1,9 +1,12 @@ |
|
|
|
AC-grpc: |
|
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o pcm-ac adaptor/PCM-HPC/PCM-AC/rpc/hpcac.go |
|
|
|
pcm-ac: |
|
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o pcm-ac adaptor/PCM-HPC/PCM-AC/rpc/pcmac.go |
|
|
|
|
|
|
|
PCM-core: |
|
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o pcm-core adaptor/PCM-CORE/api/slurmcore.go |
|
|
|
pcm-kubeNative: |
|
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o pcm-kubenative adaptor/PCM-K8S/PCM-K8S-NATIVE/rpc/pcmkubenative.go |
|
|
|
|
|
|
|
build: AC-grpc PCM-core |
|
|
|
pcm-core: |
|
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o pcm-core adaptor/PCM-CORE/api/pcm.go |
|
|
|
|
|
|
|
.PHONY: AC-grpc PCM-core build |
|
|
|
build: pcm-ac pcm-kubeNative pcm-core |
|
|
|
|
|
|
|
.PHONY: pcm-ac pcm-kubeNative pcm-core |