mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
Change macro names per naming standard in Makefile.rules.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17361 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3abd4974ba
commit
a98e7b5e75
@ -20,12 +20,12 @@ all :: $(SAMPLES)
|
|||||||
|
|
||||||
ifdef OPTIMIZE
|
ifdef OPTIMIZE
|
||||||
% : %.st
|
% : %.st
|
||||||
@$(ECHO) "Compiling and Optimizing $(<F)"
|
$(Echo) "Compiling and Optimizing $(<F)"
|
||||||
$(VERB)$(LLVMC_EXEC) -O3 $< -o $@
|
$(Verb)$(LLVMC_EXEC) -O3 $< -o $@
|
||||||
else
|
else
|
||||||
% : %.st
|
% : %.st
|
||||||
@$(ECHO) "Compiling $(<F)"
|
$(Echo) "Compiling $(<F)"
|
||||||
$(VERB)$(LLVMC_EXEC) $< -o $@
|
$(Verb)$(LLVMC_EXEC) $< -o $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SAMPLES_LL = $(SAMPLES:%=%.ll)
|
SAMPLES_LL = $(SAMPLES:%=%.ll)
|
||||||
@ -33,7 +33,7 @@ SAMPLES_BC = $(SAMPLES:%=%.bc)
|
|||||||
SAMPLES_S = $(SAMPLES:%=%.s)
|
SAMPLES_S = $(SAMPLES:%=%.s)
|
||||||
|
|
||||||
clean ::
|
clean ::
|
||||||
$(VERB)rm -f gmon.out $(SAMPLES)
|
$(Verb)rm -f gmon.out $(SAMPLES)
|
||||||
#
|
#
|
||||||
# Include the Master Makefile that knows how to build all.
|
# Include the Master Makefile that knows how to build all.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user