From f1fe73d1909a2448a004a88362a1a532d0d4f7c3 Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 12 Feb 2023 23:53:22 -0600 Subject: switch to tinyobj and nanovg from assimp and cairo --- libs/cairo-1.16.0/boilerplate/Makefile.am | 76 ------------------------------- 1 file changed, 76 deletions(-) delete mode 100644 libs/cairo-1.16.0/boilerplate/Makefile.am (limited to 'libs/cairo-1.16.0/boilerplate/Makefile.am') diff --git a/libs/cairo-1.16.0/boilerplate/Makefile.am b/libs/cairo-1.16.0/boilerplate/Makefile.am deleted file mode 100644 index 29ad015..0000000 --- a/libs/cairo-1.16.0/boilerplate/Makefile.am +++ /dev/null @@ -1,76 +0,0 @@ -# Note: All source files are listed in Makefile.sources. - -include $(top_srcdir)/build/Makefile.am.common -include $(srcdir)/Makefile.am.features - -EXTRA_DIST += Makefile.win32 Makefile.win32.features -#MAINTAINERCLEANFILES += $(srcdir)/Makefile.win32.features - -AM_CPPFLAGS = \ - -I$(srcdir) \ - -I$(top_builddir)/src \ - -I$(top_srcdir)/src \ - $(CAIRO_CFLAGS) \ - $(NULL) -AM_LDFLAGS = $(CAIRO_LDFLAGS) - -if BUILD_CXX -cxx_boilerplate_lib = libcairoboilerplate_cxx.la -else -cxx_boilerplate_lib = -endif - -EXTRA_LTLIBRARIES += libcairoboilerplate.la $(cxx_boilerplate_lib) - - -libcairoboilerplate_la_SOURCES = \ - $(enabled_cairo_boilerplate_headers) \ - $(enabled_cairo_boilerplate_private) \ - $(enabled_cairo_boilerplate_sources) \ - cairo-boilerplate-constructors.c \ - $(NULL) -libcairoboilerplate_cxx_la_SOURCES = \ - $(enabled_cairo_boilerplate_cxx_sources) \ - $(NULL) -libcairoboilerplate_la_LIBADD = $(top_builddir)/src/libcairo.la \ - $(cxx_boilerplate_lib) \ - $(CAIRO_LIBS) \ - $(CAIROBOILERPLATE_LIBS) \ - $(NULL) -libcairoboilerplate_cxx_la_LIBADD = $(top_builddir)/src/libcairo.la \ - $(CAIRO_LIBS) \ - $(CAIROBOILERPLATE_LIBS) \ - $(NULL) -libcairoboilerplate_la_DEPENDENCIES = \ - $(cxx_boilerplate_lib) \ - $(NULL) - -if CAIRO_HAS_DL -libcairoboilerplate_la_LIBADD += -ldl -endif - -if CAIRO_HAS_BEOS_SURFACE -# BeOS system headers trigger this warning -libcairoboilerplate_cxx_la_CXXFLAGS = -Wno-multichar -endif - -if CAIRO_HAS_WIN32_SURFACE -libcairoboilerplate_la_LIBADD += -lwinspool -endif - -cairo-boilerplate-constructors.c: Makefile $(enabled_cairo_boilerplate_sources) $(enabled_cairo_boilerplate_cxx_sources) make-cairo-boilerplate-constructors.sh - (cd $(srcdir) && sh ./make-cairo-boilerplate-constructors.sh $(enabled_cairo_boilerplate_sources) $(enabled_cairo_boilerplate_cxx_sources)) > $@ - -BUILT_SOURCES += cairo-boilerplate-constructors.c -EXTRA_DIST += $(BUILT_SOURCES) make-cairo-boilerplate-constructors.sh -CLEANFILES += $(BUILT_SOURCES) - -test: check - -if CROSS_COMPILING -else -TESTS += check-link$(EXEEXT) -endif - -check_PROGRAMS += check-link -check_link_LDADD = libcairoboilerplate.la -- cgit v1.2.1