diff src/libguess/Makefile @ 3572:625af2797f35 trunk

Clean up Makefiles.
author Jonathan Schleifer <js@h3c.de>
date Wed, 19 Sep 2007 17:32:47 +0200
parents 9ddf21ab5c84
children
line wrap: on
line diff
--- a/src/libguess/Makefile	Wed Sep 19 18:41:39 2007 +0900
+++ b/src/libguess/Makefile	Wed Sep 19 17:32:47 2007 +0200
@@ -1,12 +1,10 @@
 STATIC_LIB_NOINST = libguess.a
-
-SRCS = \
-	guess.c \
-	arabic_impl.c \
-	cjk_impl.c \
-	greek_impl.c \
-	hebrew_impl.c \
-	russian_impl.c \
-	turkish_impl.c
+SRCS = guess.c		\
+       arabic_impl.c	\
+       cjk_impl.c	\
+       greek_impl.c	\
+       hebrew_impl.c	\
+       russian_impl.c	\
+       turkish_impl.c
 
 include ../../buildsys.mk