From cb3716ffb584fe0f593b6f1669a8efdba1305104 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 29 Mar 2016 02:16:55 +1000 Subject: Added my version of libg3d and friends. --- .../plugins/import/imp_dxf/Makefile.am | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/others/mimesh/libg3d-0.0.8/plugins/import/imp_dxf/Makefile.am (limited to 'src/others/mimesh/libg3d-0.0.8/plugins/import/imp_dxf/Makefile.am') diff --git a/src/others/mimesh/libg3d-0.0.8/plugins/import/imp_dxf/Makefile.am b/src/others/mimesh/libg3d-0.0.8/plugins/import/imp_dxf/Makefile.am new file mode 100644 index 0000000..a370a73 --- /dev/null +++ b/src/others/mimesh/libg3d-0.0.8/plugins/import/imp_dxf/Makefile.am @@ -0,0 +1,28 @@ +pluginimpdir = $(pkglibdir)/plugins/import + +pluginimp_LTLIBRARIES = \ + imp_dxf.la + +LIBTOOL += --quiet + +AM_CFLAGS = \ + -Wall -ansi -pedantic \ + -DG_LOG_DOMAIN=\"LibG3D\" \ + @DBG_CFLAGS@ -DDEBUG=@DEBUG@ \ + @GLIB_CFLAGS@ + +INCLUDES = -I$(top_srcdir)/include + +AM_LDFLAGS = \ + -no-undefined -module \ + @PLUGINS_LDFLAGS@ + +imp_dxf_la_SOURCES = imp_dxf.c imp_dxf.h \ + imp_dxf_types.h imp_dxf_def.h imp_dxf_vars.h \ + imp_dxf_entities.h imp_dxf_chunks.h \ + imp_dxf_callbacks.c imp_dxf_callbacks.h \ + imp_dxf_section.c imp_dxf_section.h \ + imp_dxf_color.c imp_dxf_color.h \ + imp_dxf_prop.c imp_dxf_prop.h +imp_dxf_la_LIBADD = $(top_builddir)/src/libg3d.la @GLIB_LIBS@ + -- cgit v1.1