## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ## * This file is part of SableVM. * ## * See the file "LICENSE" for Copyright information and the * ## * terms and conditions for copying, distribution and * ## * modification of SableVM. * ## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * noinst_HEADERS = \ inlined_alpha.h \ inlined_arm.h \ inlined_hppa.h \ inlined_i386-gcc-2.95.h \ inlined_i386-gcc-3.3-fp.h \ inlined_i386-gcc-3.3.h \ inlined_ia64.h \ inlined_m68k.h \ inlined_powerpc-no-reorder.h \ inlined_powerpc.h \ inlined_s390.h \ inlined_sparc.h \ inlinability.m4 inlinability.list inlined_%.h: ../macros.m4 inlinability.m4 inlinability.list rm -f $@ m4 -P $^ -Dm4svm_archname=$* > $@ chmod a-w $@ clean-local: rm -f ./inlined_*.h