home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gcc-2.7.2.1-base.tgz / gcc-2.7.2.1-base.tar / fsf / gcc / config / msdos / libgcc.mak < prev    next >
Text File  |  1994-12-20  |  407b  |  15 lines

  1. # Build libgcc.a
  2.  
  3. libgcc.a : libgcc1.c libgcc2.c mklibgcc
  4.     ./mklibgcc -c
  5.     ./mklibgcc '$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES)' libgcc1.c $(LIB1FUNCS)
  6.     ./mklibgcc '$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES)' libgcc2.c $(LIB2FUNCS)
  7.     -command /c mklibnow.bat
  8.     -command /c del libgcc.a
  9.     ar rvs libgcc.a lgcctmp/*.o
  10.  
  11. mklibgcc : config/msdos/mklibgcc.c
  12.     gcc $(CFLAGS) $^ -o $@
  13.  
  14.  
  15.