| 17 |
release = 0 |
release = 0 |
| 18 |
endif |
endif |
| 19 |
|
|
| 20 |
export LDFLAGS+=$PAM_BIT |
export LDFLAGS+=$(PAM_BIT) |
| 21 |
export CFLAGS+=$PAM_BIT |
export CFLAGS+=$(PAM_BIT) |
| 22 |
export FFLAGS+=$PAM_BIT |
export FFLAGS+=$(PAM_BIT) |
| 23 |
|
|
| 24 |
DIRS=event PamOffLineSW YodaProfiler |
DIRS=event PamOffLineSW YodaProfiler |
| 25 |
|
|
| 33 |
for sub_dir in $(DIRS) ; do \ |
for sub_dir in $(DIRS) ; do \ |
| 34 |
( cd $$sub_dir && make distclean) ; \ |
( cd $$sub_dir && make distclean) ; \ |
| 35 |
done |
done |
| 36 |
|
for sub_dir in `find ./ -name obj` ; do \ |
| 37 |
|
rm -rf $$sub_dir ; \ |
| 38 |
|
done |
| 39 |
|
|
| 40 |
install: |
install: |
| 41 |
if [ "$(PAM_SOFTWARE)" == "" ]; then echo "";\ |
if [ "$(PAM_SOFTWARE)" == "" ]; then echo "";\ |