Makefile 310 B

12345678910111213
  1. #
  2. # Makefile for src/lib (sources for libraries installed in /lib)
  3. #
  4. # Note that all includes are found in src/include - the "includes"
  5. # make rule for installing .h files does not come here.
  6. #
  7. TOP=../..
  8. .include "$(TOP)/mk/os161.config.mk"
  9. SUBDIRS=crt0 libc hostcompat
  10. .include "$(TOP)/mk/os161.subdir.mk"