SparkleShare/Makefile.am

33 lines
568 B
Makefile
Raw Normal View History

SUBDIRS = \
build \
2010-08-30 15:13:45 +00:00
help \
NotifySharp \
SmartIrc4net \
2010-10-10 12:57:46 +00:00
. \
SparkleLib \
2010-06-17 21:56:43 +00:00
SparkleShare \
2010-06-18 11:35:20 +00:00
data \
2010-06-17 21:56:43 +00:00
po
2010-10-10 12:57:46 +00:00
ASSEMBLY = GitSharp.dll
ASSEMBLY_FILE = $(top_builddir)/bin/$(ASSEMBLY)
all-local: $(ASSEMBLY_FILE)
$(ASSEMBLY_FILE):
@pushd GitSharp; \
$(MONO) tools/nant/NAnt.exe -buildfile:GitSharp.build -D:path.build.output=$(top_builddir)/../bin compile-gitsharp; \
popd;
clean-local:
rm -rf $(top_builddir)/bin
2010-08-30 15:13:45 +00:00
EXTRA_DIST = gnome-doc-utils.make
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
2010-08-30 15:13:45 +00:00
intltool-update \
gnome-doc-utils.make