forked from cryptotronix/EClet
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile.am
More file actions
39 lines (27 loc) · 1.16 KB
/
Makefile.am
File metadata and controls
39 lines (27 loc) · 1.16 KB
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
30
31
32
33
34
35
36
37
38
39
# Copyright (C) 2014 Cryptotronix, LLC.
# This file is part of EClet.
# EClet is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# any later version.
# EClet is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with EClet. If not, see <http://www.gnu.org/licenses/>.
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = -I m4
AM_CPPFLAGS = $(DEPS_CFLAGS)
eclet_LDADD = $(DEPS_LIBS)
SUBDIRS = doc .
AM_YFLAGS = -d
bin_PROGRAMS = eclet
eclet_SOURCES = src/cli/main.c \
src/driver/personalize.h src/driver/personalize.c \
src/cli/cli_commands.h src/cli/cli_commands.c \
src/driver/config_zone.h src/driver/config_zone.c
eclet_CFLAGS = -Wall
dist_noinst_SCRIPTS = autogen.sh
#TESTS = src/tests/test_cli.sh
#EXTRA_DIST = src/tests/test_cli.sh