SRCS= \ Waveform.C \ Region.C \ main.C \ Fl_Menu_Settings.C \ TLE.C \ Sequence.C \ Audio_Sequence.C \ Control_Sequence.C \ Timeline.C \ Track.C \ Sequence_Widget.C \ Tempo_Point.C \ Time_Point.C \ Peaks.C \ Audio_File.C \ Audio_File_SF.C \ Port.C \ Disk_Stream.C \ Playback_DS.C \ Record_DS.C \ dsp.C \ Engine.C \ Transport.C \ Loggable.C \ OBJS:=$(SRCS:.C=.o) # OBJS:=$(OBJS:.c=.o) INCLUDES=-I../Engine -I../FL .PHONEY: all clean install dist valgrind all: timeline $(OBJS): Makefile include ../make.inc #LIBS:=$(LIBS) -ljack -lpthread timeline: $(OBJS) $(CXX) $(CXXFLAGS) $(INCLUDES) $(LIBS) -ljack -lpthread $(OBJS) -o $@ -L../FL -lfl_widgets clean: rm -f $(OBJS) timeline makedepend valgrind: valgrind ./timeline include makedepend