]> git.ipfire.org Git - ipfire-2.x.git/blame - src/setup/Makefile.am
pakfire: use correct tree on x86_64.
[ipfire-2.x.git] / src / setup / Makefile.am
CommitLineData
e1457ba0
MT
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
8ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
9AM_MAKEFLAGS = --no-print-directory
10AUTOMAKE_OPTIONS = color-tests parallel-tests
11
12SUBDIRS = . po
13
14# remove targets if the command fails
15.DELETE_ON_ERROR:
16
17# keep intermediate files
18.SECONDARY:
19
20AM_CPPFLAGS = \
21 -include $(top_builddir)/config.h \
22 $(OUR_CPPFLAGS)
23
24AM_CFLAGS = $(OUR_CFLAGS)
25AM_CXXFLAGS = $(OUR_CXXFLAGS)
26AM_LDFLAGS = $(OUR_LDFLAGS)
27
28bin_SCRIPTS =
29sbin_PROGRAMS =
30
31#- setup -----------------------------------------------------------------------
32
33sbin_PROGRAMS += \
34 setup
35
36setup_SOURCES = \
37 dhcp.c \
38 domainname.c \
39 hostname.c \
40 keymap.c \
41 main.c \
42 misc.c \
43 netstuff.c \
44 networking.c \
45 passwords.c \
46 setup.h \
47 timezone.c
48
49setup_CFLAGS = \
50 $(AM_CFLAGS) \
51 $(LIBSMOOTH_CFLAGS)
52
53setup_LDADD = \
54 $(LIBSMOOTH_LIBS) \
55 $(NEWT_LIBS)
56
57bin_SCRIPTS += \
58 probenic.sh