Use LTTngUSTLogger logger plugin in logtest regression test
[deliverable/titan.core.git] / licensegen / Makefile_renew_license
1 ##############################################################################
2 # Copyright (c) 2000-2016 Ericsson Telecom AB
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7 #
8 # Contributors:
9 # Balasko, Jeno
10 # Gecse, Roland
11 #
12 ##############################################################################
13 GCC_DIR=/mnt/TTCN/Tools/gcc-4.1.1-sol8
14 CGIC_DIR=/mnt/TTCN/Tools/cgic205-gcc3.0.4-sol8
15 MYSQL_DIR=/mnt/TTCN/Tools/mysql-standard-4.1.22-sun-solaris2.8-sparc
16
17 CC=${GCC_DIR}/bin/gcc
18
19 all: renew_license.cgi
20
21 renew_license.cgi: renew_license.o
22 ${CC} -o renew_license.cgi renew_license.o -L${CGIC_DIR} -L${MYSQL_DIR}/lib -lcgic -lmysqlclient -lz -lresolv -lxnet -lm
23
24 renew_license.o: renew_license.c
25 ${CC} -c renew_license.c -I${CGIC_DIR} -I${MYSQL_DIR}/include
26
27 clean:
28 rm renew_license.cgi
29
30 install:
31 cp renew_license.html /export/localhome/httpd/htdocs/
32 cp renew_license.cgi /export/localhome/httpd/cgi-bin/
This page took 0.030559 seconds and 5 git commands to generate.