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:
Rachel Hestilow 2002-08-20 20:54:28 +00:00
parent eb9fb61ed0
commit e9f5e789b6
4 changed files with 8 additions and 2 deletions

View file

@ -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@.

View file

@ -18,7 +18,7 @@ generated-stamp: $(APIS) ../generator/gapi_codegen.exe
clean:
prefix=/usr
prefix=@prefix@
apidir = $(DESTDIR)$(prefix)/share/gapi
install: all

View file

@ -85,6 +85,8 @@ AC_SUBST(CFLAGS)
AC_OUTPUT([
glue/Makefile
parser/Makefile
generator/Makefile
api/Makefile
glib/Makefile
pango/Makefile
atk/Makefile

View file

@ -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