Added quantiling UDAFs
[com/gs-lite.git] / src / lib / 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 all: mgscphost mgscphostaux mgscplftaaux mgscphftaaux mgscprts mgscpapp mgscpaux\r
17 \r
18 clean:\r
19         cd gscphost ; make clean\r
20         cd gscphostaux ; make clean\r
21         cd gscplftaaux ; make clean\r
22         cd gscphftaaux ; make clean\r
23         cd gscprts ; make clean\r
24         cd gscpapp; make clean\r
25         cd gscpaux; make clean\r
26 \r
27 install:\r
28         cd gscphost ; make install\r
29         cd gscphostaux ; make install\r
30         cd gscplftaaux ; make install\r
31         cd gscphftaaux ; make install\r
32         cd gscprts ; make install\r
33         cd gscpapp; make install\r
34         cd gscpaux; make install\r
35 \r
36 mgscphost:\r
37         cd gscphost ; make\r
38 \r
39 mgscphostaux:\r
40         cd gscphostaux ; make\r
41 \r
42 mgscplftaaux:\r
43         cd gscplftaaux ; make\r
44 \r
45 mgscphftaaux:\r
46         cd gscphftaaux ; make\r
47 \r
48 mgscprts:\r
49         cd gscprts ; make\r
50 \r
51 mgscpapp:\r
52         cd gscpapp; make\r
53 \r
54 mgscpaux:\r
55         cd gscpaux; make\r
56 \r