/[dotgnu-pnet]/pnet/libgc/Makefile.in
ViewVC logotype

Diff of /pnet/libgc/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by ktreichel, Sat Aug 13 17:47:52 2005 UTC revision 1.8 by ktreichel, Sat Sep 17 16:54:38 2005 UTC
# Line 171  CCAS = @CCAS@ Line 171  CCAS = @CCAS@
171  CCASFLAGS = @CCASFLAGS@ $(DEFS)  CCASFLAGS = @CCASFLAGS@ $(DEFS)
172  CCDEPMODE = @CCDEPMODE@  CCDEPMODE = @CCDEPMODE@
173  CFLAGS = @CFLAGS@  CFLAGS = @CFLAGS@
174    COMPILER_XLC_FALSE = @COMPILER_XLC_FALSE@
175    COMPILER_XLC_TRUE = @COMPILER_XLC_TRUE@
176  CPLUSPLUS_FALSE = @CPLUSPLUS_FALSE@  CPLUSPLUS_FALSE = @CPLUSPLUS_FALSE@
177  CPLUSPLUS_TRUE = @CPLUSPLUS_TRUE@  CPLUSPLUS_TRUE = @CPLUSPLUS_TRUE@
178  CPP = @CPP@  CPP = @CPP@
# Line 300  SUBDIRS = doc include Line 302  SUBDIRS = doc include
302    
303  # :FIXME: why do we distribute this one???  # :FIXME: why do we distribute this one???
304  #  #
305  EXTRA_DIST = alpha_mach_dep.S mips_sgi_mach_dep.S sparc_mach_dep.S \  EXTRA_DIST = alpha_mach_dep.S mips_sgi_mach_dep.s sparc_mach_dep.S \
306          README.QUICK BCC_MAKEFILE NT_MAKEFILE NT_THREADS_MAKEFILE \          README.QUICK BCC_MAKEFILE NT_MAKEFILE NT_THREADS_MAKEFILE \
307          OS2_MAKEFILE PCR-Makefile digimars.mak EMX_MAKEFILE \          OS2_MAKEFILE PCR-Makefile digimars.mak EMX_MAKEFILE \
308          Makefile.direct Makefile.dj Makefile.DLLs SMakefile.amiga \          Makefile.direct Makefile.dj Makefile.DLLs SMakefile.amiga \
# Line 340  libgc_la_LIBADD = @addobjs@ $(THREADDLLI Line 342  libgc_la_LIBADD = @addobjs@ $(THREADDLLI
342  libgc_la_DEPENDENCIES = @addobjs@  libgc_la_DEPENDENCIES = @addobjs@
343  libgc_la_LDFLAGS = -version-info 1:2:0  libgc_la_LDFLAGS = -version-info 1:2:0
344  EXTRA_libgc_la_SOURCES = alpha_mach_dep.S \  EXTRA_libgc_la_SOURCES = alpha_mach_dep.S \
345      mips_sgi_mach_dep.S mips_ultrix_mach_dep.s powerpc_darwin_mach_dep.s \      mips_sgi_mach_dep.s mips_ultrix_mach_dep.s powerpc_darwin_mach_dep.s \
346      rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \      rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
347      sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s      sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
348    
# Line 359  test_cpp_SOURCES = tests/test_cpp.cc Line 361  test_cpp_SOURCES = tests/test_cpp.cc
361  test_cpp_LDADD = ./libgc.la ./libgccpp.la $(THREADDLLIBS) $(UNWINDLIBS) $(EXTRA_TEST_LIBS)  test_cpp_LDADD = ./libgc.la ./libgccpp.la $(THREADDLLIBS) $(UNWINDLIBS) $(EXTRA_TEST_LIBS)
362  TESTS = gctest $(extra_checks)  TESTS = gctest $(extra_checks)
363  all_objs = @addobjs@ $(libgc_la_OBJECTS)  all_objs = @addobjs@ $(libgc_la_OBJECTS)
364    @COMPILER_XLC_FALSE@ASM_CPP_OPTIONS = -Wp,-P -x assembler-with-cpp
365    @COMPILER_XLC_TRUE@ASM_CPP_OPTIONS =
366  LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) \  LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) \
367          $(AM_CPPFLAGS) $(CPPFLAGS) \          $(AM_CPPFLAGS) $(CPPFLAGS) \
368          $(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS)          $(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS)
# Line 1051  $(all_objs) : include/private/gcconfig.h Line 1055  $(all_objs) : include/private/gcconfig.h
1055  include/private/gc_hdrs.h include/gc.h include/gc_gcj.h \  include/private/gc_hdrs.h include/gc.h include/gc_gcj.h \
1056  include/gc_pthread_redirects.h include/gc_config_macros.h \  include/gc_pthread_redirects.h include/gc_config_macros.h \
1057  include/gc_mark.h @addincludes@  include/gc_mark.h @addincludes@
   
1058  .s.lo:  .s.lo:
1059          $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<          $(LTCOMPILE) $(ASM_CPP_OPTIONS) -c $<
1060    
1061  #  #
1062  # :GOTCHA: GNU make rule for making .s out of .S is flawed,  # :GOTCHA: GNU make rule for making .s out of .S is flawed,

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26