X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2FMakefile;h=30b55e4be7b1a7a465b2d7dc1887603688e5d838;hb=07495effe193ca3f73c3bf0ce417068f9ac9dcdd;hp=fd6b5d41f472f23076899b7f2381f40a262ec74e;hpb=c9783d8ea8b85d810483559e50dbf2297109e349;p=com%2Fgs-lite.git diff --git a/src/Makefile b/src/Makefile index fd6b5d4..30b55e4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,36 +1,36 @@ -# ------------------------------------------------ -# Copyright 2014 AT&T Intellectual Property -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ------------------------------------------- - -all: install - -libs: - cd lib ; make - -compiler: - cd ftacmp ; make - -btools: - cd tools ; make - -clean: - cd lib ; make clean - cd ftacmp ; make clean - cd tools ; make clean - rm -ff ../lib/*.a - -install: libs compiler btools - cd lib ; make install - cd ftacmp ; make install - cd tools ; make install +# ------------------------------------------------ +# Copyright 2014 AT&T Intellectual Property +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------- + +all: install + +libs: + cd lib ; make + +compiler: + cd ftacmp ; make + +btools: + cd tools ; make + +clean: + cd lib ; make clean + cd ftacmp ; make clean + cd tools ; make clean + rm -ff ../lib/*.a + +install: libs compiler btools + cd lib ; make install + cd ftacmp ; make install + cd tools ; make install