[Gimp-developer] why do I need babl to UNINSTALL gimp?

Martin Nordholts enselic at gmail.com
Sat Apr 25 22:40:46 PDT 2009


Owen wrote:
> Well, looking at the my Makefile (recent git build, line 873) it reads;
> uninstall: uninstall-recursive
>
> Which doesn't seem to go anywhere. Just another mystery for me
>   

The uninstall-recursive target is enumerated in the RECURSIVE_TARGETS 
variable. All recursive targets are defined in one place, look for 
$(RECURSIVE_TARGETS):. It basically calls subdirs and invokes the 
uninstall-am target, which is defined as uninstall-am: 
uninstall-binSCRIPTS uninstall-pkgconfigDATA.

HTH

- Martin


More information about the Gimp-developer mailing list