X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcreate_filelist.sh;h=8fe65f9b80bcab26c3abb316c85a203c5c420b96;hb=1c89dc2a2c3cccd6e29fcfbf65248496db66ab92;hp=8d90f73096eee19b48d84293938cd4040fdec802;hpb=60aee65e40d054356098006e3941174a7733571a;p=libfirm diff --git a/ir/create_filelist.sh b/ir/create_filelist.sh index 8d90f7309..8fe65f9b8 100755 --- a/ir/create_filelist.sh +++ b/ir/create_filelist.sh @@ -3,7 +3,7 @@ # Little helper script used to create the file list for Makefile.am # automatically -DIRS="adt ana be common debug ident ir libcore lower obstack opt stat tr tv" +DIRS="adt ana be common debug ident ir libcore lower obstack opt stat tr tv kaps" echo "libfirm_la_SOURCES = \\" > FILELIST for dir in $DIRS; do @@ -15,7 +15,7 @@ done echo "" >> FILELIST echo "" >> FILELIST echo "EXTRA_DIST = \\" >> FILELIST -FILES=`find $DIRS -maxdepth 1 -name "*.h" -o -name "*.def" -o -name "*.sh"` +FILES=`find $DIRS -maxdepth 1 -name "*.h" -o -name "*.def" -o -name "*.sh" -o -name "*.l" -o -name "*.y"` FILES="$FILES `find ir -name "*.inl"`" for f in $FILES; do echo -e "\t$f \\" >> FILELIST