Changeset ebdf1d in git for omalloc


Ignore:
Timestamp:
Jun 14, 2006, 4:39:00 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
15a33ff810fc3a4a78e892d7df7a80a98f88df55
Parents:
6566d6cff271338620f4d9454adcc6306f70f4e6
Message:
*hannes: sparc-cc


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

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.in

    r6566d6 rebdf1d  
    44### Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    55### Created: 11/99
    6 ### Version: $Id: Makefile.in,v 1.18 2006-05-03 14:44:44 Singular Exp $
     6### Version: $Id: Makefile.in,v 1.19 2006-06-14 14:39:00 Singular Exp $
    77#################################################################
    88
     
    228228##
    229229mostlyclean:
    230         -rm -f core *.d *.o *.og *.op *_d.c *.ob *.a depend *.out *.tgz omTables *.o_ndebug *.gp *.gprof
     230        -rm -f core *.d *.o *.og *.op *_d.c *.a depend *.out *.tgz omTables *.o_ndebug *.gp *.gprof
    231231        -rm -f omtTest omtTest_* libomalloc* *.bprof omtTest omtTest_*
    232232        -rm -f omMalloc.c omExternalConfig.h omExternalConfig.c
     
    265265##
    266266
    267 CCG             = gcc
     267CCG             = ${CC}
    268268CCM             = gcc -MM -DGENERATE_DEPEND
    269269
     
    304304##
    305305
    306 CCP             = gcc
     306CCP             = ${CC}
    307307
    308308CFLAGSP         = -g -pg -O3
     
    323323        rm -f $@
    324324        $(AR) cr $@ $(OBJP)
    325         $(RANLIB) $@
    326 
    327 ####################################################
    328 ## compiler and linker options for bprof version
    329 ##
    330 
    331 CCB             = gcc
    332 
    333 CFLAGSB         = -g -O3
    334 DEFSB           =  @DEFS@
    335 
    336 ##
    337 ## .og files for having -O and -g object versions available at the same time
    338 ##
    339 OBJB := $(CSOURCES:.c=.ob) $(GSOURCES:.c=.ob)
    340 
    341 
    342 ##
    343 ## Profile Targets
    344 ##
    345 %.ob: %.c omConfig.h omTables.h omalloc.h mylimits.h omlimits.h
    346         $(CCB) ${CFLAGSB} ${CPPFLAGS} ${DEFSB} -c $< -o $@
    347 
    348 libb: libomalloc_b.a
    349 
    350 libomalloc_b.a: $(OBJB) Makefile omConfig.h mylimits.h omlimits.h
    351         rm -f $@
    352         $(AR) cr $@ $(OBJB)
    353325        $(RANLIB) $@
    354326
     
    369341omtTest_p: libp $(TEST_P)
    370342        $(CCG) ${CFLAGSP} ${CPPFLAGS} ${DEFSP} $(TEST_P) -L. -lomalloc_p -o omtTest_p
    371 
    372 TEST_B := $(TESTSOURCES:.c=.ob)
    373 omtTest_b: libb $(TEST_B)
    374         $(CCG) ${CFLAGSB} ${CPPFLAGS} ${DEFSB} $(TEST_B) -L. -lomalloc_b  /usr/lib/bmon.o -o omtTest_b
    375343
    376344TEST_O := $(TESTSOURCES:.c=.o)
     
    399367##
    400368%.d: %.c omConfig.h mylimits.h Makefile omTables.h omTables.inc omalloc.h omlimits.h
    401         echo $(@:.d=.o_ndebug) $(@:.d=.og) $(@:.d=.od)  $(@:.d=.op) $(@:.d=.ob) $(@:.d=_d.c) $(@:.d=.om)" " \\ > $@
     369        echo $(@:.d=.o_ndebug) $(@:.d=.og) $(@:.d=.od)  $(@:.d=.op) $(@:.d=_d.c) $(@:.d=.om)" " \\ > $@
    402370        $(CCM) ${CPPFLAGS} ${DEFSG} $< >> $@
    403371
Note: See TracChangeset for help on using the changeset viewer.