nolibgs_hello_worlds/Makefile

127 lines
3.2 KiB
Makefile
Raw Normal View History

2021-07-10 13:36:57 +02:00
hello_2pads:
$(MAKE) -C hello_2pads
2021-10-30 12:22:04 +02:00
hello_bs:
$(MAKE) -C hello_bs
hello_cd:
$(MAKE) -C hello_cd
hello_cdda:
$(MAKE) -C hello_cdda
hello_cd_exec:
$(MAKE) -C hello_cd_exec
2021-07-10 13:36:57 +02:00
hello_cube:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_cube
2021-07-10 13:36:57 +02:00
hello_cubetex:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_cubetex
2021-07-25 17:37:33 +02:00
hello_cubetex_stp:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_cubetex_stp
hello_font:
$(MAKE) -C hello_font
hello_fx:
$(MAKE) -C hello_fx
2021-07-10 13:36:57 +02:00
hello_gte_opti:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_gte_opti
2021-07-10 13:36:57 +02:00
hello_light:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_light
hello_mod:
$(MAKE) -C hello_mod
hello_multi_vag:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_multi_vag
hello_multi_xa:
$(MAKE) -C hello_multi_xa
hello_ovl_exec:
$(MAKE) -C hello_ovl_exec
2021-07-10 13:36:57 +02:00
hello_pad:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_pad
2021-07-10 13:36:57 +02:00
hello_poly:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_poly
2021-07-10 13:36:57 +02:00
hello_poly_ft:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_poly_ft
hello_poly_fun:
$(MAKE) -C hello_poly_fun
2021-07-10 13:36:57 +02:00
hello_poly_gt:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_poly_gt
2021-07-10 13:36:57 +02:00
hello_poly_gt_tw:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_poly_gt_tw
2021-07-10 13:36:57 +02:00
hello_poly_inline:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_poly_inline
hello_poly_stp:
$(MAKE) -C hello_poly_stp
2021-07-10 13:36:57 +02:00
hello_sio:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_sio
2021-07-10 13:36:57 +02:00
hello_sprt:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_sprt
hello_str:
$(MAKE) -C hello_str
hello_strplay:
$(MAKE) -C hello_strplay
2021-07-10 13:36:57 +02:00
hello_tile:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_tile
2021-07-10 13:36:57 +02:00
hello_vag:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_vag
hello_world:
$(MAKE) -C hello_world
2021-07-20 13:30:37 +02:00
hello_xa:
2021-10-30 12:22:04 +02:00
$(MAKE) -C hello_xa
hello_xa_streaming:
$(MAKE) -C hello_xa_streaming
2021-07-10 13:36:57 +02:00
clean:
$(MAKE) -C hello_2pads clean
$(MAKE) -C hello_cube clean
$(MAKE) -C hello_cubetex clean
2021-07-25 17:37:33 +02:00
$(MAKE) -C hello_cubetex_stp clean
2021-07-10 13:36:57 +02:00
$(MAKE) -C hello_poly_fun clean
$(MAKE) -C hello_gte_opti clean
$(MAKE) -C hello_light clean
$(MAKE) -C hello_multi_vag clean
2021-07-10 13:36:57 +02:00
$(MAKE) -C hello_pad clean
$(MAKE) -C hello_poly clean
$(MAKE) -C hello_poly_ft clean
2021-07-25 13:06:55 +02:00
$(MAKE) -C hello_poly_stp clean
2021-07-10 13:36:57 +02:00
$(MAKE) -C hello_poly_gt clean
$(MAKE) -C hello_poly_gt_tw clean
$(MAKE) -C hello_poly_inline clean
$(MAKE) -C hello_rsd clean
$(MAKE) -C hello_sio clean
$(MAKE) -C hello_sprt clean
$(MAKE) -C hello_tile clean
$(MAKE) -C hello_vag clean
$(MAKE) -C hello_world clean
$(MAKE) -C hello_cdda clean cleansub
2021-07-17 13:16:05 +02:00
$(MAKE) -C hello_cd cleansub
2021-07-20 13:30:37 +02:00
$(MAKE) -C hello_xa cleansub
2021-07-21 15:03:16 +02:00
$(MAKE) -C hello_bs cleansub
2021-07-23 20:13:38 +02:00
$(MAKE) -C hello_str cleansub
2021-09-13 18:56:10 +02:00
$(MAKE) -C hello_strplay cleansub
2021-07-10 13:36:57 +02:00
all:
$(MAKE) -C hello_2pads
$(MAKE) -C hello_cube
$(MAKE) -C hello_cubetex
2021-07-25 17:37:33 +02:00
$(MAKE) -C hello_cubetex_stp
2021-07-10 13:36:57 +02:00
$(MAKE) -C hello_poly_fun
$(MAKE) -C hello_gte_opti
$(MAKE) -C hello_light
$(MAKE) -C hello_multi_vag
2021-07-10 13:36:57 +02:00
$(MAKE) -C hello_pad
$(MAKE) -C hello_poly
$(MAKE) -C hello_poly_ft
$(MAKE) -C hello_poly_gt
$(MAKE) -C hello_poly_gt_tw
$(MAKE) -C hello_poly_inline
$(MAKE) -C hello_sio
$(MAKE) -C hello_sprt
$(MAKE) -C hello_tile
$(MAKE) -C hello_vag
$(MAKE) -C hello_world
2021-07-17 13:16:05 +02:00
$(MAKE) -C hello_cd all
$(MAKE) -C hello_cdda all
2021-07-20 13:30:37 +02:00
$(MAKE) -C hello_xa all
2021-07-21 15:03:16 +02:00
$(MAKE) -C hello_bs all
2021-07-23 20:13:38 +02:00
$(MAKE) -C hello_str all
2021-09-13 18:56:10 +02:00
$(MAKE) -C hello_strplay all
2021-07-10 13:36:57 +02:00
# declare phony rules
2021-10-30 12:22:04 +02:00
.PHONY: hello_2pads hello_bs hello_cd hello_cdda hello_cd_exec hello_cube hello_cubetex hello_cubetex_stp hello_font hello_fx hello_gte_opti hello_light hello_mod hello_multi_vag hello_multi_xa hello_ovl_exec hello_pad hello_poly hello_poly_ft hello_poly_fun hello_poly_gt hello_poly_gt_tw hello_poly_inline hello_poly_stp hello_sio hello_sprt hello_str hello_strplay hello_tile hello_vag hello_world hello_xa hello_xa_streaming \
2021-07-10 13:36:57 +02:00
clean all