forked from len0rd/rockbox
nicer look
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6416 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
287c742cff
commit
2505e7bf04
1 changed files with 8 additions and 5 deletions
|
|
@ -277,17 +277,20 @@ include make/Makefile.inc
|
||||||
|
|
||||||
|
|
||||||
$(CORE_EXAMPLES_EXE): examples/%$(EXE_SUFFIX): examples/%.o $(CORE_LIB_FILE_RELEASE)
|
$(CORE_EXAMPLES_EXE): examples/%$(EXE_SUFFIX): examples/%.o $(CORE_LIB_FILE_RELEASE)
|
||||||
$(CC) $^ -o $@ $(LDFLAGS) $(LINK_MATH)
|
@echo "(dumb) compiling $^"
|
||||||
|
@$(CC) $^ -o $@ $(LDFLAGS) $(LINK_MATH)
|
||||||
|
|
||||||
$(ALLEGRO_EXAMPLES_EXE): examples/%$(EXE_SUFFIX): examples/%.o $(ALLEGRO_LIB_FILE_RELEASE) $(CORE_LIB_FILE_RELEASE)
|
$(ALLEGRO_EXAMPLES_EXE): examples/%$(EXE_SUFFIX): examples/%.o $(ALLEGRO_LIB_FILE_RELEASE) $(CORE_LIB_FILE_RELEASE)
|
||||||
$(CC) $^ -o $@ $(LDFLAGS) $(LINK_ALLEGRO)
|
@echo "(dumb) compiling $^"
|
||||||
|
@$(CC) $^ -o $@ $(LDFLAGS) $(LINK_ALLEGRO)
|
||||||
|
|
||||||
$(CORE_EXAMPLES_OBJ): examples/%.o: examples/%.c include/dumb.h
|
$(CORE_EXAMPLES_OBJ): examples/%.o: examples/%.c include/dumb.h
|
||||||
$(CC) -c $< -o $@ $(CFLAGS_RELEASE)
|
@echo "(dumb) compiling $^"
|
||||||
|
@$(CC) -c $< -o $@ $(CFLAGS_RELEASE)
|
||||||
|
|
||||||
$(ALLEGRO_EXAMPLES_OBJ): examples/%.o: examples/%.c include/dumb.h include/aldumb.h
|
$(ALLEGRO_EXAMPLES_OBJ): examples/%.o: examples/%.c include/dumb.h include/aldumb.h
|
||||||
$(CC) -c $< -o $@ $(CFLAGS_RELEASE) -Wno-missing-declarations
|
@echo "(dumb) compiling $^"
|
||||||
|
@$(CC) -c $< -o $@ $(CFLAGS_RELEASE) -Wno-missing-declarations
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(call DELETE,$(call FIX,$(OBJDIR_BASE)/release/*.o))
|
$(call DELETE,$(call FIX,$(OBJDIR_BASE)/release/*.o))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue