# # project FlowerSoft C++ library # title top level makefile for FlowerLib # file flower/Makefile # # Copyright (c) 1997 by # Jan Nieuwenhuizen # Han-Wen Nienhuys # ...your sort order here, or how to comment-out a comment # subdir level: # depth = .. # # identify module: # NAME = flower MODULE_NAME = flower # # edit .version only include ./$(depth)/flower/.version include ./$(depth)/.version build = ./$(depth)/flower/$(outdir)/.build # # generic variables: # include ./$(depth)/make/Variables.make # # descent order into subdirectories: # SUBDIRS = lib test # # list of distribution files: # SCRIPTS = README_FILES = NEWS README TODO DISTFILES= configure config.hh.in configure.in Makefile .version $(README_FILES) $(SCRIPTS) # # generic targets and rules: # include ./$(depth)/make/Targets.make include ./$(depth)/make/Rules.make # # version: # localdist: configure