Fixed newline characters throughout the code
[com/gs-lite.git] / src / lib / gscplftaaux / Makefile
index 23640f8..91cdb9a 100644 (file)
@@ -1,50 +1,50 @@
-# ------------------------------------------------\r
-#   Copyright 2014 AT&T Intellectual Property\r
-#   Licensed under the Apache License, Version 2.0 (the "License");\r
-#   you may not use this file except in compliance with the License.\r
-#   You may obtain a copy of the License at\r
-#\r
-#     http://www.apache.org/licenses/LICENSE-2.0\r
-#\r
-#   Unless required by applicable law or agreed to in writing, software\r
-#   distributed under the License is distributed on an "AS IS" BASIS,\r
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-#   See the License for the specific language governing permissions and\r
-#   limitations under the License.\r
-# -------------------------------------------\r
-\r
-CC=gcc -g -O3  -fexpensive-optimizations -I ../gscpaux/acl/ -I ../gscpaux/ -I ../../../include/lfta/ -I ../../../include/\r
-\r
-SOURCE =  rts_string.c rts_byteswap.c rts_sample.c rts_udaf.c flip_udaf.c\r
-\r
-OBJECTS = $(SOURCE:.c=.o)\r
-\r
-INCDIR=../../../include\r
-HFTA_DIR=$(INCDIR/hfta)\r
-LFTA_DIR=$(INCDIR/lfta)\r
-\r
-all: libgscplftaaux.a\r
-       cp libgscplftaaux.a ../../../lib/ ; ranlib ../../../lib/libgscplftaaux.a\r
-\r
-libgscplftaaux.a: $(OBJECTS) Makefile \r
-       ar  rc libgscplftaaux.a $(OBJECTS) \r
-\r
-rts_string.c : $(LFTA_DIR/rts_external.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h)\r
-\r
-rts_byteswap.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h)\r
-\r
-rts_sample.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) $(LFTA_DIR/rts_external.h)\r
-\r
-rts_udaf.c : $(LFTA_DIR/rts_udaf.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) \r
-\r
-flip_udaf.c : $(LFTA_DIR/flip_udaf.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) \r
-\r
-lpm.c : $(LFTA_DIR/rts_external.h) $(INCDIR/fta.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h)\r
-\r
-flip_udaf.c : $(LFTA_DIR/rts_udaf.h) $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h)\r
-\r
-install: all\r
-\r
-clean:\r
-       rm -f *.o *.a core\r
-\r
+# ------------------------------------------------
+#   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
+