Makefile.in 744 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. esync.c \
  14. event.c \
  15. fd.c \
  16. file.c \
  17. handle.c \
  18. hook.c \
  19. mach.c \
  20. mailslot.c \
  21. main.c \
  22. mapping.c \
  23. mutex.c \
  24. named_pipe.c \
  25. object.c \
  26. process.c \
  27. procfs.c \
  28. ptrace.c \
  29. queue.c \
  30. region.c \
  31. registry.c \
  32. request.c \
  33. scheduler.c \
  34. semaphore.c \
  35. serial.c \
  36. signal.c \
  37. snapshot.c \
  38. sock.c \
  39. symlink.c \
  40. thread.c \
  41. timer.c \
  42. token.c \
  43. trace.c \
  44. unicode.c \
  45. user.c \
  46. window.c \
  47. winstation.c
  48. MANPAGES = \
  49. wineserver.de.UTF-8.man.in \
  50. wineserver.fr.UTF-8.man.in \
  51. wineserver.man.in
  52. EXTRALIBS = $(LDEXECFLAGS) $(POLL_LIBS) $(RT_LIBS) $(INOTIFY_LIBS)