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