# Makefile for TrackingMods package # # uses SoftRelTools/standard.mk # # This makefile just redirects the make to the needed # subdirectories # ############################################################# # file lists (standard names, local contents) # # include file products INC = # library product LIB = #library contents LIBCFILES = LIBCCFILES = # subdirectories SUBDIRS = # binary products BINS = # manual pages MANPAGES = $(wildcard *.cc) ############################################################ include SoftRelTools/standard.mk