Makefile.in 810 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. PROGRAMS = wineserver
  2. C_SRCS = \
  3. async.c \
  4. atom.c \
  5. change.c \
  6. class.c \
  7. clipboard.c \
  8. completion.c \
  9. console.c \
  10. debugger.c \
  11. device.c \
  12. directory.c \
  13. event.c \
  14. fd.c \
  15. file.c \
  16. handle.c \
  17. hook.c \
  18. mach.c \
  19. mailslot.c \
  20. main.c \
  21. mapping.c \
  22. mutex.c \
  23. named_pipe.c \
  24. object.c \
  25. process.c \
  26. procfs.c \
  27. ptrace.c \
  28. queue.c \
  29. region.c \
  30. registry.c \
  31. request.c \
  32. semaphore.c \
  33. serial.c \
  34. signal.c \
  35. sock.c \
  36. symlink.c \
  37. thread.c \
  38. timer.c \
  39. token.c \
  40. trace.c \
  41. unicode.c \
  42. user.c \
  43. window.c \
  44. winstation.c
  45. MANPAGES = \
  46. wineserver.de.UTF-8.man.in \
  47. wineserver.fr.UTF-8.man.in \
  48. wineserver.man.in
  49. EXTRALIBS = $(LDEXECFLAGS) $(RT_LIBS) $(INOTIFY_LIBS) $(PROCSTAT_LIBS)
  50. unicode_EXTRADEFS = -DNLSDIR="\"${nlsdir}\"" -DBIN_TO_NLSDIR=\"`${MAKEDEP} -R ${bindir} ${nlsdir}`\"