annotate libtests/0010/Makefile @ 369:6564be3109c5 gcc-4.3-cleanups

gcc-4.3 warning cleanups for lshlib.cpp (I do not believe that any of these changes contain significant copyrightable "intellectual property". However, to the extent that they do, the changes are hereby released into the Public Domain, and may be therefore be used by anyone for any purpose without need for consideration of any kind.)
author mas01cr
date Wed, 12 Nov 2008 15:23:32 +0000
parents 94c18f128ce8
children
rev   line source
mas01ik@355 1 CC=gcc
mas01ik@355 2 CFLAGS+=-O3 -g
mas01ik@355 3 RM=rm -rf
mas01ik@355 4
mas01ik@355 5
mas01ik@355 6 all: test1
mas01ik@355 7
mas01ik@355 8
mas01ik@355 9 test1: prog1.c
mas01ik@355 10 gcc -Wall -o test1 prog1.c -laudioDB_API -L../..
mas01ik@355 11
mas01ik@355 12 clean:
mas01ik@355 13 $(RM) test1