2023-06-17 21:48:37 -07:00
|
|
|
ENGINES_INC = $(PROJECT_DIR)/config/engines/mazda/
|
2015-07-10 06:01:56 -07:00
|
|
|
|
|
|
|
ENGINES_SRC_CPP = $(PROJECT_DIR)/config/engines/ford_aspire.cpp \
|
|
|
|
$(PROJECT_DIR)/config/engines/custom_engine.cpp \
|
2019-11-01 19:56:58 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/bmw_m73.cpp \
|
2020-03-11 17:48:09 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/bmw_m73_mre.cpp \
|
2021-10-02 09:50:06 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/bmw_n73.cpp \
|
2023-06-17 21:48:37 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/mazda/mazda_miata.cpp \
|
|
|
|
$(PROJECT_DIR)/config/engines/mazda/mazda_miata_base_maps.cpp \
|
|
|
|
$(PROJECT_DIR)/config/engines/mazda/mazda_miata_1_6.cpp \
|
|
|
|
$(PROJECT_DIR)/config/engines/mazda/mazda_miata_na8.cpp \
|
|
|
|
$(PROJECT_DIR)/config/engines/mazda/mazda_miata_vvt.cpp \
|
|
|
|
$(PROJECT_DIR)/config/engines/mazda/mazda_miata_custom_hunchback.cpp \
|
2015-07-10 06:01:56 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/citroenBerlingoTU3JP.cpp \
|
|
|
|
$(PROJECT_DIR)/config/engines/dodge_neon.cpp \
|
|
|
|
$(PROJECT_DIR)/config/engines/ford_1995_inline_6.cpp \
|
2022-10-25 20:18:41 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/gm_ls_4.cpp \
|
2023-03-25 09:54:02 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/gm_sbc.cpp \
|
2015-07-10 06:01:56 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/nissan_primera.cpp \
|
2021-07-02 13:26:23 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/nissan_vq.cpp \
|
2022-01-14 13:38:05 -08:00
|
|
|
$(PROJECT_DIR)/config/engines/harley.cpp \
|
2021-09-17 20:37:57 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/mercedes.cpp \
|
2023-06-17 21:48:37 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/mitsubishi_3A92.cpp \
|
2023-06-18 06:54:28 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/mitsubishi_4G93.cpp \
|
2021-10-02 09:50:06 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/honda_600.cpp \
|
|
|
|
$(PROJECT_DIR)/config/engines/honda_k_dbc.cpp \
|
2021-10-11 09:37:24 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/hyundai.cpp \
|
2015-07-10 06:01:56 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/subaru.cpp \
|
|
|
|
$(PROJECT_DIR)/config/engines/GY6_139QMB.cpp \
|
2023-06-17 21:48:37 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/mazda/mazda_626.cpp \
|
2015-07-10 06:01:56 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/sachs.cpp \
|
|
|
|
$(PROJECT_DIR)/config/engines/test_engine.cpp \
|
|
|
|
$(PROJECT_DIR)/config/engines/dodge_ram.cpp \
|
2020-12-14 21:09:35 -08:00
|
|
|
$(PROJECT_DIR)/config/engines/m111.cpp \
|
2015-09-05 18:03:42 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/vw.cpp \
|
2019-12-26 18:33:12 -08:00
|
|
|
$(PROJECT_DIR)/config/engines/vw_b6.cpp \
|
2015-10-16 12:02:24 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/chevrolet_camaro_4.cpp \
|
2016-01-04 02:02:45 -08:00
|
|
|
$(PROJECT_DIR)/config/engines/toyota_jzs147.cpp \
|
2023-06-17 21:48:37 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/toyota_1NZ_FE.cpp \
|
2019-05-03 15:44:59 -07:00
|
|
|
$(PROJECT_DIR)/config/engines/ford_festiva.cpp \
|
|
|
|
|
2015-07-10 06:01:56 -07:00
|
|
|
|