Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37429 Details for
Bug 60336
gambas 0.97 available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the modified Makefile
Makefile.am-0.96 (text/x-makefile), 1.45 KB, created by
carlier laurent
on 2004-08-14 09:07:49 UTC
(
hide
)
Description:
the modified Makefile
Filename:
MIME Type:
Creator:
carlier laurent
Created:
2004-08-14 09:07:49 UTC
Size:
1.45 KB
patch
obsolete
>SUBDIRS = libltdl src >EXTRA_DIST = TODO reconf app examples help README README.REDHAT README.DEBIAN >##AUTOMAKE_OPTIONS = dist-bzip2 > >install-exec-local: > @echo > @echo "Creating the library info files..." > @rm -rf $(pkgdatadir)/info > @$(INSTALL) -d $(pkgdatadir)/info > @$(bindir)/gbi -a -r $(prefix) > @rm -f $(pkglibdir)/lib.gb.la > @rm -f $(pkglibdir)/lib.gb.so* > > @echo > @echo "Installing the development environment..." > @(cd $(srcdir)/app; d=`pwd`; for p in *; do echo "Compiling $$p..."; cd $$d/$$p; \ > gbc -ag; gba; rm -rf .gambas; $(INSTALL) $$p $(bindir); done) > > @echo > @echo "Installing the gambas help files..." > @$(INSTALL) -d $(pkgdatadir)/help > @rm -rf $(pkgdatadir)/help > @cp -R $(srcdir)/help $(pkgdatadir) > > @echo > @echo "Installing the gambas examples..." > @rm -rf $(pkgdatadir)/examples > @$(INSTALL) -d $(pkgdatadir)/examples > @cp -R $(srcdir)/examples $(pkgdatadir) > @(cd $(pkgdatadir)/examples; d=`pwd`; for p in */ */*/; do cd $$d/$$p; \ > if test -e .project; then \ > echo "Compiling $$p..."; cd $$d/$$p; gbc -ag; gba; \ > fi \ > done) > >dist-hook: > @(cd $(distdir)/app; for p in *; do rm -rf $$p/.gambas $$p/.xvpics $$p/*/.xvpics $$p/*/*/.xvpics $$p/*~ $$p/*/*~ $$p/*/*/*~ $$p/.*.out $$p/*.out $$p/.lang/*.pot $$p/$$p; done) > @(cd $(distdir)/examples; for p in */ */*/; do \ > if test -e $$p/.project; then \ > rm -rf $$p/.gambas $$p/.xvpics $$p/*/.xvpics $$p/*/*/.xvpics $$p/*~ $$p/*/*~ $$p/.*.out $$p/*.out $$p/.lang/*.pot $$p/$$p; \ > fi \ > done) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 60336
:
37428
|
37429
|
37435