Changeset 1035 for cpp/frams/Makefile-SDK
- Timestamp:
- 11/29/20 01:27:31 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/Makefile-SDK
r1007 r1035 5 5 include frams/Makefile-SDK-files 6 6 7 SDK_TESTS=genoconv_test genomanipulation geno_test genooper_test genooper_test_fTest neuro_test loader_test_geno loader_test_param saver_test_geno serial_test multiline_f0_test f0_variants_test full_props shapeconvert part_shapes neuro_layout_test geometry_apices_test geometry_info_test geometry_surface_test geometry_volume_test simil_test simil_unittests paramtree_stdin_test paramtree_paramlist_test mutableparam_test evol_test7 SDK_TESTS=genoconv_test genomanipulation geno_test genooper_test genooper_test_fTest neuro_test loader_test_geno loader_test_param saver_test_geno serial_test multiline_f0_test f0_variants_test full_props resize_f0 shapeconvert part_shapes neuro_layout_test geometry_apices_test geometry_info_test geometry_surface_test geometry_volume_test simil_test simil_unittests paramtree_stdin_test paramtree_paramlist_test mutableparam_test evol_test 8 8 9 9 sdk_tests: $(SDK_TESTS) … … 65 65 $(CXX) $(FULL_PROPS_OBJS) $(LDFLAGS) -o $@ 66 66 67 resize_f0: $(RESIZE_F0_OBJS) 68 $(CXX) $(RESIZE_F0_OBJS) $(LDFLAGS) -o $@ 69 67 70 shapeconvert: $(SHAPECONVERT_OBJS) 68 71 $(CXX) $(SHAPECONVERT_OBJS) $(LDFLAGS) -o $@
Note: See TracChangeset
for help on using the changeset viewer.