source: CMT/v1r12p20020606/fragments/library_no_share @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 705 bytes
Line 
1
2${CONSTITUENT}LIB :: $(${CONSTITUENT}lib)
3        @/bin/echo ${CONSTITUENT} : library ok
4
5$(${CONSTITUENT}lib) :: ${OBJS}
6        $(lib_echo) library
7        $(lib_silent) cd $(bin); \
8          $(ar) $(${CONSTITUENT}lib) $?
9        $(lib_silent) $(ranlib) $(${CONSTITUENT}lib)
10        $(lib_silent) cat /dev/null >$(${CONSTITUENT}stamp)
11
12#------------------------------------------------------------------
13#  Future improvement? to empty the object files after
14#  storing in the library
15#
16##        for f in $?; do \
17##          rm $${f}; touch $${f}; \
18##        done
19#------------------------------------------------------------------
20
21${CONSTITUENT}clean ::
22        $(cleanup_echo) ${OBJS}
23        $(cleanup_silent) cd $(bin); /bin/rm -f ${OBJS}
24
Note: See TracBrowser for help on using the repository browser.