1 # Shared versions of vx_crt{begin,end}.o, those one must be compiled only 2 # when the shared libraries are available 3 4 vx_crtbeginS.o: $(srcdir)/config/vxcrtstuff.c 5 $(crt_compile) $(CRTSTUFF_T_CFLAGS_S) -DCRT_BEGIN -c $< -DCRTSTUFFS_O 6 vx_crtendS.o: $(srcdir)/config/vxcrtstuff.c 7 $(crt_compile) $(CRTSTUFF_T_CFLAGS_S) -DCRT_END -c $< -DCRTSTUFFS_O 8 9 EXTRA_PARTS += vx_crtbeginS.o vx_crtendS.o 10