source: roaraudio/roarclients/Makefile @ 47:ff404ae5d6e0

Last change on this file since 47:ff404ae5d6e0 was 47:ff404ae5d6e0, checked in by phi, 16 years ago

added roartypes.c

File size: 430 bytes
Line 
1TARGETS=roarcat roarcatad roarctl roarmon roarsockconnect roartypes
2
3DEFINES        = -DDEBUG
4INCLUDE = -I../include -I./include
5CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE)
6LDFLAGS = -g -L../lib/ -lroar
7
8all: ${TARGETS}
9        cp -v ${TARGETS} ../lib/
10clean:
11        rm -f ${TARGETS} *.o
12new: clean all
13
14roarcat: roarcat.o
15roarcatad: roarcatad.o
16roarctl: roarctl.o
17roarmon: roarmon.o
18roarsockconnect: roarsockconnect.o
19roartypes: roartypes.o
Note: See TracBrowser for help on using the repository browser.