######################################################################### # $Id: dont_makefile,v 1.1.1.1 2001/04/29 04:17:16 hartmans Exp $ ######################################################################### # This is a makefile that does nothing. It is designed to be included # by module Makefile-s when they are not compatable with the local # system ######################################################################### all: @echo "This module will not be compiled on this system" remove: clean install: clean clean: @echo "Nothing to do" ######################################################################### # all over.. #########################################################################