aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-01 22:34:34 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-01 22:34:34 +0100
commit4cba520a67e615b43dc22994670a904daf8643ae (patch)
tree6649c99fa94d8b7842a8ca7df7478ccf722d4c67 /Makefile.in
parentremove satd-rm and satd-r and let satrm and satr do everything (not done yet) (diff)
downloadsat-4cba520a67e615b43dc22994670a904daf8643ae.tar.gz
sat-4cba520a67e615b43dc22994670a904daf8643ae.tar.bz2
sat-4cba520a67e615b43dc22994670a904daf8643ae.tar.xz
massive simpliciation and small bug fixes (not tested yet)
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in17
1 files changed, 8 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index 3dab756..17b62a6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -57,15 +57,14 @@ _VERSION = 1.0
_C_STD = c99
_PEDANTIC = yes
_BIN = sat satq satrm satr satd
-_LIBEXEC = satd-add satd-diminished satd-timer
-_OBJ_sat = sat client parse_time
-_OBJ_satq = satq daemon
-_OBJ_satrm = satrm daemon
-_OBJ_satr = satr daemon
-_OBJ_satd = satd daemon daemonise
-_OBJ_satd-add = satd-add daemon
+_LIBEXEC = satd-diminished satd-timer
+_OBJ_sat = sat common parse_time
+_OBJ_satq = satq common
+_OBJ_satrm = satrm common
+_OBJ_satr = satr common
+_OBJ_satd = satd common daemonise
_OBJ_satd-diminished = satd-diminished
-_OBJ_satd-timer = satd-timer daemon
+_OBJ_satd-timer = satd-timer common
_HEADER_DIRLEVELS = 1
_CPPFLAGS = -D'PACKAGE="$(PKGNAME)"' -D'PROGRAM_VERSION="$(_VERSION)"'
@@ -88,7 +87,7 @@ ___EVERYTHING_INFO = sat titlepage-data content hardcopy-copying \
appx/fdl appx/free-software-needs-free-documentation \
chap/invoking chap/overview chap/hooks chap/output \
reusable/macros reusable/paper reusable/titlepage
-___EVERYTHING_H = client common daemon daemonise parse_time
+___EVERYTHING_H = common daemonise parse_time
_EVERYTHING = $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) \
$(foreach F,$(___EVERYTHING_H),src/$(F).h) \
$(__EVERYTHING_ALL_COMMON) DEPENDENCIES INSTALL NEWS src/README