openblt

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

Makefile (230B)


      1 BLTHOME := ../../
      2 include $(BLTHOME)make.conf
      3 
      4 LIBRARY		:= libblt.a
      5 SHLIB		:= libblt.so
      6 SHLIB_MAJOR	:= 1
      7 SHLIB_MINOR	:= 0
      8 OBJS 		:= hash.o tell.o blkdev.o disk.o \
      9 			namer.o Message.o Connection.o
     10 
     11 include $(BLTHOME)make.actions