Changeset be6689f in git for kernel/Makefile.in


Ignore:
Timestamp:
Jan 29, 2010, 10:10:49 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5ece858d3e33476c4997a89a2cfd4167e301c9e7
Parents:
cbc4b8a7c332e1bec9c9736ce1c4a906902a1b73
Message:
new target install_all to install ALL libs

git-svn-id: file:///usr/local/Singular/svn/trunk@12477 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.in

    rcbc4b8 rbe6689f  
    251251endif
    252252
    253 all:    kversion.h libkernel.a libkernel_g.a libkernel_p.a mmalloc.o ${DL_LIBS} ${DL_LIBSG} ${OBJS2} ${DL_LIBSP}
     253all:    kversion.h libkernel.a libkernel_g.a mmalloc.o ${DL_LIBS} ${DL_LIBSG} ${OBJS2}
    254254
    255255libkernel.a: ${OBJS}
     
    296296install: all installbin
    297297
    298 installbin: ${DL_LIBS} ${DL_LIBSG} ${DL_LIBSP}
     298install_all: install libkernel_p.a ${DL_LIBSP}
     299        - ranlib libkernel_p.a
     300ifeq (,${DL_LIBS})
     301else
     302ifeq (,${DL_LIBSG})
     303else
     304        -for file in ${DL_LIBSP}; do ${INSTALL_PROGRAM} $$file ../Singular; done
     305endif
     306endif
     307
     308
     309installbin: ${DL_LIBS} ${DL_LIBSG}
    299310        ${MKINSTALLDIRS} ${bindir}
    300311        - ranlib libkernel.a
    301312        - ranlib libkernel_g.a
    302         - ranlib libkernel_p.a
    303313ifeq (,${DL_LIBS})
    304314else
     
    306316ifeq (,${DL_LIBSG})
    307317else
    308         -for file in ${DL_LIBS} ${DL_LIBSG} ${DL_LIBSP}; do ${INSTALL_PROGRAM} $$file ../Singular; done
     318        -for file in ${DL_LIBS} ${DL_LIBSG}; do ${INSTALL_PROGRAM} $$file ../Singular; done
    309319endif
    310320endif
Note: See TracChangeset for help on using the changeset viewer.