/[avr-libc]/avr-libc/devtools/gen-avr-lib-tree.sh
ViewVC logotype

Diff of /avr-libc/devtools/gen-avr-lib-tree.sh

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

revision 1.7 by aesok, Wed Sep 7 19:56:56 2005 UTC revision 1.8 by aesok, Sun Sep 25 17:59:38 2005 UTC
# Line 259  AVR_TARGET_CFLAGS   = $crt_cflags Line 259  AVR_TARGET_CFLAGS   = $crt_cflags
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
# Line 281  AVR_TARGET_CFLAGS   = $lib_cflags Line 291  AVR_TARGET_CFLAGS   = $lib_cflags
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

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