Changeset 1e5bb5a in git for kernel/Makefile.in


Ignore:
Timestamp:
Apr 22, 2004, 5:23:07 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
59c08e9c9d8319f8c471bb5070da4a745235cace
Parents:
4d68df1e0e5d750a93dcc4073d2fcea13f1680ee
Message:
*hannes: cleanup static


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

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.in

    r4d68df1 r1e5bb5a  
    1313SINGULAR                = @SINGULAR@
    1414SINGUNAME               = @SINGUNAME@
    15 EXEC_EXT                = @EXEC_EXT@
    1615##
    1716## various paths
     
    7473ifdef LD_STATIC
    7574LDFLAGS  := ${STATIC_LDFLAGS} ${LDFLAGS}
    76 SING_EXEC = Singular-static
    7775LIBS := ${MP_LIBS} ${LIBS}
    7876DL_KERNEL =
    7977else
    8078LDFLAGS  := ${LD_DYN_FLAGS} ${LDFLAGS}
    81 SING_EXEC = Singular
    8279endif
    8380
     
    274271endif
    275272
    276 
    277 
    278273all:    libkernel.a libkernel-g.a ${DL_LIBS} ${DL_LIBSG}
    279 
    280 
    281 
    282 Singular-static: version.h
    283         sleep 1
    284         echo "#define HAVE_STATIC" > static.h
    285         ${MAKE} LD_STATIC=1 S_EXT="-static" Singular-static
    286         echo "#undef HAVE_STATIC" > static.h
    287274
    288275libkernel.a: ${OBJS}
    289276        ar cr $@ $^
    290 
    291 %.static: version.h
    292         ${MAKE} DL_KERNEL=0 S_EXT=".static" $@
    293277
    294278p_Procs_Lib.o: p_Procs_Lib.inc
     
    361345## miscellanous targets
    362346##
    363 
    364 install-bindist: $(HEADERS) $(SOURCES) Makefile depend
    365         echo "#define MAKE_DISTRIBUTION " > distrib.h
    366         sleep 1
    367         ${MKINSTALLDIRS} ${install_bindir}
    368         ${INSTALL_PROGRAM} -s  ${SING_EXEC} ${install_bindir}/Singular
    369         ${INSTALL_PROGRAM} -s  libparse ${RUN_SINGULARS} ${DL_LIBS} ${install_bindir}
    370         echo "#undef MAKE_DISTRIBUTION " > distrib.h
    371 
    372 tar:
    373         tar cf Singular-${SINGULAR_VERSION}-src.tar ${DISTFILES}
    374         gzip -f Singular-${SINGULAR_VERSION}-src.tar
    375 
    376 backup: tar
    377         mcopy -o Singular-${SINGULAR_VERSION}-src.tar.gz a:
    378347
    379348TAGS:   ${SOURCES} ${ESOURCES} ${HEADERS}
Note: See TracChangeset for help on using the changeset viewer.