X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2FMakefile;h=2d26cedc66fb1f1d660a575599626570b67ad8ec;hb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;hp=6b0d1bd13ce1ac630d7b51bf47b84f8f0d651e88;hpb=a3a59f63fdfbcf94c561595f515951fdfd4bea30;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/Makefile b/cinelerra-5.0/cinelerra/Makefile index 6b0d1bd1..2d26cedc 100644 --- a/cinelerra-5.0/cinelerra/Makefile +++ b/cinelerra-5.0/cinelerra/Makefile @@ -96,7 +96,6 @@ OBJS = \ $(OBJDIR)/filedv.o \ $(OBJDIR)/fileexr.o \ $(OBJDIR)/fileflac.o \ - $(OBJDIR)/filefork.o \ $(OBJDIR)/fileformat.o \ $(OBJDIR)/filegif.o \ $(OBJDIR)/filelist.o \ @@ -105,7 +104,6 @@ OBJS = \ $(OBJDIR)/fileogg.o \ $(OBJDIR)/filepng.o \ $(OBJDIR)/filescene.o \ - $(OBJDIR)/fileserver.o \ $(OBJDIR)/filesndfile.o \ $(OBJDIR)/filetga.o \ $(OBJDIR)/filethread.o \ @@ -114,7 +112,6 @@ OBJS = \ $(OBJDIR)/filexml.o \ $(OBJDIR)/floatauto.o \ $(OBJDIR)/floatautos.o \ - $(OBJDIR)/forkwrapper.o \ $(OBJDIR)/formatcheck.o \ $(OBJDIR)/formatpresets.o \ $(OBJDIR)/formatpopup.o \ @@ -251,7 +248,6 @@ OBJS = \ $(OBJDIR)/theme.o \ $(OBJDIR)/threadexec.o \ $(OBJDIR)/threadloader.o \ - $(OBJDIR)/threadfork.o \ $(OBJDIR)/timelinepane.o \ $(OBJDIR)/timebar.o \ $(OBJDIR)/timeentry.o \ @@ -345,6 +341,7 @@ LIBRARIES := \ $(THEME_DATA) \ LIBS = $(LIBRARIES) +LIBS += $(thirdparty_libraries) $(static_libraries) LIBS += \ -lX11 \ -lXext \ @@ -452,20 +449,10 @@ $(CUTADS): $(CUTOBJS) $(CUTLIBS) @echo g++ -o $@ $(CUTOBJS) @g++ $(CFLAGS) -pthread -o $@ $(CUTOBJS) $(CUTLIBS) -$(BDWRITE): $(BDWOBJS) +$(BDWRITE): $(BDWOBJS) $(LIBRARIES) @echo g++ -o $@ $(BDWOBJS) @g++ $(CFLAGS) -pthread -o $@ $(BDWOBJS) $(LIBS) -$(OBJDIR)/test: - $(CC) -shared -o $(OBJDIR)/test.so \ - $(OBJDIR)/threadfork.o \ - ../guicast/$(OBJDIR)/thread.o \ - ../guicast/$(OBJDIR)/mutex.o - $(CC) -o $(OBJDIR)/test test.C \ - `cat $(OBJDIR)/c_flags` \ - $(OBJDIR)/test.so \ - $(LIBS) - clean: rm -rf $(OBJDIR) find \( -name core \