92 lines
3.8 KiB
ObjectPascal
92 lines
3.8 KiB
ObjectPascal
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
|
|
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
|
|
|
|
#begin lib_target
|
|
#define TARGET p3linmath
|
|
#define LOCAL_LIBS \
|
|
p3putil
|
|
|
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
|
|
|
#define SOURCES \
|
|
aa_luse.h \
|
|
compose_matrix.h compose_matrix_src.I \
|
|
compose_matrix_src.cxx compose_matrix_src.h config_linmath.h \
|
|
coordinateSystem.h dbl2fltnames.h dblnames.h \
|
|
deg_2_rad.h deg_2_rad.I \
|
|
flt2dblnames.h fltnames.h lcast_to.h lcast_to_src.h \
|
|
lcast_to_src.I lmatrix.h lmatrix_ext.h lmatrix3_src.I \
|
|
lmatrix3_src.cxx lmatrix3_src.h lmatrix4_src.I \
|
|
lmatrix4_src.cxx lmatrix4_src.h lorientation.h \
|
|
lorientation_src.I lorientation_src.cxx lorientation_src.h \
|
|
lpoint2.h lpoint2_src.I lpoint2_src.cxx lpoint2_src.h \
|
|
lpoint3.h lpoint3_src.I lpoint3_src.cxx lpoint3_src.h \
|
|
lpoint4.h lpoint4_src.I lpoint4_src.cxx lpoint4_src.h \
|
|
lquaternion.h lquaternion_src.I lquaternion_src.cxx \
|
|
lquaternion_src.h lrotation.h lrotation_src.I \
|
|
lrotation_src.cxx lrotation_src.h \
|
|
lsimpleMatrix.h lsimpleMatrix.I \
|
|
luse.I luse.N luse.h \
|
|
lvec2_ops.h lvec2_ops_src.I lvec2_ops_src.h lvec3_ops.h \
|
|
lvec3_ops_src.I lvec3_ops_src.h lvec4_ops.h lvec4_ops_src.I \
|
|
lvec4_ops_src.h \
|
|
lvecBase2.h lvecBase2_src.I lvecBase2_src.cxx lvecBase2_src.h \
|
|
lvecBase3.h lvecBase3_src.I lvecBase3_src.cxx lvecBase3_src.h \
|
|
lvecBase4.h lvecBase4_src.I lvecBase4_src.cxx lvecBase4_src.h \
|
|
lvector2.h lvector2_src.I lvector2_src.cxx lvector2_src.h \
|
|
lvector3.h lvector3_src.I lvector3_src.cxx lvector3_src.h \
|
|
lvector4.h lvector4_src.I lvector4_src.cxx lvector4_src.h \
|
|
lvector4.h lvector4_src.I lvector4_src.cxx lvector4_src.h \
|
|
lvecBase2_ext.h lvecBase3_ext.h lvecBase4_ext.h \
|
|
lpoint2_ext.h lpoint3_ext.h lpoint4_ext.h \
|
|
lvector2_ext.h lvector3_ext.h lvector4_ext.h \
|
|
mathNumbers.h mathNumbers.I
|
|
|
|
#define INCLUDED_SOURCES \
|
|
compose_matrix.cxx config_linmath.cxx coordinateSystem.cxx \
|
|
lmatrix.cxx \
|
|
lorientation.cxx lpoint2.cxx \
|
|
lpoint3.cxx lpoint4.cxx lquaternion.cxx lrotation.cxx \
|
|
luse.cxx lvecBase2.cxx lvecBase3.cxx lvecBase4.cxx \
|
|
lvector2.cxx lvector3.cxx lvector4.cxx mathNumbers.cxx
|
|
|
|
#define INSTALL_HEADERS \
|
|
aa_luse.h \
|
|
compose_matrix.h compose_matrix_src.I \
|
|
compose_matrix_src.h config_linmath.h coordinateSystem.h \
|
|
dbl2fltnames.h dblnames.h \
|
|
deg_2_rad.h deg_2_rad.I \
|
|
flt2dblnames.h fltnames.h lcast_to.h lcast_to_src.I lcast_to_src.h \
|
|
lmat_ops.h lmat_ops_src.I lmat_ops_src.h lmatrix.h \
|
|
lmatrix3_src.I lmatrix3_src.h lmatrix4_src.I \
|
|
lmatrix4_src.h lorientation.h lorientation_src.I \
|
|
lorientation_src.h lpoint2.h lpoint2_src.I lpoint2_src.h lpoint3.h \
|
|
lpoint3_src.I lpoint3_src.h lpoint4.h lpoint4_src.I lpoint4_src.h \
|
|
lquaternion.h lquaternion_src.I lquaternion_src.h lrotation.h \
|
|
lrotation_src.I lrotation_src.h \
|
|
lsimpleMatrix.I lsimpleMatrix.h \
|
|
luse.I luse.h lvec2_ops.h \
|
|
lvec2_ops_src.I lvec2_ops_src.h lvec3_ops.h lvec3_ops_src.I \
|
|
lvec3_ops_src.h lvec4_ops.h lvec4_ops_src.I lvec4_ops_src.h \
|
|
lvecBase2.h lvecBase2_src.I lvecBase2_src.h lvecBase3.h \
|
|
lvecBase3_src.I lvecBase3_src.h lvecBase4.h lvecBase4_src.I \
|
|
lvecBase4_src.h lvector2.h lvector2_src.I lvector2_src.h \
|
|
lvector3.h lvector3_src.I lvector3_src.h lvector4.h lvector4_src.I \
|
|
lvector4_src.h mathNumbers.h mathNumbers.I
|
|
|
|
#define IGATESCAN all
|
|
|
|
#end lib_target
|
|
|
|
#begin test_bin_target
|
|
#define TARGET test_math
|
|
#define LOCAL_LIBS \
|
|
p3linmath
|
|
#define OTHER_LIBS $[OTHER_LIBS] p3pystub
|
|
|
|
#define SOURCES \
|
|
test_math.cxx
|
|
|
|
#end test_bin_target
|
|
|