Changeset 3e0c94f in git
- Timestamp:
- Dec 19, 2008, 11:59:13 AM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 6045c31371ebacbf1acfc2f082225f05016f06b2
- Parents:
- 3f9d402d5db722260876fe4b288d58be66aa0a70
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
IntegerProgramming/Makefile.in
r3f9d40 r3e0c94f 71 71 ${INSTALL_PROGRAM} -s $(LLL) ${install_bindir} 72 72 73 # compatibility74 75 install-bindist-plural: install-bindist76 77 73 clean: 78 74 rm -f *.o *~ $(MAIN1) $(MAIN2) $(MAIN3) $(MAIN4) $(LLL) si_gcc_v.h -
Makefile.in
r3f9d40 r3e0c94f 196 196 197 197 BINDIST_DIRS = kernel Singular doc IntegerProgramming modules 198 PLU_BINDIST_DIRS = ${BINDIST_DIRS}199 198 SHAREDIST_DIRS = Singular doc emacs 200 PLU_SHAREDIST_DIRS = ${SHAREDIST_DIRS}201 199 TMPDIR = ${TMP_DIR}/singdist 202 200 -
Singular/Makefile.in
r3f9d40 r3e0c94f 587 587 echo "#undef MAKE_DISTRIBUTION " > distrib.h 588 588 589 install-bindist-plural: install-bindist590 591 install-sharedist-plural: install-sharedist592 593 589 install-sharedist: ${SLIBS_FILES} LIB/gftables 594 590 ${MKINSTALLDIRS} ${install_slibdir} -
emacs/Makefile.in
r3f9d40 r3e0c94f 54 54 ${INSTALL_DATA} .emacs-general ${emacsdir} 55 55 56 install-sharedist-plural: cmd-cmpl.el hlp-cmpl.el lib-cmpl.el57 ${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 319 319 endif 320 320 321 # compatibility322 323 install-bindist-plural: install-bindist324 325 321 ## 326 322 ## clean targest
Note: See TracChangeset
for help on using the changeset viewer.