From c47f33a498f9c824a48c23987b312b3176602f7f Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 15 Nov 2012 20:18:22 -0500 Subject: Second step of revamping the build system The original Makefile.am was drawn to the top level. This commit breaks it out into the various directories with SUBDIRS connecting them. This makes each directory easier to maintain. --- keymaps/Makefile.am | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 keymaps/Makefile.am (limited to 'keymaps/Makefile.am') diff --git a/keymaps/Makefile.am b/keymaps/Makefile.am new file mode 100644 index 0000000000..bd6b675507 --- /dev/null +++ b/keymaps/Makefile.am @@ -0,0 +1,67 @@ +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + +if ENABLE_KEYMAP +udevkeymapdir = $(udevlibexecdir)/keymaps +dist_udevkeymap_DATA = \ + acer \ + acer-aspire_5720 \ + acer-aspire_8930 \ + acer-aspire_5920g \ + acer-aspire_6920 \ + acer-travelmate_c300 \ + asus \ + compaq-e_evo \ + dell \ + dell-latitude-xt2 \ + everex-xt5000 \ + fujitsu-amilo_li_2732 \ + fujitsu-amilo_pa_2548 \ + fujitsu-amilo_pro_edition_v3505 \ + fujitsu-amilo_pro_v3205 \ + fujitsu-amilo_si_1520 \ + fujitsu-esprimo_mobile_v5 \ + fujitsu-esprimo_mobile_v6 \ + genius-slimstar-320 \ + hewlett-packard \ + hewlett-packard-2510p_2530p \ + hewlett-packard-compaq_elitebook \ + hewlett-packard-pavilion \ + hewlett-packard-presario-2100 \ + hewlett-packard-tablet \ + hewlett-packard-tx2 \ + hewlett-packard_elitebook-8440p \ + ibm-thinkpad-usb-keyboard-trackpoint \ + inventec-symphony_6.0_7.0 \ + lenovo-3000 \ + lenovo-ideapad \ + lenovo-thinkpad-usb-keyboard-trackpoint \ + lenovo-thinkpad_x6_tablet \ + lenovo-thinkpad_x200_tablet \ + lg-x110 \ + logitech-wave \ + logitech-wave-cordless \ + logitech-wave-pro-cordless \ + maxdata-pro_7000 \ + medion-fid2060 \ + medionnb-a555 \ + micro-star \ + module-asus-w3j \ + module-ibm \ + module-lenovo \ + module-sony \ + module-sony-old \ + module-sony-vgn \ + module-sony-vpc \ + olpc-xo \ + onkyo \ + oqo-model2 \ + samsung-other \ + samsung-90x3a \ + samsung-sq1us \ + samsung-sx20s \ + toshiba-satellite_a100 \ + toshiba-satellite_a110 \ + toshiba-satellite_m30x \ + zepto-znote +endif + -- cgit v1.2.3-54-g00ecf