forked from len0rd/rockbox
* now we have seperate private headers files containing private and static or public functions in memory-* files. * there is only one .c file of the same name the library. Zagor: because now there is only one .c file, you could only have a .o file and use it instead of the .a libfile. * most structures and codes are now private. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@112 a1c6a512-1295-4272-9138-f99709370657
23 lines
1.1 KiB
Makefile
23 lines
1.1 KiB
Makefile
#############################################################################
|
|
## __________ __ ___.
|
|
## Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
|
## Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
|
## Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
|
## Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
|
## \/ \/ \/ \/ \/
|
|
## Copyright Alan Korr, 2002. All rights reserved.
|
|
##
|
|
## Permission to use, copy, modify, and distribute this software for any
|
|
## purpose is hereby granted without fee, provided that this copyright and
|
|
## permissions notice appear in all copies and derivatives, and that no
|
|
## charge may be made for the software and its documentation except to cover
|
|
## cost of distribution.
|
|
##
|
|
## This software is provided "as is" without express or implied warranty.
|
|
#############################################################################
|
|
ARCH = test
|
|
PACKAGE = memory
|
|
VERSION = 0.1.1
|
|
-include ../makefile-vars
|
|
-include ../makefile-rules
|
|
|