Changeset 1059abcd in rtems
- Timestamp:
- 04/19/99 15:37:36 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c011b47
- Parents:
- 7807b30e
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
c/build-tools/Makefile.in
r7807b30e r1059abcd 477 477 478 478 debug-am: 479 480 479 debug: debug-am 480 .PHONY: debug debug-am 481 481 482 482 debug_install-am: 483 484 483 debug_install: debug_install-am 485 486 .PHONY: debug debug_install debug-am 484 .PHONY: debug_install debug_install-am 487 485 488 486 profile-am: 489 490 487 profile: profile-am 488 .PHONY: profile profile-am 491 489 492 490 profile_install-am: 493 494 491 profile_install: profile_install-am 495 496 .PHONY: profile profile_install profile-am 492 .PHONY: profile_install profile_install-am 497 493 498 494 preinstall-am: 499 500 495 preinstall: preinstall-am 501 502 496 .PHONY: preinstall preinstall-am 497 498 clobber-am: 499 clobber: clobber-am 500 .PHONY: clobber clobber-am 501 502 depend-am: 503 depend: depend-am 504 .PHONY: depend depend-am 503 505 504 506 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/exec/score/tools/generic/Makefile.in
r7807b30e r1059abcd 236 236 237 237 debug-am: 238 239 238 debug: debug-am 239 .PHONY: debug debug-am 240 240 241 241 debug_install-am: 242 243 242 debug_install: debug_install-am 244 245 .PHONY: debug debug_install debug-am 243 .PHONY: debug_install debug_install-am 246 244 247 245 profile-am: 248 249 246 profile: profile-am 247 .PHONY: profile profile-am 250 248 251 249 profile_install-am: 252 253 250 profile_install: profile_install-am 254 255 .PHONY: profile profile_install profile-am 251 .PHONY: profile_install profile_install-am 256 252 257 253 preinstall-am: 258 259 254 preinstall: preinstall-am 260 261 255 .PHONY: preinstall preinstall-am 256 257 clobber-am: 258 clobber: clobber-am 259 .PHONY: clobber clobber-am 260 261 depend-am: 262 depend: depend-am 263 .PHONY: depend depend-am 262 264 263 265 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/exec/score/tools/hppa1.1/Makefile.in
r7807b30e r1059abcd 366 366 367 367 debug-am: 368 369 368 debug: debug-am 369 .PHONY: debug debug-am 370 370 371 371 debug_install-am: 372 373 372 debug_install: debug_install-am 374 375 .PHONY: debug debug_install debug-am 373 .PHONY: debug_install debug_install-am 376 374 377 375 profile-am: 378 379 376 profile: profile-am 377 .PHONY: profile profile-am 380 378 381 379 profile_install-am: 382 383 380 profile_install: profile_install-am 384 385 .PHONY: profile profile_install profile-am 381 .PHONY: profile_install profile_install-am 386 382 387 383 preinstall-am: 388 389 384 preinstall: preinstall-am 390 391 385 .PHONY: preinstall preinstall-am 386 387 clobber-am: 388 clobber: clobber-am 389 .PHONY: clobber clobber-am 390 391 depend-am: 392 depend: depend-am 393 .PHONY: depend depend-am 392 394 393 395 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/exec/score/tools/sh/Makefile.in
r7807b30e r1059abcd 352 352 353 353 debug-am: 354 355 354 debug: debug-am 355 .PHONY: debug debug-am 356 356 357 357 debug_install-am: 358 359 358 debug_install: debug_install-am 360 361 .PHONY: debug debug_install debug-am 359 .PHONY: debug_install debug_install-am 362 360 363 361 profile-am: 364 365 362 profile: profile-am 363 .PHONY: profile profile-am 366 364 367 365 profile_install-am: 368 369 366 profile_install: profile_install-am 370 371 .PHONY: profile profile_install profile-am 367 .PHONY: profile_install profile_install-am 372 368 373 369 preinstall-am: 374 375 370 preinstall: preinstall-am 376 377 371 .PHONY: preinstall preinstall-am 372 373 clobber-am: 374 clobber: clobber-am 375 .PHONY: clobber clobber-am 376 377 depend-am: 378 depend: depend-am 379 .PHONY: depend depend-am 378 380 379 381 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/exec/score/tools/unix/Makefile.in
r7807b30e r1059abcd 364 364 365 365 debug-am: 366 367 366 debug: debug-am 367 .PHONY: debug debug-am 368 368 369 369 debug_install-am: 370 371 370 debug_install: debug_install-am 372 373 .PHONY: debug debug_install debug-am 371 .PHONY: debug_install debug_install-am 374 372 375 373 profile-am: 376 377 374 profile: profile-am 375 .PHONY: profile profile-am 378 376 379 377 profile_install-am: 380 381 378 profile_install: profile_install-am 382 383 .PHONY: profile profile_install profile-am 379 .PHONY: profile_install profile_install-am 384 380 385 381 preinstall-am: 386 387 382 preinstall: preinstall-am 388 389 383 .PHONY: preinstall preinstall-am 384 385 clobber-am: 386 clobber: clobber-am 387 .PHONY: clobber clobber-am 388 389 depend-am: 390 depend: depend-am 391 .PHONY: depend depend-am 390 392 391 393 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in
r7807b30e r1059abcd 391 391 392 392 debug-am: 393 394 393 debug: debug-am 394 .PHONY: debug debug-am 395 395 396 396 debug_install-am: 397 398 397 debug_install: debug_install-am 399 400 .PHONY: debug debug_install debug-am 398 .PHONY: debug_install debug_install-am 401 399 402 400 profile-am: 403 404 401 profile: profile-am 402 .PHONY: profile profile-am 405 403 406 404 profile_install-am: 407 408 405 profile_install: profile_install-am 409 410 .PHONY: profile profile_install profile-am 406 .PHONY: profile_install profile_install-am 411 407 412 408 preinstall-am: 413 414 409 preinstall: preinstall-am 415 416 410 .PHONY: preinstall preinstall-am 411 412 clobber-am: 413 clobber: clobber-am 414 .PHONY: clobber clobber-am 415 416 depend-am: 417 depend: depend-am 418 .PHONY: depend depend-am 417 419 418 420 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/lib/libbsp/i386/pc386/tools/Makefile.in
r7807b30e r1059abcd 367 367 368 368 debug-am: 369 370 369 debug: debug-am 370 .PHONY: debug debug-am 371 371 372 372 debug_install-am: 373 374 373 debug_install: debug_install-am 375 376 .PHONY: debug debug_install debug-am 374 .PHONY: debug_install debug_install-am 377 375 378 376 profile-am: 379 380 377 profile: profile-am 378 .PHONY: profile profile-am 381 379 382 380 profile_install-am: 383 384 381 profile_install: profile_install-am 385 386 .PHONY: profile profile_install profile-am 382 .PHONY: profile_install profile_install-am 387 383 388 384 preinstall-am: 389 390 385 preinstall: preinstall-am 391 392 386 .PHONY: preinstall preinstall-am 387 388 clobber-am: 389 clobber: clobber-am 390 .PHONY: clobber clobber-am 391 392 depend-am: 393 depend: depend-am 394 .PHONY: depend depend-am 393 395 394 396 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/lib/libbsp/m68k/mvme162/tools/Makefile.in
r7807b30e r1059abcd 352 352 353 353 debug-am: 354 355 354 debug: debug-am 355 .PHONY: debug debug-am 356 356 357 357 debug_install-am: 358 359 358 debug_install: debug_install-am 360 361 .PHONY: debug debug_install debug-am 359 .PHONY: debug_install debug_install-am 362 360 363 361 profile-am: 364 365 362 profile: profile-am 363 .PHONY: profile profile-am 366 364 367 365 profile_install-am: 368 369 366 profile_install: profile_install-am 370 371 .PHONY: profile profile_install profile-am 367 .PHONY: profile_install profile_install-am 372 368 373 369 preinstall-am: 374 375 370 preinstall: preinstall-am 376 377 371 .PHONY: preinstall preinstall-am 372 373 clobber-am: 374 clobber: clobber-am 375 .PHONY: clobber clobber-am 376 377 depend-am: 378 depend: depend-am 379 .PHONY: depend depend-am 378 380 379 381 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/lib/libbsp/powerpc/psim/tools/Makefile.in
r7807b30e r1059abcd 234 234 235 235 debug-am: 236 237 236 debug: debug-am 237 .PHONY: debug debug-am 238 238 239 239 debug_install-am: 240 241 240 debug_install: debug_install-am 242 243 .PHONY: debug debug_install debug-am 241 .PHONY: debug_install debug_install-am 244 242 245 243 profile-am: 246 247 244 profile: profile-am 245 .PHONY: profile profile-am 248 246 249 247 profile_install-am: 250 251 248 profile_install: profile_install-am 252 253 .PHONY: profile profile_install profile-am 249 .PHONY: profile_install profile_install-am 254 250 255 251 preinstall-am: 256 257 252 preinstall: preinstall-am 258 259 253 .PHONY: preinstall preinstall-am 254 255 clobber-am: 256 clobber: clobber-am 257 .PHONY: clobber clobber-am 258 259 depend-am: 260 depend: depend-am 261 .PHONY: depend depend-am 260 262 261 263 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/lib/libbsp/sparc/erc32/tools/Makefile.in
r7807b30e r1059abcd 236 236 237 237 debug-am: 238 239 238 debug: debug-am 239 .PHONY: debug debug-am 240 240 241 241 debug_install-am: 242 243 242 debug_install: debug_install-am 244 245 .PHONY: debug debug_install debug-am 243 .PHONY: debug_install debug_install-am 246 244 247 245 profile-am: 248 249 246 profile: profile-am 247 .PHONY: profile profile-am 250 248 251 249 profile_install-am: 252 253 250 profile_install: profile_install-am 254 255 .PHONY: profile profile_install profile-am 251 .PHONY: profile_install profile_install-am 256 252 257 253 preinstall-am: 258 259 254 preinstall: preinstall-am 260 261 255 .PHONY: preinstall preinstall-am 256 257 clobber-am: 258 clobber: clobber-am 259 .PHONY: clobber clobber-am 260 261 depend-am: 262 depend: depend-am 263 .PHONY: depend depend-am 262 264 263 265 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/lib/libbsp/unix/posix/tools/Makefile.in
r7807b30e r1059abcd 247 247 248 248 debug-am: 249 250 249 debug: debug-am 250 .PHONY: debug debug-am 251 251 252 252 debug_install-am: 253 254 253 debug_install: debug_install-am 255 256 .PHONY: debug debug_install debug-am 254 .PHONY: debug_install debug_install-am 257 255 258 256 profile-am: 259 260 257 profile: profile-am 258 .PHONY: profile profile-am 261 259 262 260 profile_install-am: 263 264 261 profile_install: profile_install-am 265 266 .PHONY: profile profile_install profile-am 262 .PHONY: profile_install profile_install-am 267 263 268 264 preinstall-am: 269 270 265 preinstall: preinstall-am 271 272 266 .PHONY: preinstall preinstall-am 267 268 clobber-am: 269 clobber: clobber-am 270 .PHONY: clobber clobber-am 271 272 depend-am: 273 depend: depend-am 274 .PHONY: depend depend-am 273 275 274 276 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/src/tests/tools/generic/Makefile.in
r7807b30e r1059abcd 239 239 240 240 debug-am: 241 242 241 debug: debug-am 242 .PHONY: debug debug-am 243 243 244 244 debug_install-am: 245 246 245 debug_install: debug_install-am 247 248 .PHONY: debug debug_install debug-am 246 .PHONY: debug_install debug_install-am 249 247 250 248 profile-am: 251 252 249 profile: profile-am 250 .PHONY: profile profile-am 253 251 254 252 profile_install-am: 255 256 253 profile_install: profile_install-am 257 258 .PHONY: profile profile_install profile-am 254 .PHONY: profile_install profile_install-am 259 255 260 256 preinstall-am: 261 262 257 preinstall: preinstall-am 263 264 258 .PHONY: preinstall preinstall-am 259 260 clobber-am: 261 clobber: clobber-am 262 .PHONY: clobber clobber-am 263 264 depend-am: 265 depend: depend-am 266 .PHONY: depend depend-am 265 267 266 268 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
c/update-tools/Makefile.in
r7807b30e r1059abcd 254 254 255 255 debug-am: 256 257 256 debug: debug-am 257 .PHONY: debug debug-am 258 258 259 259 debug_install-am: 260 261 260 debug_install: debug_install-am 262 263 .PHONY: debug debug_install debug-am 261 .PHONY: debug_install debug_install-am 264 262 265 263 profile-am: 266 267 264 profile: profile-am 265 .PHONY: profile profile-am 268 266 269 267 profile_install-am: 270 271 268 profile_install: profile_install-am 272 273 .PHONY: profile profile_install profile-am 269 .PHONY: profile_install profile_install-am 274 270 275 271 preinstall-am: 276 277 272 preinstall: preinstall-am 278 279 273 .PHONY: preinstall preinstall-am 274 275 clobber-am: 276 clobber: clobber-am 277 .PHONY: clobber clobber-am 278 279 depend-am: 280 depend: depend-am 281 .PHONY: depend depend-am 280 282 281 283 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
tools/build/Makefile.in
r7807b30e r1059abcd 477 477 478 478 debug-am: 479 480 479 debug: debug-am 480 .PHONY: debug debug-am 481 481 482 482 debug_install-am: 483 484 483 debug_install: debug_install-am 485 486 .PHONY: debug debug_install debug-am 484 .PHONY: debug_install debug_install-am 487 485 488 486 profile-am: 489 490 487 profile: profile-am 488 .PHONY: profile profile-am 491 489 492 490 profile_install-am: 493 494 491 profile_install: profile_install-am 495 496 .PHONY: profile profile_install profile-am 492 .PHONY: profile_install profile_install-am 497 493 498 494 preinstall-am: 499 500 495 preinstall: preinstall-am 501 502 496 .PHONY: preinstall preinstall-am 497 498 clobber-am: 499 clobber: clobber-am 500 .PHONY: clobber clobber-am 501 502 depend-am: 503 depend: depend-am 504 .PHONY: depend depend-am 503 505 504 506 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
tools/cpu/generic/Makefile.in
r7807b30e r1059abcd 236 236 237 237 debug-am: 238 239 238 debug: debug-am 239 .PHONY: debug debug-am 240 240 241 241 debug_install-am: 242 243 242 debug_install: debug_install-am 244 245 .PHONY: debug debug_install debug-am 243 .PHONY: debug_install debug_install-am 246 244 247 245 profile-am: 248 249 246 profile: profile-am 247 .PHONY: profile profile-am 250 248 251 249 profile_install-am: 252 253 250 profile_install: profile_install-am 254 255 .PHONY: profile profile_install profile-am 251 .PHONY: profile_install profile_install-am 256 252 257 253 preinstall-am: 258 259 254 preinstall: preinstall-am 260 261 255 .PHONY: preinstall preinstall-am 256 257 clobber-am: 258 clobber: clobber-am 259 .PHONY: clobber clobber-am 260 261 depend-am: 262 depend: depend-am 263 .PHONY: depend depend-am 262 264 263 265 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
tools/cpu/sh/Makefile.in
r7807b30e r1059abcd 352 352 353 353 debug-am: 354 355 354 debug: debug-am 355 .PHONY: debug debug-am 356 356 357 357 debug_install-am: 358 359 358 debug_install: debug_install-am 360 361 .PHONY: debug debug_install debug-am 359 .PHONY: debug_install debug_install-am 362 360 363 361 profile-am: 364 365 362 profile: profile-am 363 .PHONY: profile profile-am 366 364 367 365 profile_install-am: 368 369 366 profile_install: profile_install-am 370 371 .PHONY: profile profile_install profile-am 367 .PHONY: profile_install profile_install-am 372 368 373 369 preinstall-am: 374 375 370 preinstall: preinstall-am 376 377 371 .PHONY: preinstall preinstall-am 372 373 clobber-am: 374 clobber: clobber-am 375 .PHONY: clobber clobber-am 376 377 depend-am: 378 depend: depend-am 379 .PHONY: depend depend-am 378 380 379 381 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
tools/cpu/unix/Makefile.in
r7807b30e r1059abcd 364 364 365 365 debug-am: 366 367 366 debug: debug-am 367 .PHONY: debug debug-am 368 368 369 369 debug_install-am: 370 371 370 debug_install: debug_install-am 372 373 .PHONY: debug debug_install debug-am 371 .PHONY: debug_install debug_install-am 374 372 375 373 profile-am: 376 377 374 profile: profile-am 375 .PHONY: profile profile-am 378 376 379 377 profile_install-am: 380 381 378 profile_install: profile_install-am 382 383 .PHONY: profile profile_install profile-am 379 .PHONY: profile_install profile_install-am 384 380 385 381 preinstall-am: 386 387 382 preinstall: preinstall-am 388 389 383 .PHONY: preinstall preinstall-am 384 385 clobber-am: 386 clobber: clobber-am 387 .PHONY: clobber clobber-am 388 389 depend-am: 390 depend: depend-am 391 .PHONY: depend depend-am 390 392 391 393 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
tools/update/Makefile.in
r7807b30e r1059abcd 254 254 255 255 debug-am: 256 257 256 debug: debug-am 257 .PHONY: debug debug-am 258 258 259 259 debug_install-am: 260 261 260 debug_install: debug_install-am 262 263 .PHONY: debug debug_install debug-am 261 .PHONY: debug_install debug_install-am 264 262 265 263 profile-am: 266 267 264 profile: profile-am 265 .PHONY: profile profile-am 268 266 269 267 profile_install-am: 270 271 268 profile_install: profile_install-am 272 273 .PHONY: profile profile_install profile-am 269 .PHONY: profile_install profile_install-am 274 270 275 271 preinstall-am: 276 277 272 preinstall: preinstall-am 278 279 273 .PHONY: preinstall preinstall-am 274 275 clobber-am: 276 clobber: clobber-am 277 .PHONY: clobber clobber-am 278 279 depend-am: 280 depend: depend-am 281 .PHONY: depend depend-am 280 282 281 283 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset
for help on using the changeset viewer.