Mono.Zeroconf – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ASSEMBLY_NAME = MZClient
2 ASSEMBLY = $(ASSEMBLY_NAME).exe
3  
4 assemblydir = $(libdir)/mono-zeroconf
5 assembly_SCRIPTS = $(ASSEMBLY) $(ASSEMBLY).mdb
6  
7 wrapperdir = $(bindir)
8 wrapper_SCRIPTS = mzclient
9  
10 SOURCES = \
11 $(top_srcdir)/src/AssemblyInfo.cs \
12 $(srcdir)/ZeroconfClient.cs
13  
14 all: $(ASSEMBLY)
15  
16 $(ASSEMBLY): $(top_builddir)/src/Mono.Zeroconf/Mono.Zeroconf.dll $(SOURCES)
17 $(MCS) -debug -out:$@ -r:$< $(SOURCES)
18  
19 EXTRA_DIST = $(SOURCES) MZClient.csproj
20 CLEANFILES = $(ASSEMBLY){,.mdb}
21 MAINTAINERCLEANFILES = \
22 Makefile.in
23