gambas-source-code/main/lib/Makefile.am
Benoît Minisini 5d6905a13e [DEVELOPMENT ENVIRONMENT]
* NEW: The project tree popup menu now has the refresh action.

[GB.SIGNAL]
* NEW: New component to catch or ignore process signals.


git-svn-id: svn://localhost/gambas/trunk@3037 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-07-12 23:09:57 +00:00

19 lines
571 B
Makefile

SUBDIRS = . debug eval db compress vb option draw image gui image.effect signal
dist_gblib_DATA = gb.component
gblib_DATA = gb.component
install-data-hook:
@echo
@echo "Creating the information files for gb component..."
@$(INSTALL) -d $(DESTDIR)$(gbdatadir)/info
@$(DESTDIR)$(bindir)/gbi$(GAMBAS_VERSION) -r $(DESTDIR)$(prefix) gb
@rm -f $(DESTDIR)$(gblibdir)/lib.gb.la
@rm -f $(DESTDIR)$(gblibdir)/lib.gb.so*
uninstall-hook:
@rm -rf $(DESTDIR)$(gblibdir)gb.component
@rm -rf $(DESTDIR)$(gbdatadir)/info/gb.info
@rm -rf $(DESTDIR)$(gbdatadir)/info/gb.list