File: Makefile.am

package info (click to toggle)
vbox3 0.1.7.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 660 kB
  • ctags: 273
  • sloc: ansic: 3,454; sh: 1,831; makefile: 119; tcl: 22
file content (19 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
##
## $Id: Makefile.am,v 1.6 2001/01/14 13:50:21 pape Exp $
##

## The tcl scripts to install ############################################

EXTRA_DIST		= initmodem.tcl answercall.tcl

## Clean & Maintenance ###################################################

CLEANFILES              = *~
MAINTAINERCLEANFILES    = Makefile.in

## Local install routines ################################################

install-data-local:
			  $(mkinstalldirs) $(pkgdatadir)/tcl
			  $(INSTALL) -m 644 initmodem.tcl $(pkgdatadir)/tcl/
			  $(INSTALL) -m 644 answercall.tcl $(pkgdatadir)/tcl/