[lwatch-cvs] files/src Makefile.in,1.12,1.13
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-18 16:35:27
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1:/tmp/cvs-serv22919/src Modified Files: Makefile.in Log Message: - checking for build/host/target type Index: Makefile.in =================================================================== RCS file: /cvsroot/lwatch/files/src/Makefile.in,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Makefile.in 18 Mar 2003 16:05:42 -0000 1.12 --- Makefile.in 18 Mar 2003 16:34:51 -0000 1.13 *************** *** 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@ bin_PROGRAMS = lwatch xh = acolors.h control.h defaults.h settings.h strpcre.h yparse.h |