remove file ogg/vorbis
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / Makefile
index 43c66e8fb934e2ebf5721c5928c21bb407d31fef..acef3b4809f97d008e69f8d615ec8c59aed545d6 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 \
@@ -556,6 +555,7 @@ ydiff:      ydiff.C $(LIBRARIES)
 
 clean:
        rm -rf $(OBJDIR)
+       rm -f shuttle_keys.h
 
 
 tags:
@@ -582,6 +582,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)