home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / LIBC / LIBC-4.6 / LIBC-4 / libc-linux / sbin / lib / i386 / crt / Makefile < prev   
Encoding:
Makefile  |  1994-01-14  |  247 b   |  21 lines

  1. #
  2. # Makefile for crt0.o of Linux
  3. #
  4. #
  5.  
  6. LD=true
  7. MV=true
  8.  
  9. TOPDIR=../../../..
  10.  
  11. include $(TOPDIR)/Makeconfig
  12. include $(TOPDIR)/Makerules
  13.  
  14. all lib: crt0.o
  15.  
  16. realclean clean:
  17.     $(RM) -f core *.o *.a tmp_make foo
  18.  
  19. depend:
  20.     @echo No dependency in $(SUBDIR).
  21.