openblt

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

Makefile (224B)


      1 BLTHOME := ../../
      2 include $(BLTHOME)make.conf
      3 
      4 CFLAGS 		+= -fno-pic -fno-exceptions -fno-rtti
      5 SRCS		:= Connection.cpp Window.cpp Canvas.cpp Button.cpp
      6 LIBRARY		:= libwin.a
      7 SHLIB		:= libwin.so
      8 
      9 include $(BLTHOME)make.actions