c0d038b9f2
* NEW: ImageEditor: Invert the current selected shape reverses its points order. Selection offset has been implemented on top of the new gb.clipper component. Many bug fixes. [GB.CLIPPER] * NEW: This a new component based on the "Clipper" library. At the moment, it only allows to offset a group of polygons from a specified pixel delta. git-svn-id: svn://localhost/gambas/trunk@5788 867c0c6c-44f3-4631-809d-bfa615b0a4ec
20 lines
611 B
Makefile
20 lines
611 B
Makefile
SUBDIRS = . debug eval db compress vb option geom draw image gui gui.opengl \
|
|
image.effect signal complex data clipper
|
|
|
|
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
|
|
|
|
|