rizin/libr/parse/p/att2intel.mk
pancake 098b1ba127 * Implement input and output filters for rasm2
- Experimental.. not yet ready for release
  - Add rasm2 -F flag to specify input and output filters
   $ rasm2 -F att2intel
* Add new att2intel r_parse plugin
  - make mrproper required
* Initial implementation of RBinClass
  - Only experimental and Java-specific atm
  - Add rabin2 -C to display classes
* Optimize some r_str functions
2011-10-05 02:38:37 +02:00

8 lines
289 B
Makefile

OBJ_ATTINTEL+=parse_att2intel.o
TARGET_ATTINTEL=parse_att2intel.${EXT_SO}
ALL_TARGETS+=${TARGET_ATTINTEL}
STATIC_OBJ+=${OBJ_ATTINTEL}
${TARGET_ATTINTEL}: ${OBJ_ATTINTEL}
${CC} $(call libname,parse_att2intel) -L../../util -lr_util -shared ${CFLAGS} -o ${TARGET_ATTINTEL} ${OBJ_ATTINTEL}