-# Add the "-DWITH_LCD" flag in APP_CLFAGS to add support for LCD\r
-# and add SRC_LCD to SRC_MAIN\r
-APP_CFLAGS = -O6\r
-\r
-SRC_LCD = fonts.c LCD.c\r
-\r
-SRC_MAIN = start.c \\r
+#remove one of the following defines and comment out the relevant line\r
+#in the next section to remove that particular feature from compilation \r
+APP_CFLAGS = -O6 -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b\r
+#-DWITH_LCD\r
+\r
+#SRC_LCD = fonts.c LCD.c\r
+SRC_ISO15693 = iso15693.c\r
+SRC_ISO14443a = iso14443a.c\r
+SRC_ISO14443b = iso14443.c\r
+\r
+THUMBSRC = start.c \\r
+ $(SRC_LCD) \\r
+ $(SRC_ISO15693) \\r