automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Troubles with proc*C and automake version 1.10


From: acprdoer
Subject: Troubles with proc*C and automake version 1.10
Date: Wed, 1 Apr 2009 06:16:04 -0700 (PDT)

Hi,
The project has migrated to solaris 10 and a new version of automake
(1.10.2), it was previously on Solaris 8 with an automake version 1.4. The
automake dos not produce any makefile.in on the new server : it says : 

automake: reading COHERENCE/Makefile.am
automake: Sources ending in .pc become .c
COHERENCE/Makefile.am: object `verifierCoherence.$(OBJEXT)' created by
`verifierCoherence.pc' and `verifierCoherence.c'
automake: Sources ending in .c become .o
automake: Sources ending in .c become .obj
automake: not writing ./COHERENCE/Makefile.in because of earlier errors


My makefile.am looks like this : 

bin_PROGRAMS = verifierCarte

EXTRA_verifierCarte_SOURCES= \
        verifierCoherence.h verifierCoherence.pc

verifierCarte_SOURCES = \
        verifierCoherence.h verifierCoherence.c \
        verifierCarte.h verifierCarte.c

INCLUDES = \
        -I$(ORACLE_HOME)/precomp/public \
        address@hidden@

verifierCarte_LDADD = \
        @SDU_GENE64_LIB@

ORAINCLUDES = \
        include=$(ORACLE_HOME)/precomp/public \
        address@hidden@

ORACOMP = \
        $(ORACLE_HOME)/bin/proc $(ORAINCLUDES)

SUFFIXES = .pc
.pc.c:
        $(ORACOMP) $<

CLEANFILES = \
        verifierCoherence.c



Does anyone understand where is the problem ? I don't get it.
Thanks ! 

-- 
View this message in context: 
http://www.nabble.com/Troubles-with-proc*C-and-automake-version-1.10-tp22826139p22826139.html
Sent from the Gnu - Automake - General mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]