[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Build assembly code in GNUmakefile
From: |
Yen-Ju Chen |
Subject: |
Build assembly code in GNUmakefile |
Date: |
Fri, 26 May 2006 19:07:05 -0700 |
Hi,
I have an assembly code with extension '.S'.
How could I add it into the building process of GNUmakefile ?
It can be done with Makefile like:
'gcc -c PortableUContext_asm.S -o _objs/PortableUContext_asm.o'
then linked with other C code.
Thanx !!
Yen-Ju
- Build assembly code in GNUmakefile,
Yen-Ju Chen <=