| 259 |
AVR_TARGET_ASFLAGS = $crt_asflags |
AVR_TARGET_ASFLAGS = $crt_asflags |
| 260 |
AVR_INSTALL_DIR = $install_dir |
AVR_INSTALL_DIR = $install_dir |
| 261 |
|
|
| 262 |
|
VPATH = \$(top_srcdir)/crt1:\$(top_srcdir)/libc/stdlib:\$(top_srcdir)/libc/pmstring:\$(top_srcdir)/libc/string:\$(top_srcdir)/libc/misc:\$(top_srcdir)/libc/stdio:\$(top_srcdir)/libm/fplib |
| 263 |
|
|
| 264 |
|
if HAS_$dev |
| 265 |
|
|
| 266 |
# NOTE: Automake will be performing the following include, not GNU Make. |
# NOTE: Automake will be performing the following include, not GNU Make. |
| 267 |
# Automake will also be scanning the included file. |
# Automake will also be scanning the included file. |
| 268 |
|
|
| 269 |
include \$(top_srcdir)/AvrCommon.am |
include \$(top_srcdir)/AvrCommon.am |
| 270 |
|
|
| 271 |
|
else |
| 272 |
|
|
| 273 |
|
echo all distdir install installdirs clean distclean uninstall check: |
| 274 |
|
|
| 275 |
|
endif |
| 276 |
|
|
| 277 |
EOF |
EOF |
| 278 |
|
|
| 279 |
done |
done |
| 291 |
AVR_TARGET_ASFLAGS = $lib_asflags |
AVR_TARGET_ASFLAGS = $lib_asflags |
| 292 |
AVR_INSTALL_DIR = $install_dir |
AVR_INSTALL_DIR = $install_dir |
| 293 |
|
|
| 294 |
|
VPATH = \$(top_srcdir)/crt1:\$(top_srcdir)/libc/stdlib:\$(top_srcdir)/libc/pmstring:\$(top_srcdir)/libc/string:\$(top_srcdir)/libc/misc:\$(top_srcdir)/libc/stdio:\$(top_srcdir)/libm/fplib |
| 295 |
|
|
| 296 |
|
if HAS_$arh |
| 297 |
|
|
| 298 |
# NOTE: Automake will be performing the following include, not GNU Make. |
# NOTE: Automake will be performing the following include, not GNU Make. |
| 299 |
# Automake will also be scanning the included file. |
# Automake will also be scanning the included file. |
| 300 |
|
|
| 301 |
include \$(top_srcdir)/AvrCommonLibC.am |
include \$(top_srcdir)/AvrCommonLibC.am |
| 302 |
|
|
| 303 |
|
else |
| 304 |
|
|
| 305 |
|
echo all distdir install installdirs clean distclean uninstall check: |
| 306 |
|
|
| 307 |
|
endif |
| 308 |
|
|
| 309 |
EOF |
EOF |
| 310 |
|
|
| 311 |
#printf $DEV_SUBDIRS |
#printf $DEV_SUBDIRS |