[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
XXX_CFLAGS
From: |
Ralf Corsepius |
Subject: |
XXX_CFLAGS |
Date: |
13 Aug 2001 02:22:43 +0200 |
Hi,
automake-cvs/branch-real-1.5 confuses me:
# cat Makefile.am
hello_c_CFLAGS = -Dhello
noinst_PROGRAMS = hello-c
hello_c_SOURCES = hello-c.c
# make
source='hello-c.c' object='hello_c-hello-c.o' libtool=no \
depfile='.deps/hello_c-hello-c.Po'
tmpdepfile='.deps/hello_c-hello-c.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
gcc -I. -I. -Dhello -g -O2 -c -o hello_c-hello-c.o `test -f
hello-c.c || echo './'`hello-c.c
gcc -g -O2 -o hello-c hello_c-hello-c.o
Is this behavior intentional (filenaming of the *.o's)?
Ralf
- XXX_CFLAGS,
Ralf Corsepius <=