- Timestamp:
- 2011-03-23T23:10:36Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1d465bf
- Parents:
- 143932e3
- Location:
- uspace
- Files:
-
- 2 added
- 3 edited
- 8 moved
-
Makefile (modified) (2 diffs)
-
Makefile.common (modified) (1 diff)
-
lib/c/Makefile (modified) (1 diff)
-
lib/c/libc.so (added)
-
lib/c/libc.so.0 (added)
-
lib/test/Makefile (moved) (moved from uspace/lib/libtest/Makefile )
-
lib/test/arch/ia32/_link.ld.in (moved) (moved from uspace/lib/libtest/arch/ia32/_link.ld.in )
-
lib/test/arch/mips32/_link.ld.in (moved) (moved from uspace/lib/libtest/arch/mips32/_link.ld.in )
-
lib/test/arch/ppc32/_link.ld.in (moved) (moved from uspace/lib/libtest/arch/ppc32/_link.ld.in )
-
lib/test/libtest.c (moved) (moved from uspace/lib/libtest/libtest.c )
-
lib/test/libtest.h (moved) (moved from uspace/lib/libtest/libtest.h )
-
lib/test/libtest.so (moved) (moved from uspace/lib/libtest/libtest.so )
-
lib/test/libtest.so.0 (moved) (moved from uspace/lib/libtest/libtest.so.0 )
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r143932e3 rec3e2ed0 94 94 drv/test2 95 95 96 ## Shared C library97 ifeq ($(CONFIG_BUILD_SHARED_LIB C), y)96 ## Shared libraries 97 ifeq ($(CONFIG_BUILD_SHARED_LIBS), y) 98 98 DIRS += \ 99 lib/c/shared \100 99 app/dltest 101 100 endif … … 155 154 lib/softint \ 156 155 lib/softfloat \ 157 lib/ libtest \156 lib/test \ 158 157 lib/drv \ 159 158 lib/packet \ -
uspace/Makefile.common
r143932e3 rec3e2ed0 236 236 endif 237 237 238 %.lo: %.S 239 $(CC) $(DEFS) $(AFLAGS) $(CFLAGS) -D__ASM__ -c $< -o $@ 240 241 %.lo: %.s 242 $(AS) $(AFLAGS) $< -o $@ 243 238 244 %.lo: %.c $(DEPEND) 239 245 $(CC) $(DEFS) $(LIB_CFLAGS) -c $< -o $@ -
uspace/lib/c/Makefile
r143932e3 rec3e2ed0 46 46 EXTRA_CLEAN = $(INCLUDE_KERNEL) $(INCLUDE_ARCH) $(INCLUDE_LIBARCH) $(INCLUDE_RTLDARCH) $(COMMON_HEADER_ARCH) $(LINKER_SCRIPT) 47 47 LIBRARY = libc 48 SLIBRARY = libc.so.0.0 49 LSONAME = libc.so.0 50 48 51 49 52 -include $(COMMON_MAKEFILE)
Note:
See TracChangeset
for help on using the changeset viewer.
