Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vala
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
669
Issues
669
List
Boards
Labels
Milestones
Merge Requests
23
Merge Requests
23
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
GNOME
vala
Commits
8faaee83
Commit
8faaee83
authored
Apr 14, 2009
by
Jürg Billeter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove generated .c files on make maintainer-clean
Fixes bug 509146.
parent
e9a1c3c5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
39 additions
and
0 deletions
+39
-0
ccode/Makefile.am
ccode/Makefile.am
+7
-0
compiler/Makefile.am
compiler/Makefile.am
+5
-0
gee/Makefile.am
gee/Makefile.am
+7
-0
gobject/Makefile.am
gobject/Makefile.am
+7
-0
vala/Makefile.am
vala/Makefile.am
+7
-0
vapigen/Makefile.am
vapigen/Makefile.am
+6
-0
No files found.
ccode/Makefile.am
View file @
8faaee83
...
...
@@ -83,3 +83,10 @@ libvalaccode_la_LIBADD = \
$(NULL)
EXTRA_DIST
=
$(libvalaccode_la_VALASOURCES)
ccode.vapi ccode.vala.stamp
MAINTAINERCLEANFILES
=
\
ccode.vapi
\
valaccode.h
\
$(libvalaccode_la_VALASOURCES:.vala=.c)
\
$(NULL)
compiler/Makefile.am
View file @
8faaee83
...
...
@@ -35,3 +35,8 @@ valac_LDADD = \
$(NULL)
EXTRA_DIST
=
$(valac_VALASOURCES)
valac.vala.stamp
MAINTAINERCLEANFILES
=
\
$(valac_VALASOURCES:.vala=.c)
\
$(NULL)
gee/Makefile.am
View file @
8faaee83
...
...
@@ -47,3 +47,10 @@ libgee_la_LIBADD = \
$(NULL)
EXTRA_DIST
=
$(libgee_la_VALASOURCES)
gee.vapi gee.vala.stamp
MAINTAINERCLEANFILES
=
\
gee.vapi
\
gee.h
\
$(libgee_la_VALASOURCES:.vala=.c)
\
$(NULL)
gobject/Makefile.am
View file @
8faaee83
...
...
@@ -65,3 +65,10 @@ libvala_la_LIBADD = \
$(NULL)
EXTRA_DIST
=
$(libvala_la_VALASOURCES)
gobject.vapi gobject.vala.stamp
MAINTAINERCLEANFILES
=
\
gobject.vapi
\
valagobject.h
\
$(libvala_la_VALASOURCES:.vala=.c)
\
$(NULL)
vala/Makefile.am
View file @
8faaee83
...
...
@@ -173,3 +173,10 @@ libvalacore_la_LIBADD = \
$(NULL)
EXTRA_DIST
=
$(libvalacore_la_VALASOURCES)
vala.vapi vala.vala.stamp
MAINTAINERCLEANFILES
=
\
vala.vapi
\
vala.h
\
$(libvalacore_la_VALASOURCES:.vala=.c)
\
$(NULL)
vapigen/Makefile.am
View file @
8faaee83
...
...
@@ -65,3 +65,9 @@ vapicheck_LDADD = \
$(NULL)
EXTRA_DIST
=
$(vapigen_VALASOURCES)
$(vapicheck_VALASOURCES)
vapigen.vala.stamp vapicheck.vala.stamp
MAINTAINERCLEANFILES
=
\
$(vapigen_VALASOURCES:.vala=.c)
\
$(vapicheck_VALASOURCES:.vala=.c)
\
$(NULL)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment