mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +02:00
16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
EXTRACPPFLAGS += -I$(SYSINCLUDE) -I./ -Ibitmaps -I../include
|
|
|
|
COMMON =
|
|
|
|
|
|
|
|
OBJECTS= \
|
|
PolyLine.o\
|
|
math_for_graphics.o\
|
|
polygon_test_point_inside.o
|
|
|
|
|
|
PolyLine.o: PolyLine.cpp PolyLine.h
|
|
|
|
math_for_graphics.o: math_for_graphics.cpp math_for_graphics.h
|