#define IHaveSubdirs #define PassCDebugFlags SUBDIRS = libvncauth vncviewer vncpasswd vncconnect World: make Makefiles make depend make all @echo "" @echo Built $(SUBDIRS). @echo 'To build Xvnc, do "cd Xvnc", followed by "./configure" then "make"' @echo "" ( cd Xvnc && ./configure && make ) libs: @echo 'No libraries included.' MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS))