Fixed newline characters throughout the code
[com/gs-lite.git] / src / lib / gscprts / Makefile
index 69f44d0..0413ec6 100644 (file)
@@ -1,51 +1,51 @@
-# ------------------------------------------------\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 -msse4.2 -fexpensive-optimizations -I libdag/include -I ../../../include/lfta/ -I ../../../include/ -I ./include/ -I ../gscphost/include\r
-CXX=g++  -g -O3 -msse4.2 -fexpensive-optimizations -I libdag/include -I ../../../include/lfta/ -I ../../../include/ -I ./include/ -I ../gscphost/include\r
-\r
-SOURCE_C =   rts_main.c rts_env.c rts_csv.c rts_gdat.c\r
-SOURCE_CC =   rts_csv2.cc\r
-SOURCE =   $(SOURCE_C) $(SOURCE_CC) \r
-\r
-\r
-OBJECTS = $(SOURCE_C:.c=.o) $(SOURCE_CC:.cc=.o)\r
-\r
-\r
-all: libgscprts.a \r
-\r
-INCDIR=../../../include\r
-LFTA_DIR=$(INCDIR/lfta)\r
-\r
-libgscprts.a: $(OBJECTS) Makefile \r
-       cd local_datasource; make\r
-       ar  rc libgscprts.a $(OBJECTS) local_datasource/*.o \r
-\r
-rts_main.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) $(INCDIR/lapp.h) $(INCDIR/fta.h) \r
-\r
-rts_env.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) $(INCDIR/lapp.h) $(INCDIR/fta.h) $(LFTA_DIR/rts.h)\r
-\r
-rts_csv.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) $(INCDIR/lapp.h) $(INCDIR/fta.h) $(LFTA_DIR/rts.h) $(INCDIR/packet.h)\r
-\r
-rts_csv2.cc : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) $(INCDIR/lapp.h) $(INCDIR/fta.h) $(LFTA_DIR/rts.h) $(INCDIR/packet.h)\r
-\r
-rts_gdat.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) $(INCDIR/lapp.h) $(INCDIR/fta.h) $(LFTA_DIR/rts.h) $(INCDIR/packet.h)\r
-\r
-install: all\r
-       cp libgscprts.a  ../../../lib/ ; ranlib ../../../lib/libgscprts.a\r
-\r
-clean:\r
-       cd local_datasource; make clean\r
-       rm -f *.o *.a core\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 -msse4.2 -fexpensive-optimizations -I libdag/include -I ../../../include/lfta/ -I ../../../include/ -I ./include/ -I ../gscphost/include
+CXX=g++  -g -O3 -msse4.2 -fexpensive-optimizations -I libdag/include -I ../../../include/lfta/ -I ../../../include/ -I ./include/ -I ../gscphost/include
+
+SOURCE_C =   rts_main.c rts_env.c rts_csv.c rts_gdat.c
+SOURCE_CC =   rts_csv2.cc
+SOURCE =   $(SOURCE_C) $(SOURCE_CC) 
+
+
+OBJECTS = $(SOURCE_C:.c=.o) $(SOURCE_CC:.cc=.o)
+
+
+all: libgscprts.a 
+
+INCDIR=../../../include
+LFTA_DIR=$(INCDIR/lfta)
+
+libgscprts.a: $(OBJECTS) Makefile 
+       cd local_datasource; make
+       ar  rc libgscprts.a $(OBJECTS) local_datasource/*.o 
+
+rts_main.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) $(INCDIR/lapp.h) $(INCDIR/fta.h) 
+
+rts_env.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) $(INCDIR/lapp.h) $(INCDIR/fta.h) $(LFTA_DIR/rts.h)
+
+rts_csv.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) $(INCDIR/lapp.h) $(INCDIR/fta.h) $(LFTA_DIR/rts.h) $(INCDIR/packet.h)
+
+rts_csv2.cc : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) $(INCDIR/lapp.h) $(INCDIR/fta.h) $(LFTA_DIR/rts.h) $(INCDIR/packet.h)
+
+rts_gdat.c : $(INCDIR/gsconfig.h) $(INCDIR/gstypes.h) $(INCDIR/lapp.h) $(INCDIR/fta.h) $(LFTA_DIR/rts.h) $(INCDIR/packet.h)
+
+install: all
+       cp libgscprts.a  ../../../lib/ ; ranlib ../../../lib/libgscprts.a
+
+clean:
+       cd local_datasource; make clean
+       rm -f *.o *.a core