Makefile 709 B

123456789101112131415161718192021222324252627
  1. thisdir = class/System.Data.Services.Client
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Data.Services.Client.dll
  5. Client/System.Data.Services.Client.resources: Client/System.Data.Services.Client.txt
  6. $(RESGEN) "$<" "$@"
  7. LIB_REFS = System System.Core System.Xml.Linq System.Data System.Xml
  8. LIB_MCS_FLAGS = \
  9. -d:NET_3_5 \
  10. -resource:Client/System.Data.Services.Client.resources \
  11. -warn:2
  12. ifndef NO_WINDOWS_BASE
  13. ifneq (2.1, $(FRAMEWORK_VERSION))
  14. LIB_REFS += WindowsBase
  15. endif
  16. endif
  17. include ../../build/library.make
  18. $(the_lib): Client/System.Data.Services.Client.resources
  19. EXTRA_DISTFILES = Client/System.Data.Services.Client.txt
  20. CLEAN_FILES += Client/System.Data.Services.Client.resources