Makefile.am (218B)
1 # This Makefile.am is in the public domain 2 if WANT_FRAMEWORK 3 INTLEMU_SUBDIRS = intlemu 4 endif 5 6 if ENABLE_FUZZING 7 FUZZ_SUBDIRS = fuzz 8 endif 9 10 SUBDIRS = include $(INTLEMU_SUBDIRS) main common plugins $(FUZZ_SUBDIRS) .