# 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 = src test man/man3 # binary products BINS = ############################################################ include SoftRelTools/standard.mk # After standard to avoid overriding 'all' target as default xftRegion: cd src/XftRegion ; $(MAKE) lib xftRegionalTracking: cd test/XftRegion ; $(MAKE) $(bindir)xftRegionalTracking