# $Id: makefile 3169 2008-04-17 01:05:28Z abehm $ # # Copyright (C) 2007 by The Regents of the University of California # # Redistribution of this file is permitted under the terms of the # BSD license # # Date: 01/30/2007 # # Author: Chen Li # Rares Vernica # Jiaheng Lu # include ../makefile.inc all: libcommon.a typedef.o unittest libcommon.a: libcommon.a(gramgen.o simmetric.o query.o) typedef.o: typedef.h gramge.h: typedef.h touch $@ gramgen.o: gramgen.h typedef.h simmetric.h: typedef.h gramgen.h touch $@ simmetric.o: simmetric.h util/misc.h query.h: typedef.h simmetric.h touch $@ query.o: query.h unittest: unittest.o libcommon.a $(APPSTRINGROOT)/util/libutil.a unittest.o: simmetric.h .PHONY: $(APPSTRINGROOT)/util/libutil.a $(APPSTRINGROOT)/util/libutil.a: $(MAKE) -C $(APPSTRINGROOT)/util libutil.a .PHONY: clean clean: clean-local .PHONY: clean-local clean-local: -rm *.a *.o *~ unittest -$(MAKE) -C $(APPSTRINGROOT)/util clean