File: Makefile.am

package info (click to toggle)
orp-classpath 1%3A0.02.1-3
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 15,212 kB
  • ctags: 16,077
  • sloc: java: 82,255; ansic: 12,779; sh: 6,321; makefile: 1,478; perl: 962; exp: 122; lisp: 115
file content (12 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
## used by automake to generate Makefile.in

EXTRA_DIST = \
classpath.security

# this may be a broken way to install, this file must be in 
# java.home/lib/security

install-data-local:
	$(mkinstalldirs) $(DESTDIR)$(libdir)/security
	$(INSTALL_DATA) $(srcdir)/classpath.security $(DESTDIR)$(libdir)/security/classpath.security