X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile;h=d643a083baedfe613db5ffba5b500a6869754e56;hb=6c1b0479bfe94f209b6fe8d8161ea36d17bdef24;hp=e66167012ca0d20b3b9f370a0322671072d48f97;hpb=b53410a0e9548f99c2b37699f01766f50f1055ff;p=libfirm diff --git a/Makefile b/Makefile index e66167012..d643a083b 100644 --- a/Makefile +++ b/Makefile @@ -51,8 +51,6 @@ $(srcdir)config.h: $(Q)echo "#define libfirm_VERSION_MAJOR 1" >> $@ $(Q)echo "#define libfirm_VERSION_MICRO 0" >> $@ $(Q)echo "#define libfirm_VERSION_MINOR 20" >> $@ - $(Q)echo "#define HAVE_LONG_DOUBLE 1" >> $@ - $(Q)echo "#define FIRM_STATISTICS" >> $@ # libFirm libfirm_DIRS := \ @@ -68,6 +66,7 @@ libfirm_DIRS := \ ir/ir \ ir/lower \ ir/libcore \ + ir/lpp \ ir/opt \ ir/st \ ir/stat \