X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile;h=d643a083baedfe613db5ffba5b500a6869754e56;hb=d1cb53b02702f0ea401e511b4825cf83bc89610a;hp=e66167012ca0d20b3b9f370a0322671072d48f97;hpb=2fe92b2ba842a1ad390e0f993776d9867bf8aba3;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 \