Changeset fcd7053 in mainline for uspace/app/tetris/Makefile
- Timestamp:
- 2009-02-12T20:11:25Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fa024ce
- Parents:
- 84266669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/Makefile
r84266669 rfcd7053 1 -include ../../../Makefile.config2 3 1 LIBC_PREFIX = ../../lib/libc 4 2 SOFTINT_PREFIX = ../../lib/softint 3 5 4 include $(LIBC_PREFIX)/Makefile.toolchain 6 5 … … 21 20 22 21 $(OUTPUT): $(OBJECTS) $(LIBS) 23 $(LD) -T $(LIBC_PREFIX)/arch/$( ARCH)/_link.ld $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map22 $(LD) -T $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map 24 23 25 24 clean:
Note:
See TracChangeset
for help on using the changeset viewer.