2002-08-20 Rachel Hestilow <hestilow@ximian.com>
Ditto for generator and api. svn path=/trunk/gtk-sharp/; revision=6829
This commit is contained in:
parent
eb9fb61ed0
commit
e9f5e789b6
4 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-08-20 Rachel Hestilow <hestilow@ximian.com>
|
||||||
|
|
||||||
|
Ditto for generator and api.
|
||||||
|
|
||||||
2002-08-20 Rachel Hestilow <hestilow@ximian.com>
|
2002-08-20 Rachel Hestilow <hestilow@ximian.com>
|
||||||
|
|
||||||
* parser/makefile: Rename to Makefile.in, change prefix to @prefix@.
|
* parser/makefile: Rename to Makefile.in, change prefix to @prefix@.
|
||||||
|
|
|
@ -18,7 +18,7 @@ generated-stamp: $(APIS) ../generator/gapi_codegen.exe
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
||||||
prefix=/usr
|
prefix=@prefix@
|
||||||
apidir = $(DESTDIR)$(prefix)/share/gapi
|
apidir = $(DESTDIR)$(prefix)/share/gapi
|
||||||
|
|
||||||
install: all
|
install: all
|
|
@ -85,6 +85,8 @@ AC_SUBST(CFLAGS)
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
glue/Makefile
|
glue/Makefile
|
||||||
parser/Makefile
|
parser/Makefile
|
||||||
|
generator/Makefile
|
||||||
|
api/Makefile
|
||||||
glib/Makefile
|
glib/Makefile
|
||||||
pango/Makefile
|
pango/Makefile
|
||||||
atk/Makefile
|
atk/Makefile
|
||||||
|
|
|
@ -12,7 +12,7 @@ linux: gapi_codegen.exe
|
||||||
clean:
|
clean:
|
||||||
rm -f *.exe
|
rm -f *.exe
|
||||||
|
|
||||||
prefix=/usr
|
prefix=@prefix@
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
cp gapi_codegen.exe $(DESTDIR)$(prefix)/bin
|
cp gapi_codegen.exe $(DESTDIR)$(prefix)/bin
|
Loading…
Reference in a new issue