Rev 38705 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
include ../MkRulesall: makeMakedeps ga.aCFLAGS=-I. -I.. -I../../include $(OPTFLAGS) -DINDLL -DR_DLL_BUILDSOURCES=$(filter-out graphappmain.c xredef.c, $(wildcard *.c))OBJS=$(foreach i, $(SOURCES), $(basename $i).o)ga.a: $(OBJS)clean:$(RM) *.o *.a *~ \#*\# *.d Makedeps# DependenciesDEPS=$(SOURCES:.c=.d)makeMakedeps: $(DEPS)@$(RM) Makedeps@cat $(DEPS) >> Makedeps-include Makedeps