Chameleon

Chameleon Commit Details

Date:2010-09-14 08:47:43 (13 years 7 months ago)
Author:Azimutz
Commit:525
Parents: 524
Message:The remains... GE module complete.
Changes:
M/branches/azimutz/Chazi/Makefile
M/branches/azimutz/Chazi/i386/util/Makefile
M/branches/azimutz/Chazi/i386/Makefile

File differences

branches/azimutz/Chazi/i386/Makefile
2828
2929
3030
31
31
3232
3333
3434
# The order of building is important.
SUBDIRS = util libsa libsaio boot2 boot1 boot0 cdboot modules
all embedtheme tags debug install installhdrs:
all embedtheme optionrom tags debug install installhdrs:
@for i in ${SUBDIRS}; \
do \
echo ================= make $@ for $$i =================; \
branches/azimutz/Chazi/i386/util/Makefile
2424
2525
2626
27
28
27
2928
3029
3130
DIRS_NEEDED = $(OBJROOT) $(SYMROOT) $(LANGDIR)
all embedtheme autores_dbg debug: $(DIRS_NEEDED) $(PROGRAMS)
debug: CFLAGS += -DDEBUG
all embedtheme optionrom: $(DIRS_NEEDED) $(PROGRAMS)
machOconv: machOconv.o
$(CC) $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $(SYMROOT)/$(@F) machOconv.o
branches/azimutz/Chazi/Makefile
4646
4747
4848
49
49
5050
5151
5252
# Currently builds for i386
#
all embedtheme tags debug install installhdrs: $(SYMROOT) $(OBJROOT)
all embedtheme optionrom tags debug install installhdrs modules: $(SYMROOT) $(OBJROOT)
@if [ -e ".svn" ]; then svnversion -n | tr -d [:alpha:] > revision; fi
@if [ -z "$(RC_ARCHS)" ]; then \
RC_ARCHS="i386"; \

Archive Download the corresponding diff file

Revision: 525