Makefile.in 473 B

123456789101112131415161718192021222324252627282930
  1. PROGRAMS = wrc
  2. EXTRALIBS = $(GETTEXTPO_LIBS)
  3. C_SRCS = \
  4. dumpres.c \
  5. genres.c \
  6. newstruc.c \
  7. po.c \
  8. translation.c \
  9. utils.c \
  10. wpp.c \
  11. wrc.c
  12. LEX_SRCS = \
  13. parser.l \
  14. ppl.l
  15. BISON_SRCS = \
  16. parser.y \
  17. ppy.y
  18. MANPAGES = wrc.man.in
  19. wrc_EXTRADEFS = \
  20. -DNLSDIR="\"${nlsdir}\"" \
  21. -DINCLUDEDIR="\"${includedir}\"" \
  22. -DBIN_TO_NLSDIR=\"`${MAKEDEP} -R ${bindir} ${nlsdir}`\" \
  23. -DBIN_TO_INCLUDEDIR=\"`${MAKEDEP} -R ${bindir} ${includedir}`\"
  24. INSTALL_DEV = $(PROGRAMS)