Don't delete some RabbitMQ.Client generated files since they are checked in.
[mono.git] / mcs / class / RabbitMQ.Client / docs / specs / Makefile
1 thisdir = class/RabbitMQ.Client/docs/specs
2 SUBDIRS =
3 include ../../../../build/rules.make
4
5 all-local: $(PROFILE)-api-0-9.cs $(PROFILE)-api-0-8.cs $(PROFILE)-api-qpid-0-8.cs
6
7 $(PROFILE)-api-0-9.cs: amqp0-9.stripped.xml
8         MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/RabbitMQ.Client.Apigen.exe /n:v0_9 "/apiName:AMQP_0_9" $^ $@
9
10 $(PROFILE)-api-0-8.cs: amqp0-8.stripped.xml
11         MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/RabbitMQ.Client.Apigen.exe /n:v0_8 "/apiName:AMQP_0_8" $^ $@
12
13 $(PROFILE)-api-qpid-0-8.cs: qpid-amqp.0-8.stripped.xml
14         MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/RabbitMQ.Client.Apigen.exe /n:v0_8qpid "/apiName:AMQP_0_8_QPID" $^ $@
15
16 install-local:
17
18 # These are checked in, so they shouldn't be deleted
19 clean-local:
20         rm -f $(PROFILE)-api*.cs
21
22 test-local:
23
24 run-test-local:
25
26 run-test-ondotnet-local:
27
28 DISTFILES =
29
30 dist-local:
31
32 uninstall-local: