43 lines
971 B
Makefile
43 lines
971 B
Makefile
# $NetBSD: Makefile,v 1.51 2013/09/12 14:09:33 ryoon Exp $
|
|
#
|
|
|
|
COMMENT= Cross-platform development utilities
|
|
|
|
#SUBDIR+= COMMON # not a real package
|
|
SUBDIR+= atasm
|
|
SUBDIR+= avr-binutils
|
|
SUBDIR+= avr-gcc
|
|
SUBDIR+= avr-gdb
|
|
SUBDIR+= avr-libc
|
|
SUBDIR+= avrdude
|
|
SUBDIR+= bfd-crunchide
|
|
SUBDIR+= bfd-mdsetimage
|
|
SUBDIR+= binutils
|
|
SUBDIR+= cc65
|
|
SUBDIR+= dasm
|
|
SUBDIR+= dfu-programmer
|
|
SUBDIR+= freemint-binutils
|
|
SUBDIR+= freemint-cflib
|
|
SUBDIR+= freemint-gcc
|
|
SUBDIR+= freemint-gemlib
|
|
SUBDIR+= freemint-ldg
|
|
SUBDIR+= freemint-mintbin
|
|
SUBDIR+= freemint-mintlib
|
|
SUBDIR+= freemint-pml
|
|
SUBDIR+= h8300-elf-binutils
|
|
SUBDIR+= h8300-elf-gcc34
|
|
SUBDIR+= h8300-hms-binutils
|
|
SUBDIR+= h8300-hms-gcc
|
|
SUBDIR+= i386-cygwin32
|
|
SUBDIR+= i386-linux
|
|
SUBDIR+= i386-msdosdjgpp
|
|
SUBDIR+= icdprog
|
|
#SUBDIR+= libtool-base # added here to keep pkglint happy
|
|
SUBDIR+= mingw
|
|
SUBDIR+= mingw-binutils
|
|
SUBDIR+= mingw-gcc
|
|
SUBDIR+= mingw-runtime-bin
|
|
SUBDIR+= mingw-w32api-bin
|
|
SUBDIR+= uisp
|
|
|
|
.include "../mk/misc/category.mk"
|