[asterisk-dev] Another Asterisk makefile question
North Antara
north at ntbox.com
Wed May 24 12:39:13 MST 2006
>Juan Carlos Castro y Castro wrote:
> Did a svn up, and I don't see it right now in trunk:
>
> ./Makefile:
> (...)
> testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
> gcc -g -c -DSTANDALONE ast_expr2f.c
> gcc -g -c -DSTANDALONE ast_expr2.c
> gcc -g -o testexpr2 ast_expr2f.o ast_expr2.o
> rm ast_expr2.o ast_expr2f.o
> (...)
>
> utils/Makefile:
> (...)
> ast_expr2.o: ../ast_expr2.c
> gcc $(CFLAGS) -c -o $@ $<
>
> ast_expr2f.o: ../ast_expr2f.c
> gcc $(CFLAGS) -c -DSTANDALONE -o $@ $<
> (...)
Wait a little longer. It has to replicate to the svn.digium.com mirror.
More information about the asterisk-dev
mailing list