- Timestamp:
- Sep 16, 2008 3:54:06 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 1 edited
- 9 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r12493 r12498 62 62 VBoxKeyboard_TEMPLATE = VBOXR3 63 63 VBoxKeyboard_SOURCES = \ 64 src/ linux/keyboard-new.c64 src/X11/keyboard-new.c 65 65 VBoxKeyboard_LIBS = X11 66 66 VBoxKeyboard_LIBPATH = $(VBOX_LIBPATH_X11) … … 71 71 # redistributed with usable sources. 72 72 # 73 # This rule will link create a temporary symlink to src/ linux/ and tar73 # This rule will link create a temporary symlink to src/X11/ and tar 74 74 # up the selected files into a tarball that is installed into the 75 75 # bin directory (probably belongs in /usr/shared/somewhere really, … … 79 79 $(PATH_BIN)/vboxkeyboard.tar.gz: $(abspathex \ 80 80 $(VBoxKeyboard_SOURCES) \ 81 src/ linux/COPYING.LIB \82 src/ linux/keyboard.h \83 src/ linux/keyboard-layouts.h \84 src/ linux/keyboard-list.h \85 src/ linux/keyboard-tables.h \86 src/ linux/keyboard-types.h \87 src/ linux/Makefile \81 src/X11/COPYING.LIB \ 82 src/X11/keyboard.h \ 83 src/X11/keyboard-layouts.h \ 84 src/X11/keyboard-list.h \ 85 src/X11/keyboard-tables.h \ 86 src/X11/keyboard-types.h \ 87 src/X11/Makefile \ 88 88 ,$(PATH_SUB_CURRENT)) 89 89 $(call MSG_TOOL,tar/gzip,,$@) 90 90 $(QUIET2)$(RM) -f $(PATH_TARGET)/vboxkeyboard $@ 91 $(QUIET)$(LN_SYMLINK) $(VBOX_VIRTUALBOX4_SRC)/src/ linux/ $(PATH_TARGET)/vboxkeyboard91 $(QUIET)$(LN_SYMLINK) $(VBOX_VIRTUALBOX4_SRC)/src/X11/ $(PATH_TARGET)/vboxkeyboard 92 92 $(QUIET)cd $(PATH_TARGET) \ 93 93 && tar -chvf - $(addprefix vboxkeyboard/,$(notdir $^)) \ … … 357 357 endif 358 358 VirtualBox4_SOURCES += \ 359 src/ linux/XKeyboard-new.cpp \359 src/X11/XKeyboard-new.cpp \ 360 360 src/VBoxX11Helper.cpp 361 361 else
Note:
See TracChangeset
for help on using the changeset viewer.