Update the trunk with autotools makefile changes

This commit is contained in:
soochoi
2006-03-09 21:17:47 +00:00
parent d7592ef237
commit 2cd093dcf6
61 changed files with 4224 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
LINK = $(CC) \
-Wl,-Bsymbolic \
-shared \
-Wl,--version-script=$(TARGET)_$(PLAT).exp \
-Wl,-rpath -Wl,/usr/lib$(ARC) \
-L$(LIBDIR)$(XTRA) -lmicasa \
-Wl,-soname -Wl,lib$(TARGET).so.$(PROD_NUM) \
-o $(LIBDIR)$(XTRA)/lib$(TARGET).so.$(BLD_VER) \
$(OBJDIR)*.$(O)