gambas-source-code/main/lib/Makefile.am
Tobias Boege 00200dbece [CONFIGURATION]
* OPT: Move gb.inotify to main/lib.



git-svn-id: svn://localhost/gambas/trunk@6036 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-12-30 11:29:15 +00:00

20 lines
625 B
Makefile

SUBDIRS = . debug eval db compress vb option geom draw image gui gui.opengl \
image.effect signal complex data clipper @INOTIFY_DIR@
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