File: Makefile.am

package info (click to toggle)
tclmagick 0.45-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,712 kB
  • ctags: 675
  • sloc: sh: 8,491; ansic: 7,327; tcl: 1,740; makefile: 68
file content (7 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7

EXTRA_DIST=LICENSE tests images doc pkgIndex.tcl
SUBDIRS = generic

install-data-local:
	$(mkinstalldirs) $(DESTDIR)@libdir@/TclMagick@VERSION@
	$(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)@libdir@/TclMagick@VERSION@