38f7243b7d0a29b25c89f1ae21f0242931407b96
[com/gs-lite.git] / src / lib / gscprts / local_datasource / Makefile
1 # ------------------------------------------------\r
2 #   Copyright 2014 AT&T Intellectual Property\r
3 #   Licensed under the Apache License, Version 2.0 (the "License");\r
4 #   you may not use this file except in compliance with the License.\r
5 #   You may obtain a copy of the License at\r
6 #\r
7 #     http://www.apache.org/licenses/LICENSE-2.0\r
8 #\r
9 #   Unless required by applicable law or agreed to in writing, software\r
10 #   distributed under the License is distributed on an "AS IS" BASIS,\r
11 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
12 #   See the License for the specific language governing permissions and\r
13 #   limitations under the License.\r
14 # -------------------------------------------\r
15 \r
16 CC=gcc  -g -O3 -msse4.2 -fexpensive-optimizations -I libdag/include -I ../../../../include/lfta/ -I ../../../../include/ -I .././include/ -I ../../gscphost/include -I ../../../../include/lfta/local -I /usr/local/include\r
17 CXX=g++  -g -O3 -msse4.2 -fexpensive-optimizations -I libdag/include -I ../../../../include/lfta/ -I ../../../../include/ -I .././include/ -I ../../gscphost/include -I ../../../../include/lfta/local\r
18 \r
19 SOURCE_C =   rts_proto.c \r
20 SOURCE_CC =   \r
21 SOURCE =   $(SOURCE_C) $(SOURCE_CC) \r
22 \r
23 \r
24 OBJECTS = $(SOURCE_C:.c=.o) $(SOURCE_CC:.cc=.o)\r
25 \r
26 \r
27 all: rts_proto.o \r
28 \r
29 LFTA_DIR=$(INCDIR/lfta)\r
30 \r
31 \r
32 clean:\r
33         rm -f *.o *.a core\r