summaryrefslogtreecommitdiffstats
path: root/user_call/Makefile.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-06-07 10:24:56 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-06-07 10:24:56 +0200
commit1b4023134b5ff6342301c8135b11df46546d2828 (patch)
tree50dc64182994ea2c13ce23919fa75e64edd4d0f0 /user_call/Makefile.in
parent17287576555a5c46fa23549e2e5f073660dccb70 (diff)
Import ax25-tools 0.0.2 from tarballax25-tools-0.0.2
Diffstat (limited to 'user_call/Makefile.in')
-rw-r--r--user_call/Makefile.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/user_call/Makefile.in b/user_call/Makefile.in
index 232f104..cf78c65 100644
--- a/user_call/Makefile.in
+++ b/user_call/Makefile.in
@@ -58,17 +58,23 @@ NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
AWK = @AWK@
+AX25IO_LIB = @AX25IO_LIB@
+AX25_LIB = @AX25_LIB@
CC = @CC@
MAKEINFO = @MAKEINFO@
NCURSES_LIB = @NCURSES_LIB@
PACKAGE = @PACKAGE@
+UTIL_LIB = @UTIL_LIB@
VERSION = @VERSION@
+Z_LIB = @Z_LIB@
sbin_PROGRAMS = ax25_call netrom_call rose_call
man_MANS = ax25_call.8 netrom_call.8 rose_call.8
-DATA_EXTRA = $(man_MANS)
+EXTRA_DIST = $(man_MANS)
+
+LDADD = $(AX25_LIB)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
@@ -266,9 +272,9 @@ distdir: $(DISTFILES)
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
-ax25_call.o: ax25_call.c
-netrom_call.o: netrom_call.c
-rose_call.o: rose_call.c
+ax25_call.o: ax25_call.c ../config.h
+netrom_call.o: netrom_call.c ../config.h
+rose_call.o: rose_call.c ../config.h
info-am:
info: info-am