tags 25350 notabug
close 25350
thanks
Hello William,
"william estrada" writes:
> I have a Makefile.am that creates a Makefile that does 3 compiles, one for
> each target CPU.
> # src/event/Makefile.am
> AM_LDLAGS = --Pedantic -Wall -Std=C99 -O2
> bin_PROGRAMS =
> include x64.am
> include arm.
Hello,
I have a Makefile.am that creates a Makefile that does 3 compiles, one for
each target CPU.
# src/event/Makefile.am
AM_LDLAGS = --Pedantic -Wall -Std=C99 -O2
bin_PROGRAMS =
include x64.am
include arm.am
include i686.am
---
# src/event/x64.am
bin_PROGRAMS