mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-06-03 15:38:14 +00:00
2002-08-20 Rachel Hestilow <hestilow@ximian.com>
* parser/makefile: Rename to Makefile.in, change prefix to @prefix@. * configure.in: generate parser/Makefile. svn path=/trunk/gtk-sharp/; revision=6828
This commit is contained in:
parent
f94279195c
commit
eb9fb61ed0
|
@ -1,3 +1,8 @@
|
||||||
|
2002-08-20 Rachel Hestilow <hestilow@ximian.com>
|
||||||
|
|
||||||
|
* parser/makefile: Rename to Makefile.in, change prefix to @prefix@.
|
||||||
|
* configure.in: generate parser/Makefile.
|
||||||
|
|
||||||
2002-08-20 Rachel Hestilow <hestilow@ximian.com>
|
2002-08-20 Rachel Hestilow <hestilow@ximian.com>
|
||||||
|
|
||||||
* makefile: Add parser to build (for install only)
|
* makefile: Add parser to build (for install only)
|
||||||
|
|
|
@ -84,6 +84,7 @@ AC_SUBST(CFLAGS)
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
glue/Makefile
|
glue/Makefile
|
||||||
|
parser/Makefile
|
||||||
glib/Makefile
|
glib/Makefile
|
||||||
pango/Makefile
|
pango/Makefile
|
||||||
atk/Makefile
|
atk/Makefile
|
||||||
|
|
|
@ -16,7 +16,7 @@ clean:
|
||||||
distclean:
|
distclean:
|
||||||
rm -f gapi_format_xml
|
rm -f gapi_format_xml
|
||||||
|
|
||||||
prefix=/usr
|
prefix=@prefix@
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
for i in $(SCRIPTS) gapi_format_xml; do \
|
for i in $(SCRIPTS) gapi_format_xml; do \
|
Loading…
Reference in a new issue