openblt

a hobby OS from the late 90s
git clone http://frotz.net/git/openblt.git
Log | Files | Refs | LICENSE

Makefile (223B)


      1 BLTHOME := ../../
      2 include $(BLTHOME)make.conf
      3 
      4 LIBRARY		:= libposix.a
      5 SHLIB		:= libposix.so
      6 SHLIB_MAJOR	:= 1
      7 SHLIB_MINOR	:= 0
      8 OBJS 		:= exec.o fdl.o vfs.o printf.o stdio.o getopt.o console.o
      9 
     10 include $(BLTHOME)make.actions