mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
poly2d/: add triangulation (untested)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# Makefile - Makefile of libpoly2d
|
||||
#
|
||||
# Written 2012 by Werner Almesberger
|
||||
# Copyright 2012 by Werner Almesberger
|
||||
# Written 2012, 2013 by Werner Almesberger
|
||||
# Copyright 2012, 2013 by Werner Almesberger
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -18,7 +18,8 @@ LIB = libpoly2d.a
|
||||
OBJS = v2d_intersect.o v2d_line_distance.o \
|
||||
p2d_area.o p2d_area_holes.o \
|
||||
p2d_attrib.o p2d_contains_point.o p2d_contains_poly.o \
|
||||
p2d_copy.o p2d_free.o p2d_gnuplot.o p2d_make.o p2d_offset.o p2d_hsort.o
|
||||
p2d_copy.o p2d_free.o p2d_gnuplot.o p2d_make.o p2d_offset.o \
|
||||
p2d_hsort.o f2d_tri_holes.o f2d_tri.o
|
||||
|
||||
CFLAGS_WARN = -Wall -Wshadow -Wmissing-prototypes \
|
||||
-Wmissing-declarations -Wno-format-zero-length
|
||||
|
||||
Reference in New Issue
Block a user