Assists music production by grouping standalone programs into sessions. Community version of "Non Session Manager".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
470B

  1. OBJS:= ntk/lib/libntk.a ntk/lib/libntk_images.a
  2. SRCS:= $(wildcard ntk/src/*.cxx ntk/FL/*.H)
  3. $(SRCS): ntk/config.h
  4. @ echo Building NTK
  5. $(MAKE) -C ntk
  6. @ touch .built
  7. $(OBJS): $(SRCS)
  8. ntk/config.h: Makefile
  9. @ echo Configuring NTK
  10. cd ntk && ./configure --prefix=/usr/local --enable-debug --enable-shared --disable-gl --enable-threads --enable-xft --enable-cairo --enable-cairoext --enable-xinerama
  11. @ touch ntk/config.h
  12. config: ntk/config.h
  13. clean:
  14. all: $(OBJS)