File: Makefile.am

package info (click to toggle)
libgsecuredelete 0.3-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,248 kB
  • sloc: sh: 5,021; ansic: 4,642; makefile: 146; sed: 16
file content (29 lines) | stat: -rw-r--r-- 809 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
20
21
22
23
24
25
26
27
28
29
SUBDIRS = gsecuredelete docs po

ACLOCAL_AMFLAGS = -I build/m4 -I build

EXTRA_DIST = AUTHORS \
             COPYING \
             HACKING \
             INSTALL \
             NEWS \
             README \
             TODO

pkgconfigdir = $(libdir)/pkgconfig

pkgconfig_DATA = gsecuredelete.pc

pkglibexec_SCRIPTS = gsd-sfill-helper
CLEANFILES = $(pkglibexec_SCRIPTS)
EXTRA_DIST += gsd-sfill-helper.sh.in

compile_script = $(SED) -e 's%[@]SRM_PATH[@]%$(SRM_PATH)%g' \
                        -e 's%[@]SFILL_PATH[@]%$(SFILL_PATH)%g' \
                        -e 's%[@]GETTEXT_PACKAGE[@]%$(PACKAGE)%g' \
                        -e 's%[@]LOCALEDIR[@]%$(localedir)%g'

gsd-sfill-helper: gsd-sfill-helper.sh.in Makefile
	$(AM_V_GEN) \
	$(compile_script) < $(srcdir)/gsd-sfill-helper.sh.in > $@ && \
	chmod +x $@