renamed CAPSTONE_NO_ATT to CAPSTONE_X86_ATT_DISABLE, added options to makefile, cmake, compile.txt
diff --git a/COMPILE.TXT b/COMPILE.TXT
index bc63ccc..f65aa27 100644
--- a/COMPILE.TXT
+++ b/COMPILE.TXT
@@ -21,12 +21,13 @@
 
   The other way of customize Capstone without having to edit config.mk is to
   pass the desired options on the commandline to ./make.sh. Currently,
-  Capstone supports 4 options, as followings.
+  Capstone supports 5 options, as followings.
 
   - CAPSTONE_ARCHS: specify list of architectures to compiled in.
   - CAPSTONE_USE_SYS_DYN_MEM: change this if you have your own dynamic memory management.
   - CAPSTONE_DIET: use this to make the output binaries more compact.
   - CAPSTONE_X86_REDUCE: another option to make X86 binary smaller.
+  - CAPSTONE_X86_ATT_DISABLE: disables AT&T syntax on x86
 
   By default, Capstone use system dynamic memory management, and both DIET and X86_REDUCE
   modes are disable.