blob: 30aebec1b68b931744c6a5694bff642b1e2fa34e [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001# Copyright (C) 2010 David Sugar, Tycho Softworks.
2#
3# This file is free software; as a special exception the author gives
4# unlimited permission to copy and/or distribute it, with or without
5# modifications, as long as this notice is preserved.
6#
7# This program is distributed in the hope that it will be useful, but
8# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11MAINTAINERCLEANFILES = Makefile.in Makefile
12AM_CXXFLAGS = -I$(top_srcdir)/inc @UCOMMON_FLAGS@
13AM_CPPFLAGS = -I$(top_srcdir)/inc
14LDADD = ../corelib/libucommon.la @UCOMMON_LIBS@ @UCOMMON_CLINK@
15EXTRA_DIST = *.1
16
17man_MANS = args.1 scrub-files.1 mdsum.1 zerofill.1 car.1 sockaddr.1 pdetach.1
18bin_PROGRAMS = args scrub-files mdsum zerofill car sockaddr pdetach
19
20args_SOURCES = args.cpp
21
22sockaddr_SOURCES = sockaddr.cpp
23
24pdetach_SOURCES = pdetach.cpp
25
26scrub_files_SOURCES = scrub.cpp
27scrub_files_LDFLAGS = @SECURE_LOCAL@
28
29mdsum_SOURCES = mdsum.cpp
30mdsum_LDFLAGS = @SECURE_LOCAL@
31
32zerofill_SOURCES = zerofill.cpp
33zerofill_LDFLAGS = @SECURE_LOCAL@
34
35car_SOURCES = car.cpp
36car_LDFLAGS = @SECURE_LOCAL@
37