Changeset 3e0c94f in git


Ignore:
Timestamp:
Dec 19, 2008, 11:59:13 AM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6045c31371ebacbf1acfc2f082225f05016f06b2
Parents:
3f9d402d5db722260876fe4b288d58be66aa0a70
Message:
*hannes: no separate plural targets (except doc)


git-svn-id: file:///usr/local/Singular/svn/trunk@11266 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • IntegerProgramming/Makefile.in

    r3f9d40 r3e0c94f  
    7171        ${INSTALL_PROGRAM} -s $(LLL) ${install_bindir}
    7272
    73 # compatibility
    74 
    75 install-bindist-plural: install-bindist
    76 
    7773clean:
    7874        rm -f *.o *~  $(MAIN1) $(MAIN2) $(MAIN3) $(MAIN4) $(LLL) si_gcc_v.h
  • Makefile.in

    r3f9d40 r3e0c94f  
    196196
    197197BINDIST_DIRS        = kernel Singular doc IntegerProgramming modules
    198 PLU_BINDIST_DIRS    = ${BINDIST_DIRS}
    199198SHAREDIST_DIRS      = Singular doc emacs
    200 PLU_SHAREDIST_DIRS  = ${SHAREDIST_DIRS}
    201199TMPDIR              = ${TMP_DIR}/singdist
    202200
  • Singular/Makefile.in

    r3f9d40 r3e0c94f  
    587587        echo "#undef MAKE_DISTRIBUTION " > distrib.h
    588588
    589 install-bindist-plural: install-bindist
    590 
    591 install-sharedist-plural: install-sharedist
    592 
    593589install-sharedist: ${SLIBS_FILES} LIB/gftables
    594590        ${MKINSTALLDIRS} ${install_slibdir}
  • emacs/Makefile.in

    r3f9d40 r3e0c94f  
    5454        ${INSTALL_DATA} .emacs-general ${emacsdir}
    5555
    56 install-sharedist-plural: cmd-cmpl.el hlp-cmpl.el lib-cmpl.el
    57         ${MKINSTALLDIRS} ${emacsdir}
    58         ${INSTALL_DATA} cmd-cmpl.el ${emacsdir}
    59         ${INSTALL_DATA} lib-cmpl.el ${emacsdir}
    60         ${INSTALL_DATA} hlp-cmpl.el ${emacsdir}
    61         ${INSTALL_DATA} singular.el ${emacsdir}
    62         ${INSTALL_DATA} .emacs-singular ${emacsdir}
    63         ${INSTALL_DATA} .emacs-general ${emacsdir}
  • kernel/Makefile.in

    r3f9d40 r3e0c94f  
    319319endif
    320320
    321 # compatibility
    322 
    323 install-bindist-plural: install-bindist
    324 
    325321##
    326322## clean targest
Note: See TracChangeset for help on using the changeset viewer.