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>
|
||||
|
||||
* parser/makefile: Rename to Makefile.in, change prefix to @prefix@.
|
||||
|
|
|
@ -18,7 +18,7 @@ generated-stamp: $(APIS) ../generator/gapi_codegen.exe
|
|||
|
||||
clean:
|
||||
|
||||
prefix=/usr
|
||||
prefix=@prefix@
|
||||
apidir = $(DESTDIR)$(prefix)/share/gapi
|
||||
|
||||
install: all
|
|
@ -85,6 +85,8 @@ AC_SUBST(CFLAGS)
|
|||
AC_OUTPUT([
|
||||
glue/Makefile
|
||||
parser/Makefile
|
||||
generator/Makefile
|
||||
api/Makefile
|
||||
glib/Makefile
|
||||
pango/Makefile
|
||||
atk/Makefile
|
||||
|
|
|
@ -12,7 +12,7 @@ linux: gapi_codegen.exe
|
|||
clean:
|
||||
rm -f *.exe
|
||||
|
||||
prefix=/usr
|
||||
prefix=@prefix@
|
||||
|
||||
install: all
|
||||
cp gapi_codegen.exe $(DESTDIR)$(prefix)/bin
|
Loading…
Reference in a new issue