Makefile 418 B

1234567891011121314151617181920
  1. thisdir = tools/sqlsharp
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LOCAL_MCS_FLAGS =
  5. LIB_REFS = System System.Xml System.Data
  6. PROGRAM = sqlsharp.exe
  7. EXTRA_DISTFILES = README
  8. include ../../build/executable.make
  9. # Disable test for now
  10. #run-test-local: run-sqlsharp-test
  11. run-sqlsharp-test: $(PROGRAM)
  12. $(TEST_RUNTIME) $(PROGRAM) -A $(PROGRAM) $(ARGS)
  13. run: $(PROGRAM)
  14. $(RUNTIME) $(RUNTIME_FLAGS) $(PROGRAM) $(ARGS)