File: Makefile.am

package info (click to toggle)
libpam-blue 0.9.0-3
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 2,180 kB
  • ctags: 765
  • sloc: sh: 8,758; ansic: 558; makefile: 97; lex: 51; yacc: 45
file content (28 lines) | stat: -rw-r--r-- 811 bytes parent folder | download
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
27
28
# Copyright (C) 2003 Hagen Paul Pfeifer <hagen@jauu.net>
#  
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without 
# modifications, as long as this notice is preserved.
# 
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

AUTOMAKE_OPTIONS = gnu


EXTRA_DIST = sample.conf

install-data-local:
		$(mkinstalldirs) $(DESTDIR)${sysconfdir}/security
		$(INSTALL) -m600 $(srcdir)/sample.conf $(DESTDIR)/${sysconfdir}/security/bluescan.conf

uninstall-local:
		rm -f ${sysconfdir}/security/bluescan.conf


clean:
	rm -rf *~ *.o *.lo

ctags:
	$(CTAGS_CMD) *.c *.h