| OLD | NEW |
| 1 ## Process this file with automake to generate Makefile.in | 1 ## Process this file with automake to generate Makefile.in |
| 2 | 2 |
| 3 AUTOMAKE_OPTIONS = cygnus | 3 AUTOMAKE_OPTIONS = cygnus |
| 4 | 4 |
| 5 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) | 5 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) |
| 6 | 6 |
| 7 GENERAL_SOURCES = \ | 7 GENERAL_SOURCES = \ |
| 8 __adjust.c \ | 8 __adjust.c \ |
| 9 __atexit.c \ | 9 __atexit.c \ |
| 10 __call_atexit.c \ | 10 __call_atexit.c \ |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 $(lpfx)pvallocr.$(oext) \ | 120 $(lpfx)pvallocr.$(oext) \ |
| 121 $(lpfx)vallocr.$(oext) | 121 $(lpfx)vallocr.$(oext) |
| 122 | 122 |
| 123 ELIX_3_SOURCES = \ | 123 ELIX_3_SOURCES = \ |
| 124 putenv.c \ | 124 putenv.c \ |
| 125 putenv_r.c \ | 125 putenv_r.c \ |
| 126 setenv.c \ | 126 setenv.c \ |
| 127 setenv_r.c | 127 setenv_r.c |
| 128 | 128 |
| 129 ELIX_4_SOURCES = \ | 129 ELIX_4_SOURCES = \ |
| 130 » system.c | 130 # @LOCALMOD |
| 131 ELIX_4_SOURCES_PNACL_ELIMINATED = system.c |
| 131 | 132 |
| 132 if ELIX_LEVEL_1 | 133 if ELIX_LEVEL_1 |
| 133 ELIX_SOURCES = | 134 ELIX_SOURCES = |
| 134 ELIX_OBJS = | 135 ELIX_OBJS = |
| 135 else | 136 else |
| 136 if ELIX_LEVEL_2 | 137 if ELIX_LEVEL_2 |
| 137 ELIX_SOURCES = $(ELIX_2_SOURCES) | 138 ELIX_SOURCES = $(ELIX_2_SOURCES) |
| 138 ELIX_OBJS = $(ELIX_2_OBJS) | 139 ELIX_OBJS = $(ELIX_2_OBJS) |
| 139 else | 140 else |
| 140 if ELIX_LEVEL_3 | 141 if ELIX_LEVEL_3 |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 $(lpfx)drand48.$(oext): drand48.c rand48.h | 289 $(lpfx)drand48.$(oext): drand48.c rand48.h |
| 289 $(lpfx)erand48.$(oext): erand48.c rand48.h | 290 $(lpfx)erand48.$(oext): erand48.c rand48.h |
| 290 $(lpfx)jrand48.$(oext): jrand48.c rand48.h | 291 $(lpfx)jrand48.$(oext): jrand48.c rand48.h |
| 291 $(lpfx)lcong48.$(oext): lcong48.c rand48.h | 292 $(lpfx)lcong48.$(oext): lcong48.c rand48.h |
| 292 $(lpfx)lrand48.$(oext): lrand48.c rand48.h | 293 $(lpfx)lrand48.$(oext): lrand48.c rand48.h |
| 293 $(lpfx)mrand48.$(oext): mrand48.c rand48.h | 294 $(lpfx)mrand48.$(oext): mrand48.c rand48.h |
| 294 $(lpfx)nrand48.$(oext): nrand48.c rand48.h | 295 $(lpfx)nrand48.$(oext): nrand48.c rand48.h |
| 295 $(lpfx)rand48.$(oext): rand48.c rand48.h | 296 $(lpfx)rand48.$(oext): rand48.c rand48.h |
| 296 $(lpfx)seed48.$(oext): seed48.c rand48.h | 297 $(lpfx)seed48.$(oext): seed48.c rand48.h |
| 297 $(lpfx)srand48.$(oext): srand48.c rand48.h | 298 $(lpfx)srand48.$(oext): srand48.c rand48.h |
| OLD | NEW |