|
|
1.1 misho 1: libdir = /usr/local/lib
2:
3: INSTALL = install
4:
5: LIBSO = libaitsess.so
6:
7: all:
8:
9: depend:
10:
11: clean:
12: @rm -f ${LIBSO} *~
13:
14: install:
15: ${INSTALL} ${LIBSO} ${libdir}