Search:

Return to previous page

Contents of file 'Makefile_hex':



    1   # MPLAB IDE generated this makefile for use with GNU make.
    2   # Project: dogm16x.mcp
    3   # Date: Sun Sep 11 13:05:48 2011
    4   
    5   AS = pic32-as.exe
    6   CC = pic32-gcc.exe
    7   LD = pic32-ld.exe
    8   AR = pic32-ar.exe
    9   HX = pic32-bin2hex.exe
   10   RM = rm
   11   
   12   dogm16x.hex : dogm16x.elf
   13   	$(HX) "dogm16x.elf"
   14   
   15   dogm16x.elf : dogm16x.o main.o
   16   	$(CC) -mprocessor=32MX340F512H "dogm16x.o" "main.o" -o"dogm16x.elf" -Wl,-L"C:\Microchip\MPLAB C32 Suite\lib",-L"C:\Microchip\MPLAB C32 Suite\pic32mx\lib",--defsym=__MPLAB_BUILD=1,-Map="dogm16x.map"
   17   
   18   dogm16x.o : dogm16x.c dogm16x.h
   19   	$(CC) -mprocessor=32MX340F512H -x c -c "dogm16x.c" -o"dogm16x.o" -MMD -MF"dogm16x.d" -g -Wall -pedantic
   20   
   21   main.o : main.c dogm16x.h
   22   	$(CC) -mprocessor=32MX340F512H -x c -c "main.c" -o"main.o" -MMD -MF"main.d" -g -Wall -pedantic
   23   
   24   clean : 
   25   	$(RM) "dogm16x.o" "main.o" "dogm16x.elf" "dogm16x.hex"
   26   
   27   

Return to previous page

Generated by ::viewsrc::

Last modified Wednesday 15 Feb 2023