Makefile.in 539 B

123456789101112131415161718192021222324252627282930313233343536
  1. PROGRAMS = widl
  2. PARENTSRC = ../wrc
  3. C_SRCS = \
  4. client.c \
  5. expr.c \
  6. hash.c \
  7. header.c \
  8. proxy.c \
  9. register.c \
  10. server.c \
  11. typegen.c \
  12. typelib.c \
  13. typetree.c \
  14. utils.c \
  15. widl.c \
  16. wpp.c \
  17. write_msft.c
  18. LEX_SRCS = \
  19. parser.l \
  20. ppl.l
  21. BISON_SRCS = \
  22. parser.y \
  23. ppy.y
  24. MANPAGES = widl.man.in
  25. widl_EXTRADEFS = \
  26. -DINCLUDEDIR="\"${includedir}\"" \
  27. -DDLLDIR="\"${dlldir}\"" \
  28. -DBIN_TO_INCLUDEDIR=\"`${MAKEDEP} -R ${bindir} ${includedir}`\" \
  29. -DBIN_TO_DLLDIR=\"`${MAKEDEP} -R ${bindir} ${dlldir}`\"
  30. INSTALL_DEV = $(PROGRAMS)