]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/setup/Makefile.am
make.sh: Drop MAKETUNING
[people/pmueller/ipfire-2.x.git] / src / setup / Makefile.am
1 # This file is part of the setup tool.
2 #
3 # setup is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
7
8 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
9 AM_MAKEFLAGS = --no-print-directory
10 AUTOMAKE_OPTIONS = color-tests parallel-tests
11
12 SUBDIRS = . po
13
14 # remove targets if the command fails
15 .DELETE_ON_ERROR:
16
17 # keep intermediate files
18 .SECONDARY:
19
20 AM_CPPFLAGS = \
21 -include $(top_builddir)/config.h \
22 $(OUR_CPPFLAGS)
23
24 AM_CFLAGS = $(OUR_CFLAGS)
25 AM_CXXFLAGS = $(OUR_CXXFLAGS)
26 AM_LDFLAGS = $(OUR_LDFLAGS)
27
28 sudodir = /etc/sudoers.d
29
30 bin_SCRIPTS =
31 sbin_PROGRAMS =
32
33 #- setup -----------------------------------------------------------------------
34
35 bin_SCRIPTS += \
36 run-setup
37
38 sbin_PROGRAMS += \
39 setup
40
41 setup_SOURCES = \
42 dhcp.c \
43 domainname.c \
44 hostname.c \
45 keymap.c \
46 main.c \
47 misc.c \
48 netstuff.c \
49 networking.c \
50 passwords.c \
51 setup.h \
52 timezone.c
53
54 setup_CFLAGS = \
55 $(AM_CFLAGS) \
56 $(LIBSMOOTH_CFLAGS)
57
58 setup_LDADD = \
59 $(LIBSMOOTH_LIBS) \
60 $(NEWT_LIBS)
61
62 bin_SCRIPTS += \
63 probenic.sh
64
65 sudo_DATA = \
66 sudo/setup