/[cebix]/cwcbm/Makefile
ViewVC logotype

Contents of /cwcbm/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Wed Jan 7 15:37:45 2004 UTC (9 years, 4 months ago) by cebix
Branch: cebix
CVS Tags: start
Changes since 1.1: +0 -0 lines
imported sources

1 CC=gcc
2 CFLAGS=-g -O2 -Wall
3 LDFLAGS=
4
5 all: readcbm writecbm
6
7 readcbm: readcbm.o catweasel.o
8 $(CC) $(LDFLAGS) -o $@ $^
9
10 writecbm: writecbm.o catweasel.o
11 $(CC) $(LDFLAGS) -o $@ $^
12
13 %.o: %.c
14 $(CC) -c $(CFLAGS) -o $@ $<
15
16 clean:
17 rm -f readcbm writecbm *.o *~

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15