Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Delivered-To: mailing list cygwin@cygwin.com From: "Ralf Habacker" To: "Cygwin" Subject: conditional problem with devel automake detected Date: Wed, 19 Dec 2001 11:32:16 +0100 Message-ID: <000001c18878$6e157e80$651c440a@BRAMSCHE> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Hi, I have some note to the devel automake for cygwin. In a kde Makefile.am (kdemultimedia/mpg123_artsplugin/mpg123/Makefile.am) there are some conditionals like .... #486, 586, 686 if ARCH_486 ARCH_CFLAGS = -DROT_I386 -DI386_ASSEM -DI486_OPT -DLINUX -DREAL_IS_FLOAT libmpg123_la_SOURCES = $(COMMON_SRC) decode_i386.c dct64_i386.c decode_i486.c dct64_i486.c endif if ARCH_586 ARCH_CFLAGS = -DROT_I386 -DI386_ASSEM -DPENTIUM_OPT -DLINUX -DREAL_IS_FLOAT libmpg123_la_SOURCES = $(COMMON_SRC) decode_i386.c dct64_i386.c decode_i586.s endif ... lib_LTLIBRARIES = libmpg123.la libmpg123_la_LDFLAGS = -module -avoid-version ... The devel automake fails with the following error: automake: mpg123_artsplugin/mpg123/Makefile.am: warning: automake does not support libmpg123_la_SOURCES being defined conditionally The stable automake does not have this error. 2. Additional when using asm files the devel automake says something about 'Assembler sources used, but no "ASFLAGS" in configure.in detected' ... The stable release does not have this problem. Regards Ralf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/