[lwatch-cvs] files/doc Makefile.in,1.16,1.17
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-18 16:35:26
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1:/tmp/cvs-serv22919/doc Modified Files: Makefile.in Log Message: - checking for build/host/target type Index: Makefile.in =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.in,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Makefile.in 18 Mar 2003 16:05:41 -0000 1.16 --- Makefile.in 18 Mar 2003 16:34:49 -0000 1.17 *************** *** 36,39 **** --- 36,40 ---- PRE_UNINSTALL = : POST_UNINSTALL = : + host_triplet = @host@ ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ *************** *** 92,100 **** --- 93,109 ---- am__quote = @am__quote@ bindir = @bindir@ + build = @build@ build_alias = @build_alias@ + build_cpu = @build_cpu@ + build_os = @build_os@ + build_vendor = @build_vendor@ datadir = @datadir@ dbook2man = @dbook2man@ exec_prefix = @exec_prefix@ + host = @host@ host_alias = @host_alias@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ includedir = @includedir@ infodir = @infodir@ *************** *** 110,114 **** --- 119,127 ---- sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ + target = @target@ target_alias = @target_alias@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ man_MANS = lwatch.1 EXTRA_DIST = lwatch.sgml conf.ent.in lwatch.1.in |