2013-05-04 19:23:17 +02:00
|
|
|
SUBDIRS = . debug eval db compress vb option geom draw image gui gui.opengl \
|
2013-12-30 12:29:15 +01:00
|
|
|
image.effect signal complex data clipper @INOTIFY_DIR@
|
2007-12-30 17:41:49 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|