#*=====================================================================*/ #* serrano/prgm/project/hop/weblets/home/demos/rss/Makefile */ #* ------------------------------------------------------------- */ #* Author : Manuel Serrano */ #* Creation : Fri Mar 3 10:30:36 2006 */ #* Last change : Fri May 12 18:53:43 2006 (serrano) */ #* Copyright : 2006 Manuel Serrano */ #* ------------------------------------------------------------- */ #* Makefile of a HOP demo */ #*=====================================================================*/ #*---------------------------------------------------------------------*/ #* Configuration */ #*---------------------------------------------------------------------*/ include ../../etc/Makefile.hopconfig include ../../etc/Makefile.version FILES = rss.hop POPULATION = Makefile $(FILES) DESTDIR = $(HOPDEMOSDIR)/$(DEMO) #*---------------------------------------------------------------------*/ #* install */ #*---------------------------------------------------------------------*/ install: mkdir -p $(DESTDIR) install -m a+r $(POPULATION) $(DESTDIR)