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.

16 lines
285B

  1. OBJS:= fltk/lib/libfltk.a fltk/lib/libfltk_images.a
  2. $(OBJS): fltk/config.h
  3. cd fltk && make
  4. fltk/config.h:
  5. cd fltk && ./configure --prefix=/dev/null --disable-shared --disable-gl --enable-threads --enable-xft --enable-xdbe --enable-xinerama
  6. config: $(OBJS)
  7. clean:
  8. all: $(OBJS)