--- trunk/OOPSE-2.0/make/Makefile.in 2005/04/11 19:06:57 2158 +++ trunk/OOPSE-2.0/make/Makefile.in 2005/04/11 21:37:30 2164 @@ -59,6 +59,7 @@ Applications = \ applications/simpleBuilder\ applications/staticProps \ applications/dynamicProps \ + applications/nanoRodBuilder \ Samples = \ samples/argon \ @@ -243,7 +244,7 @@ ifndef __have_eval __ignore := $(eval __have_eval := $(true)) ifndef __have_eval - uc = $(shell echo $1 | tr "A-Z" "a-z") + uc = $(shell echo $1 | tr "a-z" "A-Z") lc = $(shell echo $1 | tr "A-Z" "a-z") else uc = $(call tr,$([a-z]),$([A-Z]),$1)