OpenCores
URL https://opencores.org/ocsvn/pavr/pavr/trunk

Subversion Repositories pavr

[/] [pavr/] [trunk/] [test/] [waves/] [makefile] - Diff between revs 4 and 6

Only display areas with differences | Details | Blame | View Log

Rev 4 Rev 6
# Simple Makefile Volker Oth (c) 1999
# Simple Makefile Volker Oth (c) 1999
# edited by AVRfreaks.net nov.2001
# edited by AVRfreaks.net nov.2001
########### change these lines according to your project ##################
########### change these lines according to your project ##################
#put the name of the target mcu here (at90s8515, at90s8535, attiny22, atmega603 etc.)
#put the name of the target mcu here (at90s8515, at90s8535, attiny22, atmega603 etc.)
#    MCU = at90s8515
#    MCU = at90s8515
    MCU = atmega103
    MCU = atmega103
#put the name of the target file here (without extension)
#put the name of the target file here (without extension)
   TRG   = waves
   TRG   = waves
#put your C sourcefiles here
#put your C sourcefiles here
   SRC   = $(TRG).c
   SRC   = $(TRG).c
#put additional assembler source file here
#put additional assembler source file here
   ASRC    =
   ASRC    =
#additional libraries and object files to link
#additional libraries and object files to link
   LIB   =
   LIB   =
#additional includes to compile
#additional includes to compile
   INC   =
   INC   =
#assembler flags
#assembler flags
   ASFLAGS = -mdwarf2-asm -Wa, -gstabs
   ASFLAGS = -mdwarf2-asm -Wa, -gstabs
#compiler flags
#compiler flags
   CPFLAGS  = -g  -Os -Wall -Wstrict-prototypes -Wa,-ahlms=$(<:.c=.lst) -lm
   CPFLAGS  = -g  -Os -Wall -Wstrict-prototypes -Wa,-ahlms=$(<:.c=.lst) -lm
#linker flags
#linker flags
   LDFLAGS = -Wl,-Map=$(TRG).map,--cref -lm
   LDFLAGS = -Wl,-Map=$(TRG).map,--cref -lm
########### you should not need to change the following line #############
########### you should not need to change the following line #############
#include $(AVR)/avrfreaks/avr_make
#include $(AVR)/avrfreaks/avr_make
include c:\programs\avrgcc\avrfreaks\avr_make
include c:\programs\avrgcc\avrfreaks\avr_make
###### dependencies, add any dependencies you need here ###################
###### dependencies, add any dependencies you need here ###################
$(TRG).o : $(TRG).c
$(TRG).o : $(TRG).c
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.