Hi, How can I make a Makefile based on automake to be conditionnal at make time and not at configure time. I have to do this in my Makefile : ifeq "$(shell if [ -f $(DEPEND) ]; then echo EXISTS; fi)" "" all: $(PROG) include $(DEPEND) else all: depend endif So it requires make time checking because it generates differents files depending on what it has been generated before. Please Help. -- Florent DEVIN
- Re: Conditonnal Florent. Devin
- Re: Conditonnal Alexandre Oliva
- RE: Conditonnal Tim Van Holder
- Re: Conditonnal Alexandre Oliva