Use LTTngUSTLogger logger plugin in logtest regression test
[deliverable/titan.core.git] / licensegen / Makefile_renew_license
CommitLineData
d44e3c4f 1##############################################################################
2# Copyright (c) 2000-2016 Ericsson Telecom AB
970ed795
EL
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
d44e3c4f 7#
8# Contributors:
9# Balasko, Jeno
10# Gecse, Roland
11#
12##############################################################################
970ed795
EL
13GCC_DIR=/mnt/TTCN/Tools/gcc-4.1.1-sol8
14CGIC_DIR=/mnt/TTCN/Tools/cgic205-gcc3.0.4-sol8
15MYSQL_DIR=/mnt/TTCN/Tools/mysql-standard-4.1.22-sun-solaris2.8-sparc
16
17CC=${GCC_DIR}/bin/gcc
18
19all: renew_license.cgi
20
21renew_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
24renew_license.o: renew_license.c
25 ${CC} -c renew_license.c -I${CGIC_DIR} -I${MYSQL_DIR}/include
26
27clean:
28 rm renew_license.cgi
29
30install:
31 cp renew_license.html /export/localhome/httpd/htdocs/
32 cp renew_license.cgi /export/localhome/httpd/cgi-bin/
This page took 0.028877 seconds and 5 git commands to generate.