X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Flib%2Fgscplftaaux%2FMakefile;h=91cdb9a6a0d5cae863df54dacc0a72c611786a15;hb=e981e864b812c938d3df8b555b6bb98bb89273e7;hp=23640f8b4663f3ccbc0151f28c52cae7373a8510;hpb=07495effe193ca3f73c3bf0ce417068f9ac9dcdd;p=com%2Fgs-lite.git diff --git a/src/lib/gscplftaaux/Makefile b/src/lib/gscplftaaux/Makefile index 23640f8..91cdb9a 100644 --- a/src/lib/gscplftaaux/Makefile +++ b/src/lib/gscplftaaux/Makefile @@ -1,50 +1,50 @@ -# ------------------------------------------------ -# 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. -# ------------------------------------------- - -CC=gcc -g -O3 -fexpensive-optimizations -I ../gscpaux/acl/ -I ../gscpaux/ -I ../../../include/lfta/ -I ../../../include/ - -SOURCE = rts_string.c rts_byteswap.c rts_sample.c rts_udaf.c flip_udaf.c - -OBJECTS = $(SOURCE:.c=.o) - -INCDIR=../../../include -HFTA_DIR=$(INCDIR/hfta) -LFTA_DIR=$(INCDIR/lfta) - -all: libgscplftaaux.a - cp libgscplftaaux.a ../../../lib/ ; ranlib ../../../lib/libgscplftaaux.a - -libgscplftaaux.a: $(OBJECTS) Makefile - ar rc libgscplftaaux.a $(OBJECTS) - -rts_string.c : $(LFTA_DIR/rts_external.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) - -rts_byteswap.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) - -rts_sample.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) $(LFTA_DIR/rts_external.h) - -rts_udaf.c : $(LFTA_DIR/rts_udaf.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) - -flip_udaf.c : $(LFTA_DIR/flip_udaf.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) - -lpm.c : $(LFTA_DIR/rts_external.h) $(INCDIR/fta.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) - -flip_udaf.c : $(LFTA_DIR/rts_udaf.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) - -install: all - -clean: - rm -f *.o *.a core - +# ------------------------------------------------ +# 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. +# ------------------------------------------- + +CC=gcc -g -O3 -fexpensive-optimizations -I ../gscpaux/acl/ -I ../gscpaux/ -I ../../../include/lfta/ -I ../../../include/ + +SOURCE = rts_string.c rts_byteswap.c rts_sample.c rts_udaf.c flip_udaf.c + +OBJECTS = $(SOURCE:.c=.o) + +INCDIR=../../../include +HFTA_DIR=$(INCDIR/hfta) +LFTA_DIR=$(INCDIR/lfta) + +all: libgscplftaaux.a + cp libgscplftaaux.a ../../../lib/ ; ranlib ../../../lib/libgscplftaaux.a + +libgscplftaaux.a: $(OBJECTS) Makefile + ar rc libgscplftaaux.a $(OBJECTS) + +rts_string.c : $(LFTA_DIR/rts_external.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) + +rts_byteswap.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) + +rts_sample.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) $(LFTA_DIR/rts_external.h) + +rts_udaf.c : $(LFTA_DIR/rts_udaf.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) + +flip_udaf.c : $(LFTA_DIR/flip_udaf.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) + +lpm.c : $(LFTA_DIR/rts_external.h) $(INCDIR/fta.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) + +flip_udaf.c : $(LFTA_DIR/rts_udaf.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) + +install: all + +clean: + rm -f *.o *.a core +