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.

21 lines
454B

  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. $(OBJS): $(SRCS)
  7. ntk/config.h: Makefile
  8. @ echo Configuring NTK
  9. cd ntk && ./configure --prefix=/usr/local --enable-debug --enable-shared --disable-gl --enable-threads --enable-xft --enable-cairo --enable-cairoext --enable-xinerama
  10. @ touch ntk/config.h
  11. config: ntk/config.h
  12. clean:
  13. all: $(OBJS)