gambas-source-code/main/lib/Makefile.am
Benoît Minisini 8acbd755a2 [GB.GUI.OPENGL]
* NEW: That new switcher component chooses between gb.gtk.opengl and 
  gb.qt4.opengl according to the current desktop in use.


git-svn-id: svn://localhost/gambas/trunk@4719 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-05-06 21:09:42 +00:00

19 lines
582 B
Makefile

SUBDIRS = . debug eval db compress vb option draw image gui gui.opengl 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