-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathMakefile.am
28 lines (24 loc) · 921 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SUBDIRS = po applet-c applet-python cairo-test
# dummy, so that configure works properly
README: README.md
# project cleanup
MUCLEANFILES = aclocal.m4 \
compile \
config.* \
configure \
depcomp \
install-sh \
missing \
omf.make \
xmldocs.make \
INSTALL \
$(top_srcdir)/applet-c/org.mate.university.Applet.mate-panel-applet.in \
$(top_srcdir)/applet-c/org.mate.university.Applet.mate-panel-applet \
$(top_srcdir)/applet-c/org.mate.panel.applet.UniversityAppletFactory.service \
$(top_srcdir)/applet-python/org.mate.university.PythonApplet.mate-panel-applet.in \
$(top_srcdir)/applet-python/org.mate.university.PythonApplet.mate-panel-applet \
$(top_srcdir)/applet-python/org.mate.panel.applet.UniversityPythonAppletFactory.service
mu-clean: maintainer-clean
-test -z "$(MUCLEANFILES)" || rm -f $(MUCLEANFILES)
find . -name "Makefile.in" -exec rm \{\} \;
.PHONY: mu-clean