automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Convenience programs


From: Russell Shaw
Subject: Convenience programs
Date: Wed, 01 Apr 2009 21:47:59 +1100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Hi,
In /<proj>/keysyms, i have a Makefile.am and it generates a "genkeysyms" program
in C.

/<proj>/src contains a Makefile.am and it generates source files in this
directory using ../keysyms/genkeysyms, then uses these sources in the rest
of the compile.

/<proj>/src/Makefile.am has:

keysyms.tab.include: ../keysyms/genkeysyms
        ../keysyms/genkeysyms


make distcheck reports:

  ../keysyms/genkeysyms
  make[3]: ../keysyms/genkeysyms: Command not found


How do i get /<proj>/keysyms/genkeysyms built first? Do i add(?):

../keysyms/genkeysyms:
    make -C ../keysyms




reply via email to

[Prev in Thread] Current Thread [Next in Thread]