add auto zoombar/status color, fix 3 batchrender boobies, rotate plugin tweaks, add...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / Makefile
index 43c66e8fb934e2ebf5721c5928c21bb407d31fef..c1f97f1e9af41721f421e5c877b2555e19aa1367 100644 (file)
@@ -109,7 +109,6 @@ OBJS := \
        $(OBJDIR)/filejpeg.o \
        $(OBJDIR)/filelist.o \
        $(OBJDIR)/file.o \
-       $(OBJDIR)/fileogg.o \
        $(OBJDIR)/filepng.o \
        $(OBJDIR)/fileppm.o \
        $(OBJDIR)/filescene.o \
@@ -117,7 +116,6 @@ OBJS := \
        $(OBJDIR)/filetga.o \
        $(OBJDIR)/filethread.o \
        $(OBJDIR)/filetiff.o \
-       $(OBJDIR)/filevorbis.o \
        $(OBJDIR)/filexml.o \
        $(OBJDIR)/floatauto.o \
        $(OBJDIR)/floatautos.o \
@@ -271,6 +269,7 @@ OBJS := \
        $(OBJDIR)/sharedlocation.o \
        $(OBJDIR)/shbtnprefs.o \
        $(OBJDIR)/shmemory.o \
+       $(OBJDIR)/shuttle.o \
        $(OBJDIR)/sighandler.o \
        $(OBJDIR)/signalstatus.o \
        $(OBJDIR)/splashgui.o \
@@ -554,8 +553,14 @@ ydiff:     ydiff.C $(LIBRARIES)
        @echo g++ -o $@ ydiff.C
        @g++ $(CFLAGS) ydiff.C -o $@ $(LIBS)
 
+shdmp: shdmp.C
+       @g++ $(CFLAGS) shdmp.C -o $@
+shudmp:        shudmp.C
+       @g++ $(CFLAGS) shudmp.C -o $@ -lusb-1.0
+
 clean:
        rm -rf $(OBJDIR)
+       rm -f shuttle_keys.h
 
 
 tags:
@@ -582,6 +587,11 @@ $(OBJDIR)/lv2ui.o: lv2ui.C
 $(OBJDIR)/pluginlv2ui.o $(OBJDIR)/lv2ui.o:
        $(CXX) `cat $(OBJDIR)/c_flags` $(GTK2_INCS) -DMSGQUAL=$* -c $< -o $@
 
+$(OBJDIR)/shuttle.o:   shuttle.C shuttle_keys.h
+       $(CXX) `cat $(OBJDIR)/c_flags` -DMSGQUAL=$* -c $< -o $@
+shuttle_keys.h: /usr/include/X11/keysymdef.h
+       sed < /usr/include/X11/keysymdef.h > shuttle_keys.h -f shuttle.sed
+
 $(OBJDIR)/lv2ui: $(LV2OBJS)
        @echo $(CXX) \`cat $(OBJDIR)/c_flags\` $^ -o $@
        @$(CXX) `cat $(OBJDIR)/c_flags` $^ -o $@ $(LIBS) $(GTK2_LIBS)