# # configure environment # TARGET = cSharpSample CS_NAME = $(TARGET)$(xtra).exe include global.mak include defaults.$(PLAT) include rules.mak # # target object and source files # include src.$(PLAT) include objs.$(PLAT) # # targets # include target.cs