~ubuntu-branches/ubuntu/quantal/libgc/quantal

« back to all changes in this revision

Viewing changes to WCC_MAKEFILE

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-19 12:19:56 UTC
  • mfrom: (1.3.2 upstream) (0.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110219121956-67rb69xlt5nud3v2
Tags: 1:7.1-5
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
OPTIM=-oneatx -s
26
26
#OPTIM=-ohneatx -s
27
27
 
28
 
DEFS=-DALL_INTERIOR_POINTERS -DSILENT -DNO_SIGNALS #-DSMALL_CONFIG #-DGC_DEBUG
 
28
DEFS=-DALL_INTERIOR_POINTERS #-DSMALL_CONFIG #-DGC_DEBUG
29
29
 
30
30
 
31
31
#####
98
98
        @for %i in ($(OBJS)) do @%append $*.lnk file '%i'
99
99
!ifeq CALLING s
100
100
      @%append $*.lnk export GC_is_marked
101
 
      @%append $*.lnk export GC_incr_words_allocd
102
 
      @%append $*.lnk export GC_incr_mem_freed
 
101
      @%append $*.lnk export GC_incr_bytes_allocd
 
102
      @%append $*.lnk export GC_incr_bytes_freed
103
103
      @%append $*.lnk export GC_generic_malloc_words_small
104
104
!else
105
105
      @%append $*.lnk export GC_is_marked_
106
 
      @%append $*.lnk export GC_incr_words_allocd_
107
 
      @%append $*.lnk export GC_incr_mem_freed_
 
106
      @%append $*.lnk export GC_incr_bytes_allocd_
 
107
      @%append $*.lnk export GC_incr_bytes_freed_
108
108
      @%append $*.lnk export GC_generic_malloc_words_small_
109
109
!endif
110
110
        *wlink @$*.lnk
156
156
        @%append $*.lnk library gc.lib
157
157
!ifdef MAKE_AS_DLL
158
158
!ifeq CALLING s
159
 
      @%append $*.lnk import GC_incr_words_allocd gc
160
 
      @%append $*.lnk import GC_incr_mem_freed gc
 
159
      @%append $*.lnk import GC_incr_bytes_allocd gc
 
160
      @%append $*.lnk import GC_incr_bytes_freed gc
161
161
      @%append $*.lnk import GC_generic_malloc_words_small gc
162
162
!else
163
 
      @%append $*.lnk import GC_incr_words_allocd_ gc
164
 
      @%append $*.lnk import GC_incr_mem_freed_ gc
 
163
      @%append $*.lnk import GC_incr_bytes_allocd_ gc
 
164
      @%append $*.lnk import GC_incr_bytes_freed_ gc
165
165
      @%append $*.lnk import GC_generic_malloc_words_small_ gc
166
166
!endif
167
167
!endif