You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
519 B
22 lines
519 B
EXTRALIBS =
|
|
EXTRACPPFLAGS= -I./ -I../include -I../common -I../pcbnew
|
|
|
|
CPPFLAGS += $(EXTRACPPFLAGS)
|
|
|
|
OBJECTS3D = 3d_frame.o 3d_read_mesh.o 3d_canvas.o trackball.o 3d_aux.o\
|
|
3d_draw.o 3d_toolbar.o 3d_class.o
|
|
|
|
3d_class.o: 3d_class.cpp 3d_struct.h 3d_viewer.h
|
|
|
|
3d_read_mesh.o: 3d_read_mesh.cpp 3d_struct.h 3d_viewer.h
|
|
|
|
3d_frame.o: 3d_frame.cpp 3d_viewer.h
|
|
|
|
3d_canvas.o: 3d_canvas.cpp 3d_viewer.h
|
|
|
|
3d_aux.o: 3d_aux.cpp 3d_viewer.h
|
|
|
|
3d_draw.o: 3d_draw.cpp 3d_viewer.h 3d_struct.h
|
|
|
|
3d_toolbar.o: 3d_toolbar.cpp 3d_viewer.h
|
|
|