Cross Reference: /hets/HolLight/OcamlTools/debian/rules
rules revision 544c60683756b3ad5869a2e19bdb3d285eba16c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2N/A#!/usr/bin/make -f
2N/A# -*- makefile -*-
2N/A# Sample debian/rules that uses debhelper.
2N/A#
2N/A# This file was originally written by Joey Hess and Craig Small.
2N/A# As a special exception, when this file is copied by dh-make into a
2N/A# dh-make output file, you may use that output file without restriction.
2N/A# This special exception was added by Craig Small in version 0.37 of dh-make.
2N/A#
2N/A# Modified to make a template file for a multi-binary package with separated
2N/A# build-arch and build-indep targets by Bill Allombert 2001
2N/A
2N/A# Uncomment this to turn on verbose mode.
2N/A#export DH_VERBOSE=1
2N/A
2N/A# This has to be exported to make some magic below work.
2N/Aexport DH_OPTIONS
2N/A
2N/A
2N/A%:
2N/A dh $@
2N/A
2N/Aoverride_dh_auto_install:
2N/A install -m 755 -d debian/hets-hollight-tools/usr/lib/hets/hets-hollight-tools
2N/A install -m 644 `uname -m`/hol_light.dmtcp debian/hets-hollight-tools/usr/lib/hets/hets-hollight-tools
2N/A