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 \
-...@sdu_gene64_include@
verifierCarte_LDADD = \
@SDU_GENE64_LIB@
ORAINCLUDES = \
include=$(ORACLE_HOME)/precomp/public \
inclu...@sdu_gene64_include@
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.