Rev 4394 | Blame | Last modification | View Log | Download | RSS feed
include ../MkRulesifdef DEBUGDEBUGFLAG=-gelseDEBUGFLAG=endifCFLAGS=-I. -Wall $(DEBUGFLAG) -O2 -DINDLLSOURCES=$(filter-out graphappmain.c, $(wildcard *.c))OBJS=$(foreach i, $(SOURCES), $(basename $i).o)# Uncomment next line to get substitute of malloc and friendswinalloc-CFLAGS=-DDANGER=1../ga.a: $(OBJS)# workaround line-limit problems on djtools make$(AR) cr $@ *.o$(RANLIB) $@#../graphapp.o: graphapp.o# $(CP) graphapp.o ../graphapp.o#graphapp.o: $(filter-out graphappmain.c, $(wildcard *.c)) graphapp.h internal.h# $(CC) $(CFLAGS) -c graphapp.c# to allow changing USE_NATIVE*buttons.o : internal.hclean:$(RM) *.o *.a *~ \#*\#$(MAKE) -C gifs clean