From f762a1fbf4ccf565953855695ddd0bf60b34bf8e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 6 Feb 2017 17:52:56 +0100 Subject: Remove old ui and engine libe Makefiles. --- plugingui/Makefile.am.plugingui | 81 ----------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 plugingui/Makefile.am.plugingui (limited to 'plugingui') diff --git a/plugingui/Makefile.am.plugingui b/plugingui/Makefile.am.plugingui deleted file mode 100644 index 22ca3d9..0000000 --- a/plugingui/Makefile.am.plugingui +++ /dev/null @@ -1,81 +0,0 @@ -# -*- Makefile -*- - -PLUGIN_GUI_SOURCES = \ - $(top_srcdir)/hugin/hugin.c \ - $(top_srcdir)/plugingui/dgwindow.cc \ - $(top_srcdir)/plugingui/plugingui.cc \ - $(top_srcdir)/plugingui/label.cc \ - $(top_srcdir)/plugingui/eventhandler.cc \ - $(top_srcdir)/plugingui/font.cc \ - $(top_srcdir)/plugingui/window.cc \ - $(top_srcdir)/plugingui/widget.cc \ - $(top_srcdir)/plugingui/colour.cc \ - $(top_srcdir)/plugingui/painter.cc \ - $(top_srcdir)/plugingui/button.cc \ - $(top_srcdir)/plugingui/pixelbuffer.cc \ - $(top_srcdir)/plugingui/lineedit.cc \ - $(top_srcdir)/plugingui/led.cc \ - $(top_srcdir)/plugingui/checkbox.cc \ - $(top_srcdir)/plugingui/mainwindow.cc \ - $(top_srcdir)/plugingui/slider.cc \ - $(top_srcdir)/plugingui/scrollbar.cc \ - $(top_srcdir)/plugingui/stackedwidget.cc \ - $(top_srcdir)/plugingui/tabbutton.cc \ - $(top_srcdir)/plugingui/tabwidget.cc \ - $(top_srcdir)/plugingui/textedit.cc \ - $(top_srcdir)/plugingui/texture.cc \ - $(top_srcdir)/plugingui/texturedbox.cc \ - $(top_srcdir)/plugingui/layout.cc \ - $(top_srcdir)/plugingui/listbox.cc \ - $(top_srcdir)/plugingui/listboxthin.cc \ - $(top_srcdir)/plugingui/listboxbasic.cc \ - $(top_srcdir)/plugingui/knob.cc \ - $(top_srcdir)/plugingui/filebrowser.cc \ - $(top_srcdir)/plugingui/directory.cc \ - $(top_srcdir)/plugingui/pluginconfig.cc \ - $(top_srcdir)/plugingui/imagecache.cc \ - $(top_srcdir)/plugingui/image.cc \ - $(top_srcdir)/plugingui/combobox.cc \ - $(top_srcdir)/plugingui/progressbar.cc \ - $(top_srcdir)/plugingui/verticalline.cc \ - $(top_srcdir)/plugingui/resource.cc \ - $(top_srcdir)/plugingui/resource_data.cc \ - $(top_srcdir)/plugingui/lodepng/lodepng.cpp - -$(top_srcdir)/plugingui/resource_data.cc : $(top_srcdir)/plugingui/rcgen - (cd $(top_srcdir)/plugingui/resources; ../rcgen * > ../resource_data.cc) - -PLUGIN_GUI_LIBS = $(GUI_LIBS) $(PTHREAD_LIBS) - -PLUGIN_GUI_CPPFLAGS = \ - $(GUI_CPPFLAGS) -I$(top_srcdir)/hugin \ - -I$(top_srcdir)/plugingui \ - -DWITH_HUG_MUTEX $(PTHREAD_CFLAGS) \ - -DLODEPNG_NO_COMPILE_ENCODER \ - -DLODEPNG_NO_COMPILE_DISK \ - -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS \ - -DLODEPNG_NO_COMPILE_ERROR_TEXT \ - -DLODEPNG_NO_COMPILE_CPP - -if ENABLE_X11 -PLUGIN_GUI_SOURCES += \ - $(top_srcdir)/plugingui/nativewindow_x11.cc -endif - -if ENABLE_WIN32 -PLUGIN_GUI_SOURCES += \ - $(top_srcdir)/plugingui/nativewindow_win32.cc -endif - -if ENABLE_PUGL -PLUGIN_GUI_SOURCES += \ - $(top_srcdir)/plugingui/nativewindow_pugl.cc \ - $(top_srcdir)/pugl/pugl/pugl_x11.c -PLUGIN_GUI_CPPFLAGS += -I$(top_srcdir)/pugl/pugl -endif - -if ENABLE_COCOA -PLUGIN_GUI_SOURCES += \ - $(top_srcdir)/plugingui/nativewindow_cocoa.m \ - $(top_srcdir)/plugingui/nativewindow_cocoa.cc -endif -- cgit v1.2.3